summaryrefslogtreecommitdiff
path: root/doc/sh-utils.texi
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1995-04-03 13:53:18 +0000
committerJim Meyering <jim@meyering.net>1995-04-03 13:53:18 +0000
commitd71f5443c97eeac6f983777c25ed30cb9650e10a (patch)
treede62386f35154462168a90186d04ad0b37e587ba /doc/sh-utils.texi
parent1beb8c40f36b3a2b10e4b5ad2c3b404a70448413 (diff)
downloadcoreutils-d71f5443c97eeac6f983777c25ed30cb9650e10a.tar.xz
.
Diffstat (limited to 'doc/sh-utils.texi')
-rw-r--r--doc/sh-utils.texi6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/sh-utils.texi b/doc/sh-utils.texi
index 1dcefa61f..8e9de6fcb 100644
--- a/doc/sh-utils.texi
+++ b/doc/sh-utils.texi
@@ -90,7 +90,7 @@ by the Foundation.
@end ifinfo
@titlepage
-@title GNU sh-utils, version @value{VERSION}
+@title GNU @code{sh-utils}
@subtitle A set of shell utilities
@subtitle for version @value{VERSION}, @value{RELEASEDATE}
@author David MacKenzie et al.
@@ -163,6 +163,8 @@ a great extent). Others are occasionally useful interactively.
@cindex POSIX.2
The GNU shell utilities are mostly compatible with the POSIX.2 standard.
+@c This paragraph appears in all of fileutils.texi, textutils.texi, and
+@c sh-utils.texi too -- so be sure to keep them consistent.
@cindex bugs, reporting
Please report bugs to @samp{bug-gnu-utils@@prep.ai.mit.edu}. Remember
to include the version number, machine architecture, input files, and
@@ -2442,7 +2444,7 @@ printed in this order:
The @var{osversion}, at least, may well be multiple words. For example:
@example
-bash$ uname -a
+uname -a
@result{} Linux hayley 1.0.4 #3 Thu May 12 18:06:34 1994 i486
@end example