Fri Jan 31 00:15:38 2020 UTC ()
new sentence, new line


(sevan)
diff -r1.14 -r1.15 src/usr.bin/asa/asa.1

cvs diff -r1.14 -r1.15 src/usr.bin/asa/asa.1 (expand / switch to unified diff)

--- src/usr.bin/asa/asa.1 2017/07/03 21:34:18 1.14
+++ src/usr.bin/asa/asa.1 2020/01/31 00:15:38 1.15
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: asa.1,v 1.14 2017/07/03 21:34:18 wiz Exp $ 1.\" $NetBSD: asa.1,v 1.15 2020/01/31 00:15:38 sevan Exp $
2.\" 2.\"
3.\" Copyright (c) 1993 Winning Strategies, Inc. 3.\" Copyright (c) 1993 Winning Strategies, Inc.
4.\" All rights reserved. 4.\" All rights reserved.
5.\" 5.\"
6.\" Redistribution and use in source and binary forms, with or without 6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions 7.\" modification, are permitted provided that the following conditions
8.\" are met: 8.\" are met:
9.\" 1. Redistributions of source code must retain the above copyright 9.\" 1. Redistributions of source code must retain the above copyright
10.\" notice, this list of conditions and the following disclaimer. 10.\" notice, this list of conditions and the following disclaimer.
11.\" 2. Redistributions in binary form must reproduce the above copyright 11.\" 2. Redistributions in binary form must reproduce the above copyright
12.\" notice, this list of conditions and the following disclaimer in the 12.\" notice, this list of conditions and the following disclaimer in the
13.\" documentation and/or other materials provided with the distribution. 13.\" documentation and/or other materials provided with the distribution.
14.\" 3. All advertising materials mentioning features or use of this software 14.\" 3. All advertising materials mentioning features or use of this software
@@ -18,45 +18,46 @@ @@ -18,45 +18,46 @@
18.\" derived from this software without specific prior written permission 18.\" derived from this software without specific prior written permission
19.\" 19.\"
20.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 20.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
21.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 21.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
22.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 22.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
23.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 23.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
24.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 24.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
25.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 25.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
26.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 26.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
27.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 27.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
28.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 28.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
29.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 29.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30.\" 30.\"
31.Dd June 2, 2016 31.Dd January 31, 2020
32.Dt ASA 1 32.Dt ASA 1
33.Os 33.Os
34.Sh NAME 34.Sh NAME
35.Nm asa 35.Nm asa
36.Nd interpret carriage-control characters 36.Nd interpret carriage-control characters
37.Sh SYNOPSIS 37.Sh SYNOPSIS
38.Nm 38.Nm
39.Op Ar 39.Op Ar
40.Sh DESCRIPTION 40.Sh DESCRIPTION
41The 41The
42.Nm 42.Nm
43utility reads files sequentially, mapping 43utility reads files sequentially, mapping
44.Tn FORTRAN 44.Tn FORTRAN
45carriage-control characters to line-printer control sequences, 45carriage-control characters to line-printer control sequences,
46and writes them to the standard output. 46and writes them to the standard output.
47.Pp 47.Pp
48The first character of each line is interpreted as a carriage-control 48The first character of each line is interpreted as a carriage-control
49character. The following characters are interpreted as follows: 49character.
 50The following characters are interpreted as follows:
50.Bl -tag -width "<space>" 51.Bl -tag -width "<space>"
51.It <space> 52.It <space>
52Output the rest of the line without change. 53Output the rest of the line without change.
53.It 0 54.It 0
54Output a <newline> character before printing the rest of the line. 55Output a <newline> character before printing the rest of the line.
55.It 1 56.It 1
56Output a <formfeed> character before printing the rest of the line. 57Output a <formfeed> character before printing the rest of the line.
57.It + 58.It +
58The trailing <newline> of the previous line is replaced by a <carriage-return> 59The trailing <newline> of the previous line is replaced by a <carriage-return>
59before printing the rest of the line. 60before printing the rest of the line.
60.El 61.El
61.Pp 62.Pp
62Lines beginning with characters other than the above are treated as if they 63Lines beginning with characters other than the above are treated as if they