[rtems commit] doc/shell: Correct build issues from fc9f8f5085724622a189ba5d44ac116d7b27e27c

Joel Sherrill joel at rtems.org
Thu Sep 18 13:48:13 UTC 2014


Module:    rtems
Branch:    master
Commit:    b422c54948312cf15b666a9bc6a382e663cb03a5
Changeset: http://git.rtems.org/rtems/commit/?id=b422c54948312cf15b666a9bc6a382e663cb03a5

Author:    Joel Sherrill <joel.sherrill at oarcorp.com>
Date:      Thu Sep 18 08:57:03 2014 -0500

doc/shell: Correct build issues from fc9f8f5085724622a189ba5d44ac116d7b27e27c

---

 doc/shell/Makefile.am |    2 +-
 doc/shell/network.t   |    3 +++
 doc/shell/shell.texi  |    2 +-
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/doc/shell/Makefile.am b/doc/shell/Makefile.am
index e801698..a811f73 100644
--- a/doc/shell/Makefile.am
+++ b/doc/shell/Makefile.am
@@ -34,7 +34,7 @@ file.texi: file.t
 	    -n "Memory Commands" < $< > $@
 
 memory.texi: memory.t
-	$(BMENU2) -p "File and Directory Commands df - display file system disk space usage" \
+	$(BMENU2) -p "File and Directory Commands unmount - unmount disk" \
 	    -u "Top" \
 	    -n "RTEMS Specific Commands" < $< > $@
 
diff --git a/doc/shell/network.t b/doc/shell/network.t
index a5bd86a..c5709c6 100644
--- a/doc/shell/network.t
+++ b/doc/shell/network.t
@@ -24,6 +24,7 @@ This section details the Network Commands available.  A
 subsection is dedicated to each of the commands and
 describes the behavior and configuration of that
 command as well as providing an example usage.
+
 @c
 @c
 @c
@@ -592,6 +593,8 @@ considered as replied when calculating statistics.
 @item -z tos
 Use the specified type of service.
 
+ at end table
+
 @subheading EXIT STATUS:
 The ping utility exits with one of the following values:
 
diff --git a/doc/shell/shell.texi b/doc/shell/shell.texi
index 82dc9fc..fd41ec5 100644
--- a/doc/shell/shell.texi
+++ b/doc/shell/shell.texi
@@ -88,7 +88,7 @@
 @include rtems.texi
 @include network.texi
 
- at node Function and Variable Index, Concept Index, Network Commands route - show or manipulate the ip routing table, Top
+ at node Function and Variable Index, Concept Index, Network Commands ping - ping a host or IP address, Top
 @unnumbered Function and Variable Index
 @printindex fn
 



More information about the vc mailing list