]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Document recent changes to "pr".
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 12 Nov 2004 19:36:18 +0000 (19:36 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 12 Nov 2004 19:36:18 +0000 (19:36 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 71a3b919da06137647ad4dd5d8c9d9541ac5b3d3..a6eaded25e4740fed3b8fa81d7840303f33c3d8c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -84,6 +84,11 @@ GNU coreutils NEWS                                    -*- outline -*-
   pathchk no longer accepts trailing options, e.g., "pathchk -p foo -b"
   now treats -b as a file name to check, not as an invalid option.
 
+  pr now supports page numbers up to 2**64 on most hosts, and it
+  detects page number overflow instead of silently wrapping around.
+  pr now accepts file names that begin with "+" so long as the rest of
+  the file name does not look like a page range.
+
   printf has several changes:
 
     It now uses 'intmax_t' (not 'long int') to format integers, so it