diff options
author | Jim Meyering <jim@meyering.net> | 1994-09-05 02:19:59 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1994-09-05 02:19:59 +0000 |
commit | b58bc13beed9b9e5f98962ad62770f6bb539e224 (patch) | |
tree | b8f07fa490ba504ae15674ef0a421d1812b66898 | |
parent | 4e0d869f9a16a19b6ef99989b90e99ff660db123 (diff) | |
download | coreutils-b58bc13beed9b9e5f98962ad62770f6bb539e224.tar.xz |
.
-rw-r--r-- | doc/sh-utils.texi | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/sh-utils.texi b/doc/sh-utils.texi index d8b6c70e9..b273ab6c9 100644 --- a/doc/sh-utils.texi +++ b/doc/sh-utils.texi @@ -4,6 +4,8 @@ @settitle GNU shell utilities @c %**end of header +@include version.texi + @c Define new indices for commands, filenames, and options. @defcodeindex cm @defcodeindex fl @@ -56,9 +58,9 @@ by the Foundation. @end ifinfo @titlepage -@title GNU sh-utils, version 1.10 +@title GNU sh-utils, version @value{VERSION} @subtitle A set of shell utilities -@subtitle for version 1.10, August 1994 +@subtitle for version @value{VERSION}, August 1994 @author Jim Meyering @page @@ -88,7 +90,7 @@ by the Foundation. @cindex shell utilities @cindex utilities for shell programming -This manual documents GNU shell utilities. It covers release 1.10. +This manual documents version @value{VERSION} of the GNU shell utilities. @cindex POSIX.2 The GNU shell utilities are mostly compatible with the POSIX.2 standard. |