diff options
author | wosch <wosch@FreeBSD.org> | 1997-09-15 16:08:56 +0000 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 1997-09-15 16:08:56 +0000 |
commit | 2e5c4c37e1a9a5135d6d52dca66ead582bfaf767 (patch) | |
tree | a470f6802d4fba5c8baf84642515cf54803d642c /contrib/groff | |
parent | ec064bd1398692bb8dec84c3134dba783d445e9b (diff) | |
download | FreeBSD-src-2e5c4c37e1a9a5135d6d52dca66ead582bfaf767.zip FreeBSD-src-2e5c4c37e1a9a5135d6d52dca66ead582bfaf767.tar.gz |
Add a simple manpage.
Diffstat (limited to 'contrib/groff')
-rw-r--r-- | contrib/groff/nroff/psroff.man | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/contrib/groff/nroff/psroff.man b/contrib/groff/nroff/psroff.man new file mode 100644 index 0000000..73b3d05 --- /dev/null +++ b/contrib/groff/nroff/psroff.man @@ -0,0 +1,18 @@ +.TH @G@PSROFF @MAN1EXT@ "@MDATE@" "Groff Version @VERSION@" +.SH NAME +@g@psroff \- sent troff to PostScript printer +.SH SYNOPSIS +.B @g@psroff +[groff options] [files ...] +.SH DESCRIPTION +The +.B psroff +program is actually just a shell script which invokes the +.B groff(1) +command +to print the troff +.I files +to a PostScript printer. +.SH +.SH "SEE ALSO" +.B groff(1), lpr(1), environ(7) |