CVS commit: src/usr.bin/asa

2020-01-30 Thread Sevan Janiyan
Module Name:src
Committed By:   sevan
Date:   Fri Jan 31 00:15:38 UTC 2020

Modified Files:
src/usr.bin/asa: asa.1

Log Message:
new sentence, new line


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/usr.bin/asa/asa.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/asa/asa.1
diff -u src/usr.bin/asa/asa.1:1.14 src/usr.bin/asa/asa.1:1.15
--- src/usr.bin/asa/asa.1:1.14	Mon Jul  3 21:34:18 2017
+++ src/usr.bin/asa/asa.1	Fri Jan 31 00:15:38 2020
@@ -1,4 +1,4 @@
-.\"	$NetBSD: asa.1,v 1.14 2017/07/03 21:34:18 wiz Exp $
+.\"	$NetBSD: asa.1,v 1.15 2020/01/31 00:15:38 sevan Exp $
 .\"
 .\" Copyright (c) 1993 Winning Strategies, Inc.
 .\" All rights reserved.
@@ -28,7 +28,7 @@
 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd June 2, 2016
+.Dd January 31, 2020
 .Dt ASA 1
 .Os
 .Sh NAME
@@ -46,7 +46,8 @@ carriage-control characters to line-prin
 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:
+character.
+The following characters are interpreted as follows:
 .Bl -tag -width ""
 .It 
 Output the rest of the line without change.



CVS commit: src/usr.bin/asa

2016-06-06 Thread Abhinav Upadhyay
Module Name:src
Committed By:   abhinav
Date:   Mon Jun  6 14:25:12 UTC 2016

Modified Files:
src/usr.bin/asa: asa.1

Log Message:
We don't have f77(1) anymore, remove the reference from SEE ALSO.
While there, also add .An for AUTHORS section.
Ok from wiz@.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/usr.bin/asa/asa.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/asa/asa.1
diff -u src/usr.bin/asa/asa.1:1.12 src/usr.bin/asa/asa.1:1.13
--- src/usr.bin/asa/asa.1:1.12	Sun Apr 13 01:45:34 2014
+++ src/usr.bin/asa/asa.1	Mon Jun  6 14:25:12 2016
@@ -1,4 +1,4 @@
-.\"	$NetBSD: asa.1,v 1.12 2014/04/13 01:45:34 snj Exp $
+.\"	$NetBSD: asa.1,v 1.13 2016/06/06 14:25:12 abhinav Exp $
 .\"
 .\" Copyright (c) 1993 Winning Strategies, Inc.
 .\" All rights reserved.
@@ -28,7 +28,7 @@
 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd September 23, 1993
+.Dd June 2, 2016
 .Dt ASA 1
 .Os
 .Sh NAME
@@ -73,8 +73,6 @@ To format the output of a
 .Tn FORTRAN
 program and redirect it to a line-printer:
 .Dl a.out | asa | lpr
-.Sh SEE ALSO
-.Xr f77 1
 .Sh STANDARDS
 The
 .Nm
@@ -83,4 +81,5 @@ utility conforms to
 and to
 .St -xcu5 .
 .Sh AUTHORS
-J.T. Conklin, Winning Strategies, Inc.
+.An J.T. Conklin ,
+Winning Strategies, Inc.