summaryrefslogtreecommitdiffstats
path: root/doc/shell
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-02-27 14:50:14 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-02-27 14:50:14 +0000
commit7c14c4aaa30fb3fb798938f5cf861659eb883adf (patch)
treec02300c86484a94ab8b0ebf371d7c6b34a162147 /doc/shell
parentBump GCC_RPMREL to 10.20080222.1 (diff)
downloadrtems-7c14c4aaa30fb3fb798938f5cf861659eb883adf.tar.bz2
2008-02-27 Joel Sherrill <joel.sherrill@oarcorp.com>
* shell/file.t, shell/general.t: More commands documented.
Diffstat (limited to 'doc/shell')
-rw-r--r--doc/shell/file.t3
-rw-r--r--doc/shell/general.t7
2 files changed, 6 insertions, 4 deletions
diff --git a/doc/shell/file.t b/doc/shell/file.t
index b9b698c9f5..28cf967afa 100644
--- a/doc/shell/file.t
+++ b/doc/shell/file.t
@@ -379,7 +379,8 @@ This command returns 0 on success and non-zero if an error is encountered.
@subheading NOTES:
This command currently does not display information on a set of
-files like POSIX ls(1).
+files like the POSIX ls(1). It only displays the contents of
+entire directories.
@subheading EXAMPLES:
diff --git a/doc/shell/general.t b/doc/shell/general.t
index 13fbef9e3b..48fed6af0e 100644
--- a/doc/shell/general.t
+++ b/doc/shell/general.t
@@ -118,7 +118,7 @@ date
@subheading DESCRIPTION:
-This command XXX
+This command prints the current date.
@subheading EXIT STATUS:
@@ -126,14 +126,15 @@ This command returns 0 on success and non-zero if an error is encountered.
@subheading NOTES:
-NONE
+This comm
@subheading EXAMPLES:
The following is an example of how to use @code{date}:
@example
-EXAMPLE_TBD
+SHLL [/] $ date
+Fri Jan 1 00:00:06 1988
@end example
@subheading CONFIGURATION: