added see also
This commit is contained in:
parent
550a5acf55
commit
cffb313125
3 changed files with 7 additions and 10 deletions
13
asa.1
13
asa.1
|
@ -31,16 +31,6 @@ None
|
||||||
.SH EXAMPLES
|
.SH EXAMPLES
|
||||||
.nf
|
.nf
|
||||||
.RS
|
.RS
|
||||||
asa \fIfile\fR
|
|
||||||
.RE
|
|
||||||
.fi
|
|
||||||
.PP
|
|
||||||
outputs
|
|
||||||
.IR file
|
|
||||||
to the terminal
|
|
||||||
.PP
|
|
||||||
.nf
|
|
||||||
.RS
|
|
||||||
a.out | asa | lp
|
a.out | asa | lp
|
||||||
.RE
|
.RE
|
||||||
.fi
|
.fi
|
||||||
|
@ -48,6 +38,9 @@ a.out | asa | lp
|
||||||
formats the FORTRAN output of
|
formats the FORTRAN output of
|
||||||
.B a.out
|
.B a.out
|
||||||
and directs it to the printer.
|
and directs it to the printer.
|
||||||
|
.SH SEE ALSO
|
||||||
|
.BR fort77 (1),
|
||||||
|
.BR lp (1)
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
Written by Kat.
|
Written by Kat.
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
|
|
|
@ -31,6 +31,8 @@ basename /usr/share/include/stdio.h .h
|
||||||
.fi
|
.fi
|
||||||
.PP
|
.PP
|
||||||
Prints out "stdio"
|
Prints out "stdio"
|
||||||
|
.SH SEE ALSO
|
||||||
|
.BR dirname (1)
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
Written by Kat.
|
Written by Kat.
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
|
|
2
cat.1
2
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
|
reads from standard input and writes it into \fBtable\fR
|
||||||
.RE
|
.RE
|
||||||
.fi
|
.fi
|
||||||
|
.SH SEE ALSO
|
||||||
|
.BR more (1)
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
Written by Kat.
|
Written by Kat.
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
|
|
Loading…
Reference in a new issue