diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2000-03-01 12:20:22 +0000 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2000-03-01 12:20:22 +0000 |
commit | 49c4458c80d7fc0c739164002a85966499593dbf (patch) | |
tree | 7324d2cb3e29b7c8220abd41fce86411f633eddc /usr.bin/cut | |
parent | 56aefdcd1008df3702556867ce63eb3fc801508b (diff) | |
download | FreeBSD-src-49c4458c80d7fc0c739164002a85966499593dbf.zip FreeBSD-src-49c4458c80d7fc0c739164002a85966499593dbf.tar.gz |
Remove single-space hard sentence breaks. These degrade the quality
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
Diffstat (limited to 'usr.bin/cut')
-rw-r--r-- | usr.bin/cut/cut.1 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/cut/cut.1 b/usr.bin/cut/cut.1 index e0e9a71..a71e7e1 100644 --- a/usr.bin/cut/cut.1 +++ b/usr.bin/cut/cut.1 @@ -66,7 +66,8 @@ standard output. The items specified by .Ar list can be in terms of column position or in terms of fields delimited -by a special character. Column numbering starts from 1. +by a special character. +Column numbering starts from 1. .Pp .Ar list is a comma or whitespace separated set of increasing numbers and/or |