Document the -f ps option.

Suggested by:	Jordan Hubbard <jkh@freebsd.org>
This commit is contained in:
John Fieber 1996-09-09 14:15:28 +00:00
parent 8b3cbd0cef
commit eec8e73501
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=18187
2 changed files with 7 additions and 3 deletions

View file

@ -1,4 +1,4 @@
.Dd October 7, 1995
.Dd September 9, 1995
.Os FreeBSD 2.1
.Dt SGMLFMT 1
.Sh NAME
@ -64,6 +64,10 @@ Generates a single output file with the extension
.Pa .latin1
suitable for viewing on an terminal supporting the ISO8859-1
character encoding.
.It Ar ps
Generates a single output file with the extension
.Pa .ps
suitable for printing or display on a PostScript compatible device.
.It Ar roff
Generates a single output file with the extension
.Pa .roff

View file

@ -1,6 +1,6 @@
#!/usr/bin/perl
# $Id: sgmlfmt.pl,v 1.10 1996/05/15 17:05:17 jfieber Exp $
# $Id: sgmlfmt.pl,v 1.11 1996/09/08 20:40:52 jfieber Exp $
# Copyright (C) 1996
# John R. Fieber. All rights reserved.
@ -53,7 +53,7 @@ $decl = "$dtdbase/linuxdoc.dcl";
sub usage {
print "Usage:\n";
print "sgmlfmt -f <format> [-i <namea> ...] [-links] [-ssi] file\n";
print "where <format> is one of: html, latex, ascii, roff\n";
print "where <format> is one of: ascii, html, koi8-r, latex, latin1, ps, roff\n";
}
#