diff options
author | Pádraig Brady <P@draigBrady.com> | 2014-04-29 16:31:22 +0100 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2014-04-29 19:33:41 +0100 |
commit | 59eacf2764a522f017c8289be94162b6f5163e8f (patch) | |
tree | fdfb7f286c0419d643d987037044da9c7060d4b9 /src | |
parent | f940fece04ec0265ad8c52046f7678ad3116a305 (diff) | |
download | coreutils-59eacf2764a522f017c8289be94162b6f5163e8f.tar.xz |
doc: clarify the pr --page-width descriptions
* doc/coreutils.texi (pr invocation): Clarify that -w or -W
will be rounded down so that each column has the same width.
Adjust the wording for -W, to avoid the implication that the
width of -S is insignificant to the page width.
* src/pr.c (usage): Add a period to avoid ambiguity in
the man page output.
Diffstat (limited to 'src')
-rw-r--r-- | src/pr.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2820,7 +2820,8 @@ Paginate or columnate FILE(s) for printing.\n\ fputs (_("\ -s[CHAR], --separator[=CHAR]\n\ separate columns by a single character, default for CHAR\n\ - is the <TAB> character without -w and \'no char\' with -w\n\ + is the <TAB> character without -w and \'no char\' with -w.\ +\n\ -s[CHAR] turns off line truncation of all 3 column\n\ options (-COLUMN|-a -COLUMN|-m) except -w is set\n\ "), stdout); |