summaryrefslogtreecommitdiffstats
path: root/doc/networking/testing.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-11-19 17:08:20 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-11-19 17:08:20 +0000
commitdf4eb76e52063050a99313bb98d89cf684b58736 (patch)
tree6fef951cfeb87b3253c30dcde174c9d290152b90 /doc/networking/testing.t
parentChanged version string. (diff)
downloadrtems-df4eb76e52063050a99313bb98d89cf684b58736.tar.bz2
Changed BOOTP -> BOOTP/DHCP.
Diffstat (limited to 'doc/networking/testing.t')
-rw-r--r--doc/networking/testing.t6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/networking/testing.t b/doc/networking/testing.t
index af1460ad2d..a3b4413c7a 100644
--- a/doc/networking/testing.t
+++ b/doc/networking/testing.t
@@ -95,12 +95,12 @@ workstations on your network.
@end itemize
-@section BOOTP operation
+@section BOOTP/DHCP operation
-Set up a BOOTP server on the network.
+Set up a BOOTP/DHCP server on the network.
Set define @code{RTEMS USE_BOOT} in @code{networkconfig.h}.
Run the @code{netdemo} test program.
-Verify that the target system configures itself from the BOOTP server and
+Verify that the target system configures itself from the BOOTP/DHCP server and
that all the above tests succeed.
@section Stress Tests