Renamed files ... just about to produce the first copy of the manual.

This commit is contained in:
Joel Sherrill
1998-08-19 20:45:19 +00:00
parent ab0c6890bf
commit 071536e655
5 changed files with 21 additions and 21 deletions

View File

@@ -8,7 +8,7 @@
@c $Id$
@c
@chapter Using networking in an RTEMS application
@chapter Using Networking in an RTEMS Application
@section Makefile changes
@subsection Including the required managers
@@ -207,7 +207,7 @@ The RTEMS network package provides almost a complete set of BSD network
services. The network functions work like their BSD counterparts
with the following exceptions:
@itemize
@itemize @bullet
@item A given socket can be read or written by only one task at a time.
@item There is no @code{select} function.
@item You must call @code{openlog} before calling any of the @code{syslog} functions.
@@ -223,7 +223,7 @@ buffer which remains valid only until the next call:
@end table
@end itemize
@subsection Network statistics
@subsection Network Statistics
There are a number of functions to print statistics gathered by the network stack:
@table @code
@item rtems_bsdnet_show_if_stats