diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-02-02 15:02:49 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-02-02 15:02:49 +0100 |
commit | b16b9e4656e7199c2aec74a4c8ebc7a875d3ba73 (patch) | |
tree | 4361edef0d42d5bf5ac984ef72b4fac35426eae7 /nx-X11/extras/rman/contrib/rman_html_split.1 | |
parent | 0d5a83e986f39982c0924652a3662e60b1f23162 (diff) | |
download | nx-libs-b16b9e4656e7199c2aec74a4c8ebc7a875d3ba73.tar.gz nx-libs-b16b9e4656e7199c2aec74a4c8ebc7a875d3ba73.tar.bz2 nx-libs-b16b9e4656e7199c2aec74a4c8ebc7a875d3ba73.zip |
massive reduction of unneeded files
Diffstat (limited to 'nx-X11/extras/rman/contrib/rman_html_split.1')
-rw-r--r-- | nx-X11/extras/rman/contrib/rman_html_split.1 | 71 |
1 files changed, 0 insertions, 71 deletions
diff --git a/nx-X11/extras/rman/contrib/rman_html_split.1 b/nx-X11/extras/rman/contrib/rman_html_split.1 deleted file mode 100644 index 5d3cb4d59..000000000 --- a/nx-X11/extras/rman/contrib/rman_html_split.1 +++ /dev/null @@ -1,71 +0,0 @@ -.TH rman_html_split 1 "4 Aug 1998" -.SH NAME -rman_html_split \- split rman html output into separate sections -.SH SYNOPSIS -.B rman_html_split -[ -.I options -] [ -.I file -] -.SH DESCRIPTION -The \fBrman_html_split\fP script reads a file containing HTML produced -from a manual page by the \fBrman\fP(1) program, and splits it into a -set of files, each containing one section or subsection of the manual. -Each section file has added to it an optional header identifying the -program described by the manual page, a link to the table of contents, -and links to the previous section and the next section. The separate -section files are placed in a subdirectory. A symbolic link named -\fIindex.\|html\fP is created in this subdirectory, linked to either -\fIsect0.\|html\fP (the first section) or \fItoc.\|html\fP (the table -of contents section). -.PP -Use this script to split a large manual page into smaller, more -manageable parts for use as online web-based documentation. -.SH OPTIONS -.TP -.BR "\-d \fIdir\fP" " | " "\-\-html\-dir \fIdir\fP" -Place output into directory \fIdir\fP. The default directory name is -\fIhtml\fP. -.TP -.BR "\-m \fInum\fP" " | " "\-\-merge \fInum\fP" -Merge sections 0 thru \fInum\fP into one file. The default for -\fInum\fP is 1, since usually section 0 is the NAME section and -section 1 is SYNOPSIS, which are usually both short and go well -together. Set -.I num -to 0 to prevent merging, or set it to a larger number to merge more -initial sections. Maximum value of \fInum\fP is 9. There is no -provision for merging sections other than consecutive numbers from -section 0. -.TP -.BR \-t " | " \-\-toc\-first -Link \fIindex.\|html\fP to the table of contents. By default, it is -linked to \fIsect0.\|html\fP. Use this if you prefer the initial page -to be the table of contents rather than the first section of the -manual page. -.TP -.BR "\-T \fItitle\fP" " | " "\-\-title \fItitle\fP" -Use \fItitle\fP as a header on top of each page. This header is -displayed using the H2 HTML tag. By default, \fBrman_html_split\fP uses -the title generated by \fBrman\fP. By making \fItitle\fP the empty -string (""), the header can be suppressed entirely. -.TP -.BR \-h " | " \-\-help -Print synopsis and exit. -.TP -.BR \-V " | " \-\-version -Print version information and exit. -.SH SEE ALSO -.BR man (1), -.BR rman (1). -.SH BUGS -You tell me. -.SH AUTHOR -Robert K. Moniot <moniot@fordham.edu> -.br -Fordham University -.br -Department of Computer and Information Sciences -.br -New York, NY |