aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/asa
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2002-05-30 13:33:59 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2002-05-30 13:33:59 +0000
commit05cb5024af59af7a081804ab367a2675ddef71ea (patch)
tree4b59be5168c264ac7620e0de02000bcdface9424 /usr.bin/asa
parent3a4735993196efc119f6c8ca8f7397b0c458c7d6 (diff)
downloadsrc-05cb5024af59af7a081804ab367a2675ddef71ea.tar.gz
src-05cb5024af59af7a081804ab367a2675ddef71ea.zip
mdoc(7) police: minor markup nits.
Notes
Notes: svn path=/head/; revision=97597
Diffstat (limited to 'usr.bin/asa')
-rw-r--r--usr.bin/asa/asa.134
1 files changed, 23 insertions, 11 deletions
diff --git a/usr.bin/asa/asa.1 b/usr.bin/asa/asa.1
index 259e9b26d441..c526b5e3d9b5 100644
--- a/usr.bin/asa/asa.1
+++ b/usr.bin/asa/asa.1
@@ -48,33 +48,44 @@ carriage-control characters to line-printer control sequences,
and writes them to the standard output.
.Pp
The first character of each line is interpreted as a carriage-control
-character. The following characters are interpreted as follows:
-.Bl -tag -width "\*[Lt]space\*[Gt]"
-.It \*[Lt]space\*[Gt]
+character.
+The following characters are interpreted as follows:
+.Bl -tag -width ".Aq space"
+.It Aq space
Output the rest of the line without change.
.It 0
-Output a \*[Lt]newline\*[Gt] character before printing the rest of the line.
+Output a
+.Aq newline
+character before printing the rest of the line.
.It 1
-Output a \*[Lt]formfeed\*[Gt] character before printing the rest of the line.
-.It +
-The trailing \*[Lt]newline\*[Gt] of the previous line is replaced by a \*[Lt]carriage-return\*[Gt]
+Output a
+.Aq formfeed
+character before printing the rest of the line.
+.It \&+
+The trailing
+.Aq newline
+of the previous line is replaced by a
+.Aq carriage-return
before printing the rest of the line.
.El
.Pp
Lines beginning with characters other than the above are treated as if they
-begin with \*[Lt]space\*[Gt].
+begin with
+.Aq space .
.Sh DIAGNOSTICS
.Ex -std
.Sh EXAMPLES
To view a file containing the output of a
.Tn FORTRAN
program:
-.Dl asa file
+.Pp
+.Dl "asa file"
.Pp
To format the output of a
.Tn FORTRAN
program and redirect it to a line-printer:
-.Dl a.out | asa | lpr
+.Pp
+.Dl "a.out | asa | lpr"
.Sh SEE ALSO
.Xr f77 1
.Sh STANDARDS
@@ -83,4 +94,5 @@ The
utility conforms to
.St -p1003.1-2001 .
.Sh AUTHORS
-J.T. Conklin, Winning Strategies, Inc.
+.An J.T. Conklin ,
+Winning Strategies, Inc.