summaryrefslogtreecommitdiffstats
path: root/upstream/debian-unstable/man1/sgml2rtf.1
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 19:43:11 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 19:43:11 +0000
commitfc22b3d6507c6745911b9dfcc68f1e665ae13dbc (patch)
treece1e3bce06471410239a6f41282e328770aa404a /upstream/debian-unstable/man1/sgml2rtf.1
parentInitial commit. (diff)
downloadmanpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.tar.xz
manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.zip
Adding upstream version 4.22.0.upstream/4.22.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/debian-unstable/man1/sgml2rtf.1')
-rw-r--r--upstream/debian-unstable/man1/sgml2rtf.154
1 files changed, 54 insertions, 0 deletions
diff --git a/upstream/debian-unstable/man1/sgml2rtf.1 b/upstream/debian-unstable/man1/sgml2rtf.1
new file mode 100644
index 00000000..ea6504c1
--- /dev/null
+++ b/upstream/debian-unstable/man1/sgml2rtf.1
@@ -0,0 +1,54 @@
+.\" Process this file with
+.\" groff -man -Tascii sgml2rtf.1
+.\"
+.TH SGML2RTF 1 "16 May 2000"
+.SH NAME
+sgml2rtf \- create RTF output from a LinuxDoc DTD SGML source file
+.SH SYNOPSIS
+.B sgml2rtf [generic_option...] [--twosplit]
+.IR file [.sgml]
+.SH DESCRIPTION
+.B sgml2rtf
+is an old and obsoleted form of the rtf converter command
+of LinuxDoc-Tools. It is recommended to switch the new form
+.B linuxdoc -B rtf
+now.
+It converts a LinuxDoc DTD SGML source file to RTF, the Rich Text Tormat
+used by the Microsoft Windows help system. Output will appear in the top
+level file
+.I file.rtf
+and
+.I file-n.rtf
+for each section, where
+.I file
+is the name of the SGML source file. The RTF output is tailored for
+compilation by the Windows Help Compiler (hc31.exe).
+.LP
+The attribute/value pair "output=rtf" is set for conditionals.
+.SH OPTIONS
+.B sgml2rtf
+accepts all the generic options described in
+.BR linuxdoc (1), and:
+.IP "--twosplit, -2"
+Splits files both at n. sections and n.m. subsections
+.IP file
+The SGML source file, named either
+.I file
+or
+.I file.sgml
+.SH FILES
+Many files and executables in /usr/share/linuxdoc-tools and /usr/bin are used.
+.SH BUGS
+None known.
+.SH AUTHOR
+Originally written by Steve Tynor <tynor@atlanta.twr.com>, and
+Cees de Groot <cg@pobox.com> for sgml-tools (v1).
+Currently maintained by Taketoshi Sano <sano@debian.org> for Linuxdoc-Tools.
+.SH "SEE ALSO"
+.BR linuxdoc (1),
+.BR sgml2html (1),
+.BR sgml2info (1),
+.BR sgml2latex (1),
+.BR sgml2lyx (1),
+.BR sgml2txt (1),
+.BR sgmlcheck (1).