]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Sun, 6 Aug 1995 04:52:09 +0000 (04:52 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 6 Aug 1995 04:52:09 +0000 (04:52 +0000)
doc/textutils.texi
old/textutils/ChangeLog

index b1b26c64553337d20a56612997a03e132603caf8..57bb8e0073baa25fd0b2faa51133c192ce9a59af 100644 (file)
@@ -1789,7 +1789,7 @@ positions are numbered starting with 1.  See below.
 
 @item +@var{pos1}[-@var{pos2}]
 The obsolete, traditional option for specifying a sort field.  The field
-consists of the line between @var{pos1} and up to but not including
+consists of the line between @var{pos1} and up to but @emph{not including}
 @var{pos2} (or the end of the line if @var{pos2} is omitted).  Fields
 and character positions are numbered starting with 0.  See below.
 
index 1334fbd6506cfe2c5ad7146c768b996f56a55ef4..a34f965edfc9536af3c9edf782750f73b855904d 100644 (file)
@@ -1,6 +1,10 @@
+Sat Aug  5 23:51:25 1995  Jim Meyering  (meyering@comco.com)
+
+       * Version 1.12.1.
+
 Fri Aug  4 23:21:46 1995  Jim Meyering  (meyering@comco.com)
 
-       * src/Makefile.in (DISTFILES): Include ansi2knr.c and ansi2knr.1. 
+       * src/Makefile.in (DISTFILES): Include ansi2knr.c and ansi2knr.1.
        Add suffixes, dependencies, and rules to convert ANSI source to K&R
        when required.  Mark tr.o and comm.o as the only such files (for now).