diff options
| author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2000-03-03 11:43:25 +0000 |
|---|---|---|
| committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2000-03-03 11:43:25 +0000 |
| commit | 94af75cb0760d75074cba43b6fe8eb2d0d880a44 (patch) | |
| tree | 9180adfd031215a666535c85fc0a7511826a32da /usr.bin | |
| parent | 66d4e0a3373e983b085560f1784f083a28ae05ac (diff) | |
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.
This is not a merge from current because these files are in the Attic
there.
Notes
svn path=/stable/3/; revision=57721
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/fpr/fpr.1 | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/usr.bin/fpr/fpr.1 b/usr.bin/fpr/fpr.1 index 0234c4805f52..1feaa923782a 100644 --- a/usr.bin/fpr/fpr.1 +++ b/usr.bin/fpr/fpr.1 @@ -32,6 +32,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)fpr.1 8.1 (Berkeley) 6/6/93 +.\" $FreeBSD$ .\" .Dd June 6, 1993 .Dt FPR 1 @@ -65,9 +66,12 @@ The first character of each line determines the vertical spacing as follows: .Ed .Pp A blank line is treated as if its first -character is a blank. A blank that appears as a carriage control -character is deleted. A zero is changed to a newline. A one is -changed to a form feed. The effects of a "+" are simulated using +character is a blank. +A blank that appears as a carriage control +character is deleted. +A zero is changed to a newline. A one is +changed to a form feed. +The effects of a "+" are simulated using backspaces. .Sh EXAMPLES .Dl a.out \&| fpr \&| lpr |
