aboutsummaryrefslogtreecommitdiff
path: root/contrib/libxo/xohtml/xohtml.1
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2017-06-10 13:22:49 +0000
committerDimitry Andric <dim@FreeBSD.org>2017-06-10 13:22:49 +0000
commit686fb94a00297bf9ff49d93b948925552a2ce8e0 (patch)
treeac93d0208e7b8e356379604ded3d76c6b87b27b7 /contrib/libxo/xohtml/xohtml.1
parenta14eb6db996a2359efa77a4d4724e1e7098b6b6e (diff)
parent758dcc8cb3406ff0d470b70bf210e11b75f1463d (diff)
downloadsrc-686fb94a00297bf9ff49d93b948925552a2ce8e0.tar.gz
src-686fb94a00297bf9ff49d93b948925552a2ce8e0.zip
Merge ^/head r319548 through r319778.
Notes
Notes: svn path=/projects/clang500-import/; revision=319779
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