Document the -f ps option.
Suggested by: Jordan Hubbard <jkh@freebsd.org>
This commit is contained in:
parent
8b3cbd0cef
commit
eec8e73501
@ -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
|
||||
|
@ -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";
|
||||
}
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user