From 818066e6fc4b442a07f5fff7ce44554480db3554 Mon Sep 17 00:00:00 2001 From: Philippe Houdoin Date: Wed, 18 Jun 2003 16:38:26 +0000 Subject: [PATCH] Fix a missing return carriage. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3563 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- docs/develop/net/build.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/develop/net/build.html b/docs/develop/net/build.html index d09bd2ea93..b9d27410e8 100644 --- a/docs/develop/net/build.html +++ b/docs/develop/net/build.html @@ -80,7 +80,7 @@ Simply run these commands from a Terminal:

@@ -134,7 +134,7 @@ Simply run these commands from a Terminal:


This document is written by Philippe Houdoin and edited by Niels Reedijk. - Last updated on June 16th, 2003
+ Last updated on June 18th, 2003
$ cd /path/to/your/local/openbeos/current
- $ ./configure + $ ./configure
$ jam NetworkingKit