Updated network documentation files to match recent cvs changes.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3250 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Philippe Houdoin
2003-05-17 13:06:30 +00:00
parent 3b3c3547a5
commit d770ad3536
3 changed files with 7 additions and 6 deletions
+3 -3
View File
@@ -30,13 +30,13 @@ body
<LI><A name="libnet">
<H2>The libnet.so shared library</H2>
<I>Location</I>: <CODE>src/kits/net/libnet</CODE>
<I>Location</I>: <CODE>src/kits/network/libnet</CODE>
<P>This shared library is the way BeOS R5 provide the sockets POSIX/BSD API to apps. Being
binary compatible with R5 make this library implementation tedious.</P>
<LI><A name="libnetapi">
<H2>The libnetapi.so shared library</H2>
<I>Location</I>: <CODE>src/kits/net/libnetapi</CODE>
<I>Location</I>: <CODE>src/kits/network/libnetapi</CODE>
<P>This shared library contains thin C++ classes wrapping the C sockets POSIX/BSD API into
these BNet* classes we're used under BeOS: look at them in your <A href="file:///boot/beos/documentation/Be%20Book/The%20Network%20Kit/index.html">
BeBook</A></P>
@@ -45,7 +45,7 @@ BeBook</A></P>
<HR>
<H6>Philippe Houdoin, March 24rd, 2003</H6>
<H6>Philippe Houdoin, May 17th, 2003</H6>
</BODY>
</HTML>