aboutsummaryrefslogtreecommitdiff
path: root/contrib/libxo/xohtml/xohtml.1
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libxo/xohtml/xohtml.1')
-rw-r--r--contrib/libxo/xohtml/xohtml.115
1 files changed, 6 insertions, 9 deletions
diff --git a/contrib/libxo/xohtml/xohtml.1 b/contrib/libxo/xohtml/xohtml.1
index 723225bb763f..0108c62a550b 100644
--- a/contrib/libxo/xohtml/xohtml.1
+++ b/contrib/libxo/xohtml/xohtml.1
@@ -16,7 +16,6 @@
.Xr xo_emit 3
.Sh SYNOPSIS
.Nm xohtml
-.Op Fl c
.Op Fl "b <base>"
.Op Fl "c" <command>"
.Op Fl "f" <output>
@@ -53,24 +52,21 @@ will add the "--libxo=html" option needed to generate HTML output
from
.Nm libxo "-enabled"
applications. See
-.Xr libxo 3
+.Xr xo_options 7
for details.
.Pp
The following options are available:
.Bl -tag -width indent
-.It Fl "b <base>"
-.It Fl "-base <base>"
+.It Ic -b Ar base | Ic --base Ar base
Supplies a source path for the CSS and Javascript files referenced in
the output of
.Nm xohtml .
-.It Fl "c <command>"
-.It Fl "-command <command>"
+.It Ic -c Ar command | Ic --command Ar command
Use the given command instead of one on the command line.
This command should be quoted if it consists of multiple tokens, and
should contain the "--libxo=html" option or equivalent, since the
command is used directly.
-.It Fl "f <file>"
-.It Fl "-file <file>"
+.It Ic -f Ar file | Ic --file Ar file
Output is saved to the given file, rather than to the standard output
descriptor.
.El
@@ -96,4 +92,5 @@ the output to /tmp/src.html:
.Pp
.Sh SEE ALSO
.Xr libxo 3 ,
-.Xr xo_emit 3
+.Xr xo_emit 3 ,
+.Xr xo_options 7