|
NAMExohtml —
display libxo html output
xo_emit(3)
SYNOPSIS
DESCRIPTIONxohtml is a tool for preparing
libxo(3)
HTML output for display in modern HTML web browsers.
xohtml can operate in two modes. If command is
provided either with the -c option or as argument(s)
to the xohtml command, that command is executed and
the resulting output is processed. If no command is given, the standard input
is used.
If the command is given directly on the command line,
The following options are available:
EXAMPLESThe following command line will run "du --libxo=html ~/src" and save the output to /tmp/src.html:xohtml du ~/src > /tmp/src.html The following command line will run "du --libxo=html,warn ~/src" and save the output to /tmp/src.html: du --libxo=html,warn ~/src | xohtml -f /tmp/src.html The following command line will run "du --libxo=html,warn ~/src" and save the output to /tmp/src.html: xohtml -c "du --libxo=html,warn ~/src" -f /tmp/src.html SEE ALSOlibxo(3), xo_emit(3)ADDITIONAL DOCUMENTATIONFreeBSD useslibxo version
0.6.1. Complete documentation can be found on github:
http://juniper.github.io/libxo/0.6.1/libxo-manual.html
https://github.com/Juniper/libxo The latest release of https://github.com/Juniper/libxo/releases HISTORYThelibxo library was added in FreeBSD
11.0.
AUTHORPhil Shafer
Visit the GSP FreeBSD Man Page Interface. |