aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>1997-09-29 14:24:35 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>1997-09-29 14:24:35 +0000
commit5b9dc3533242fcc6519987758e86204fd52dcb7b (patch)
treef0189076134a74039c53f8306cd89167908dc3c4 /gnu
parent2af22b06a437a375417b004d7dfad34cdb237e47 (diff)
Notes
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/groff/nroff/psroff.131
1 files changed, 31 insertions, 0 deletions
diff --git a/gnu/usr.bin/groff/nroff/psroff.1 b/gnu/usr.bin/groff/nroff/psroff.1
new file mode 100644
index 0000000000000..132fc9427a7f4
--- /dev/null
+++ b/gnu/usr.bin/groff/nroff/psroff.1
@@ -0,0 +1,31 @@
+.\"
+.\" Written by Jörg Wunsch, placed in the public domain.
+.\"
+.\" $Id$
+.\"
+.Dd September 29, 1997
+.Os
+.Dt PSROFF 1
+.Sh NAME
+.Nm psroff
+.Nd format and print troff files
+.Sh SYNOPSIS
+.Nm psroff
+.Op Ar files ...
+.Sh DESCRIPTION
+The
+.Nm
+utility formats troff input from
+.Ar files
+(or from standard input if no file name has been given), and sends it
+in PostScript format to a printer. See the documentation for the
+.Fl l
+option to
+.Xr groff 1
+for how this is done.
+.Sh SEE ALSO
+.Xr groff 1
+.Sh HISTORY
+The
+.Nm
+utility is part of the GNU groff package.