diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1999-11-30 15:09:26 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1999-11-30 15:09:26 +0000 |
| commit | 4bf9895e5558a42211044a8970e4e405ebee08cd (patch) | |
| tree | 7ce44589c457ee386d3b79e792845adee6802279 /usr.bin/pr/pr.1 | |
| parent | ec99e32256da765abaf8f5ea1a5e238eb01ace29 (diff) | |
Notes
Diffstat (limited to 'usr.bin/pr/pr.1')
| -rw-r--r-- | usr.bin/pr/pr.1 | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/usr.bin/pr/pr.1 b/usr.bin/pr/pr.1 index bbe41f5877bb..85d011cf639d 100644 --- a/usr.bin/pr/pr.1 +++ b/usr.bin/pr/pr.1 @@ -50,7 +50,7 @@ .Bk -words .Op Fl Ar column .Ek -.Op Fl adFLmrt +.Op Fl adFmrt .Bk -words .Oo .Op Fl e @@ -59,6 +59,9 @@ .Oc .Ek .Bk -words +.Op Fl L Ar locale +.Ek +.Bk -words .Op Fl h Ar header .Ek .Bk -words @@ -218,8 +221,11 @@ If any nondigit character, is specified, it is used as the output .Em <tab> character. -.It Fl L -Do not use time locale for header. +.It Fl L Ar locale +Use +.Ar locale +specified as argument instead of one found in environment. +Use "C" to reset locale to default. .It Fl l Ar lines Override the 66 line default and reset the page length to .Ar lines . |
