summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/rtfx.110
1 files changed, 6 insertions, 4 deletions
diff --git a/src/rtfx.1 b/src/rtfx.1
index 4c0efe4..64f8547 100644
--- a/src/rtfx.1
+++ b/src/rtfx.1
@@ -43,8 +43,8 @@
.Sh SYNOPSIS
.Nm
.Op Fl p
-.Ar inrtf
-.Ar outxml
+.Op Ar inrtf
+.Op Ar outxml
.Sh DESCRIPTION
.Nm
converts RTF files into a generic XML format. It majors on keeping meta data like style
@@ -62,12 +62,14 @@ The options are as follows:
Puts
.Nm
into 'presentation' output mode.
+.It Ar inrtf
+The RTF file to convert. If not specified reads from stdin.
+.It Ar outxml
+The XML file to output the converted data to. If not specified writes to stdout.
.El
.Sh WEBSITE
http://memberwebs.com/nielsen/software/rtfx/
.Sh BUGS
Doesn't handle crummy RTF files nicely. Needs some speed improvements.
-.Sh SEE ALSO
-.Xr sablot 3
.Sh AUTHOR
.An Nate Nielsen Aq nielsen@memberwebs.com