diff options
author | ru <ru@FreeBSD.org> | 2004-07-02 22:22:35 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2004-07-02 22:22:35 +0000 |
commit | fb1d8b3724cde10863de04d2c0884fbc5035eeef (patch) | |
tree | b3cdbab3d24866d3829616606f702cb5cb5d6c97 /usr.bin/nl | |
parent | 2334c79a7573e958e33d5cc7301829244e5d216f (diff) | |
download | FreeBSD-src-fb1d8b3724cde10863de04d2c0884fbc5035eeef.zip FreeBSD-src-fb1d8b3724cde10863de04d2c0884fbc5035eeef.tar.gz |
Mechanically kill hard sentence breaks.
Diffstat (limited to 'usr.bin/nl')
-rw-r--r-- | usr.bin/nl/nl.1 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/usr.bin/nl/nl.1 b/usr.bin/nl/nl.1 index c67c12e..9e39486 100644 --- a/usr.bin/nl/nl.1 +++ b/usr.bin/nl/nl.1 @@ -89,8 +89,10 @@ The .Nm utility treats the text it reads in terms of logical pages. Unless specified otherwise, line numbering is reset at the start of each -logical page. A logical page consists of a header, a body and a footer -section; empty sections are valid. Different line numbering options are +logical page. +A logical page consists of a header, a body and a footer +section; empty sections are valid. +Different line numbering options are independently available for header, body and footer sections. .Pp The starts of logical page sections are signalled by input lines containing @@ -132,7 +134,8 @@ for logical page body lines is .Cm t . .It Fl d Ar delim Specify the delimiter characters used to indicate the start of a logical -page section in the input file. At most two characters may be specified; +page section in the input file. +At most two characters may be specified; if only one character is specified, the first character is replaced and the second character remains unchanged. The default |