diff options
author | Jim Meyering <jim@meyering.net> | 1999-07-25 09:30:35 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-07-25 09:30:35 +0000 |
commit | a2d3645e9c83a0f7b01b2dbc2e65c8eccdc90468 (patch) | |
tree | b4718c6f8075bdf9e6735a9fd385d26de884bb4f /src | |
parent | edc46711dde8ab2561b6a77f6fa4fc3278057ebb (diff) | |
download | coreutils-a2d3645e9c83a0f7b01b2dbc2e65c8eccdc90468.tar.xz |
(usage): Remove `NEWS'-style paragraph (sorry to have let that in, translators).
Diffstat (limited to 'src')
-rw-r--r-- | src/pr.c | 16 |
1 files changed, 5 insertions, 11 deletions
@@ -816,7 +816,7 @@ first_last_page (char *pages) if (first_page_number > last_page_number) error (EXIT_FAILURE, 0, - _("`--pages' starting page number is larger than ending page number")); + _("`--pages' starting page number is larger than ending page number")); } /* Estimate length of col_sep_string with option -S[STRING] */ @@ -2384,8 +2384,10 @@ skip_to_page (int page) if (files_ready_to_read < 1) { /* It's very helpful, normally the total number of pages is - not known in advance */ - error (0, 0, _("starting page number larger than total number of pages: `%d'"), n); + not known in advance. */ + error (0, 0, + _("starting page number larger than total number of pages: `%d'"), + n); break; } } @@ -2779,14 +2781,6 @@ Usage: %s [OPTION]... [FILE]...\n\ printf (_("\ Paginate or columnate FILE(s) for printing.\n\ \n\ -Including version 1.22i: Redefinition of some SMALL LETTER options (better\n\ -POSIX compliance, adapting to other UNIXes in some cases) resulting in\n\ -violations of downward compatibility; defining some new CAPITAL LETTER options\n\ -to turn off unexpected interferences of options; capital letter options\n\ -dominate small letter ones.\n\ -Form feeds in the input cause page breaks in the output. Multiple form feeds\n\ -produce empty pages.\n\ -\n\ +FIRST_PAGE[:LAST_PAGE], --pages=FIRST_PAGE[:LAST_PAGE]\n\ begin [stop] printing with page FIRST_[LAST_]PAGE\n\ -COLUMN, --columns=COLUMN\n\ |