summaryrefslogtreecommitdiffstats
path: root/doc/networking/networkapp.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-19 20:45:19 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-19 20:45:19 +0000
commit071536e6556f2b00b206e948560982298e79f39c (patch)
tree8ba0ef3572e660e7f74f8130f65f4534c298efa5 /doc/networking/networkapp.t
parentBaseline (diff)
downloadrtems-071536e6556f2b00b206e948560982298e79f39c.tar.bz2
Renamed files ... just about to produce the first copy of the manual.
Diffstat (limited to 'doc/networking/networkapp.t')
-rw-r--r--doc/networking/networkapp.t6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/networking/networkapp.t b/doc/networking/networkapp.t
index 778cf51400..59a3293e10 100644
--- a/doc/networking/networkapp.t
+++ b/doc/networking/networkapp.t
@@ -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