Fix some typos...

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4080 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Philippe Houdoin 2003-07-26 01:12:00 +00:00
parent 5e17f61acf
commit 0ed16d99cb
1 changed files with 7 additions and 5 deletions

View File

@ -3,7 +3,7 @@ But, beware:
- the net_server binary should be symlinked as _APP_ in each sub-drectories, so - the net_server binary should be symlinked as _APP_ in each sub-drectories, so
each module can be linked against it to find the kernel module API exported in this app. each module can be linked against it to find the kernel module API exported in this app.
- the net_server will try to load the modules from a local add-ons folder, which should - the net_server will try to load the modules from a local add-ons folder, which should
be build by hand today: please symlink each module like this: be setup by hands today: please symlink each module like this:
net_server net_server
add-ons\ add-ons\
@ -11,8 +11,10 @@ But, beware:
memory_pool -> ../../memory_pool/memory_pool memory_pool -> ../../memory_pool/memory_pool
network\ network\
stack -> ../../stack/stack stack -> ../../stack/stack
protocols\ layers\
interfaces\ protocols\
ethernet -> ../../../ethernet/ethernet arp -> ../../../../arp/arp
loopback -> ../../../loopback/loopback interfaces\
ethernet -> ../../../../ethernet/ethernet
loopback -> ../../../../loopback/loopback