Sun Mar 15 15:18:04 2009 UTC ()
Fix markup.


(joerg)
diff -r1.9 -r1.10 src/usr.bin/fpr/fpr.1

cvs diff -r1.9 -r1.10 src/usr.bin/fpr/fpr.1 (expand / switch to unified diff)

--- src/usr.bin/fpr/fpr.1 2003/08/07 11:13:48 1.9
+++ src/usr.bin/fpr/fpr.1 2009/03/15 15:18:04 1.10
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: fpr.1,v 1.9 2003/08/07 11:13:48 agc Exp $ 1.\" $NetBSD: fpr.1,v 1.10 2009/03/15 15:18:04 joerg Exp $
2.\" 2.\"
3.\" Copyright (c) 1989, 1990, 1993 3.\" Copyright (c) 1989, 1990, 1993
4.\" The Regents of the University of California. All rights reserved. 4.\" The Regents of the University of California. All rights reserved.
5.\" 5.\"
6.\" This code is derived from software contributed to Berkeley by 6.\" This code is derived from software contributed to Berkeley by
7.\" Robert Corbett. 7.\" Robert Corbett.
8.\" Redistribution and use in source and binary forms, with or without 8.\" Redistribution and use in source and binary forms, with or without
9.\" modification, are permitted provided that the following conditions 9.\" modification, are permitted provided that the following conditions
10.\" are met: 10.\" are met:
11.\" 1. Redistributions of source code must retain the above copyright 11.\" 1. Redistributions of source code must retain the above copyright
12.\" notice, this list of conditions and the following disclaimer. 12.\" notice, this list of conditions and the following disclaimer.
13.\" 2. Redistributions in binary form must reproduce the above copyright 13.\" 2. Redistributions in binary form must reproduce the above copyright
14.\" notice, this list of conditions and the following disclaimer in the 14.\" notice, this list of conditions and the following disclaimer in the
@@ -44,27 +44,27 @@ @@ -44,27 +44,27 @@
44is a filter that transforms files formatted according to 44is a filter that transforms files formatted according to
45Fortran's carriage control conventions into files formatted 45Fortran's carriage control conventions into files formatted
46according to 46according to
47.Ux 47.Ux
48line printer conventions. 48line printer conventions.
49.Pp 49.Pp
50.Nm 50.Nm
51copies its input onto its output, replacing the carriage 51copies its input onto its output, replacing the carriage
52control characters with characters that will produce the intended 52control characters with characters that will produce the intended
53effects when printed using 53effects when printed using
54.Xr lpr 1 . 54.Xr lpr 1 .
55The first character of each line determines the vertical spacing as follows: 55The first character of each line determines the vertical spacing as follows:
56.Bd -ragged -offset indent -compact 56.Bd -ragged -offset indent -compact
57.Bl -column Character 57.Bl -column Blank "To first line of next page"
58.It Blank One line 58.It Blank One line
59.It 0 Two lines 59.It 0 Two lines
60.It 1 To first line of next page 60.It 1 To first line of next page
61.It + No advance 61.It + No advance
62.El 62.El
63.Ed 63.Ed
64.Pp 64.Pp
65A blank line is treated as if its first character is a blank. 65A blank line is treated as if its first character is a blank.
66A blank that appears as a carriage control character is deleted. 66A blank that appears as a carriage control character is deleted.
67A zero is changed to a newline. 67A zero is changed to a newline.
68A one is changed to a form feed. 68A one is changed to a form feed.
69The effects of a 69The effects of a
70.Sq + 70.Sq +