~ubuntu-branches/ubuntu/utopic/rman/utopic

« back to all changes in this revision

Viewing changes to rman.1

  • Committer: Bazaar Package Importer
  • Author(s): Anton Gladky
  • Date: 2011-05-28 06:21:14 UTC
  • mfrom: (5.1.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20110528062114-slydjd3g6mcu1rmq
Tags: 3.2-6
* [427f5fb] Switch Standards-Version to 3.9.2 (no changes).
* [2589f14] Update homepage.
* [d619b57] Remove artificial "debian-changes.." patch.
* [64d10ee] Fix typo in manpage.
* [adf387a] Simplify debian/rules due to dh 7.
* [7e1a4ff] Add DM-Upload-Allowed field.
* [37b60aa] Add autotest.
* [816d5f1] Add Vcs-fields to debian/control.
* [b584298] Move the package from experimental to unstable.
* [6831fd4] Change compat to 8.
* [038fd1c] Fix segmentation fault on amd64 with gcc-4.6. 
    Thanks to Niels Thykier.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
.TH PolyglotMan 1
2
2
.SH "NAME "
3
3
PolyglotMan, rman - reverse compile man pages from formatted 
4
 
form to a number of source formats 
 
4
form to a number of source formats: ASCII, roff, TkMan, Tk, 
 
5
Sections, HTML, SGML, MIME, LaTeX, LaTeX2e, RTF, POD. 
5
6
.SH "SYNOPSIS "
6
7
rman [ \fIoptions \fR] [ \fIfile \fR] 
7
8
.SH "DESCRIPTION "
42
43
works for: SunOS, Sun Solaris, Hewlett-Packard HP-UX, AT&T System 
43
44
V, OSF/1 aka Digital UNIX, DEC Ultrix. It can produce printable 
44
45
ASCII-only (control characters stripped), section headers-only, 
45
 
Tk, TkMan, [tn]roff (traditional man page source), SGML, HTML, 
 
46
Tk, TkMan, [tn]roff (traditional man page source), XML, HTML, 
46
47
MIME, LaTeX, LaTeX2e, RTF, Perl 5 POD. A modular architecture 
47
48
permits easy addition of additional output formats. 
48
49
.PP
61
62
\fIYou should specify the filter first, as this sets a number 
62
63
of parameters, and then specify other options. 
63
64
.TP 15
64
 
\-f|\-\-filter <ASCII|roff|TkMan|Tk|Sections|HTML|SGML|MIME|LaTeX|LaTeX2e|RTF|POD> 
 
65
\-f|\-\-filter <ASCII|roff|TkMan|Tk|Sections|HTML|XML|MIME|LaTeX|LaTeX2e|RTF|POD> 
65
66
Set the output filter. Defaults to ASCII. 
66
67
.TP 15
67
68
\-S|\-\-source 
78
79
same parameters as \fI-r \fR. 
79
80
.TP 15
80
81
\-r|\-\-reference|\-\-manref \fIprintf-string \fR
81
 
In HTML and SGML modes this sets the URL form by which to retrieve 
 
82
In HTML and XML modes this sets the URL form by which to retrieve 
82
83
other man pages. The string can use two supplied parameters: 
83
84
the man page name and its section. (See the Examples section.) 
84
85
If the string is null (as if set from a shell by "\-r ''"), `-' 
178
179
Dumps section and (optionally) subsection titles. This might 
179
180
be useful for another program that processes man pages. 
180
181
.SS "HTML "
181
 
With a simple extention to a HTTP server for Mosaic(1) or other 
 
182
With a simple extension to a HTTP server for Mosaic(1) or other 
182
183
World Wide Web browser, \fIPolyglotMan \fR can produce high quality 
183
184
HTML on the fly. Several such extensions and pointers to several 
184
185
others are included in \fIPolyglotMan \fR's \fIcontrib \fR directory. 
185
 
.SS "SGML "
 
186
.SS "XML "
186
187
This is appoaching the Docbook DTD, but I'm hoping that someone 
187
188
with a real interest in this will polish the tags 
188
189
generated. Try it to see how close the tags are now.