diff options
author | Karl Berry <karl@gnu.org> | 2013-01-04 18:17:55 +0000 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2013-01-04 18:17:55 +0000 |
commit | f40397339169e43acf9c69f237162d64115bcc61 (patch) | |
tree | 89af2dd65c86ea0b94d3a6d133d350a667db399d | |
parent | 77da73c75432f3c5b4beebae7b0797a1e33160bc (diff) | |
download | coreutils-f40397339169e43acf9c69f237162d64115bcc61.tar.xz |
doc: remove stale pr news in the manual
* coreutils.texi (pr invocation): remove list of ancient news
items; the main documentation already covers what is needed.
-rw-r--r-- | doc/coreutils.texi | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 024401151..6b88e93f1 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -2267,36 +2267,6 @@ For single column output no line truncation occurs by default. Use @option{-W} option to truncate lines in that case. -The following changes were made in version 1.22i and apply to later -versions of @command{pr}: -@c FIXME: this whole section here sounds very awkward to me. I -@c made a few small changes, but really it all needs to be redone. - Brian -@c OK, I fixed another sentence or two, but some of it I just don't understand. -@ - Brian -@itemize @bullet - -@item -Some small @var{letter options} (@option{-s}, @option{-w}) have been -redefined for better POSIX compliance. The output of some further -cases has been adapted to other Unix systems. These changes are not -compatible with earlier versions of the program. - -@item -Some @var{new capital letter} options (@option{-J}, @option{-S}, @option{-W}) -have been introduced to turn off unexpected interferences of small letter -options. The @option{-N} option and the second argument @var{last_page} -of @samp{+FIRST_PAGE} offer more flexibility. The detailed handling of -form feeds set in the input files requires the @option{-T} option. - -@item -Capital letter options override small letter ones. - -@item -Some of the option-arguments (compare @option{-s}, @option{-e}, -@option{-i}, @option{-n}) cannot be specified as separate arguments from the -preceding option letter (already stated in the POSIX specification). -@end itemize - The program accepts the following options. Also see @ref{Common options}. @table @samp |