From cffb3131259e4986eb07461b5d4c21eccf5ea934 Mon Sep 17 00:00:00 2001 From: Gitea Date: Sat, 19 Dec 2020 21:25:34 -0600 Subject: [PATCH] added see also --- asa.1 | 13 +++---------- basename.1 | 2 ++ cat.1 | 2 ++ 3 files changed, 7 insertions(+), 10 deletions(-) diff --git a/asa.1 b/asa.1 index 08b556e..05763bf 100755 --- a/asa.1 +++ b/asa.1 @@ -31,16 +31,6 @@ None .SH EXAMPLES .nf .RS -asa \fIfile\fR -.RE -.fi -.PP -outputs -.IR file -to the terminal -.PP -.nf -.RS a.out | asa | lp .RE .fi @@ -48,6 +38,9 @@ a.out | asa | lp formats the FORTRAN output of .B a.out and directs it to the printer. +.SH SEE ALSO +.BR fort77 (1), +.BR lp (1) .SH AUTHOR Written by Kat. .SH COPYRIGHT diff --git a/basename.1 b/basename.1 index 9e85a4d..1591349 100755 --- a/basename.1 +++ b/basename.1 @@ -31,6 +31,8 @@ basename /usr/share/include/stdio.h .h .fi .PP Prints out "stdio" +.SH SEE ALSO +.BR dirname (1) .SH AUTHOR Written by Kat. .SH COPYRIGHT diff --git a/cat.1 b/cat.1 index b787a2e..359d5e4 100755 --- a/cat.1 +++ b/cat.1 @@ -48,6 +48,8 @@ writes the contents of \fBheader_text\fR into \fBtable\fR then reads from standard input and writes it into \fBtable\fR .RE .fi +.SH SEE ALSO +.BR more (1) .SH AUTHOR Written by Kat. .SH COPYRIGHT