]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Mon, 3 Apr 1995 13:53:18 +0000 (13:53 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 3 Apr 1995 13:53:18 +0000 (13:53 +0000)
doc/sh-utils.texi

index 1dcefa61f495662e170eea25c8f7cec002a05084..8e9de6fcb049484d147a1757d49dd702a06d9d2a 100644 (file)
@@ -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