Deleted Added
full compact
xohtml.1 (282100) xohtml.1 (287111)
1.\" #
2.\" # Copyright (c) 2015, Juniper Networks, Inc.
3.\" # All rights reserved.
4.\" # This SOFTWARE is licensed under the LICENSE provided in the
5.\" # ../Copyright file. By downloading, installing, copying, or
6.\" # using the SOFTWARE, you agree to be bound by the terms of that
7.\" # LICENSE.
8.\" # Phil Shafer, July 2014

--- 80 unchanged lines hidden (view full) ---

89.Ed
90.Pp
91The following command line will run "du --libxo=html,warn ~/src" and save
92the output to /tmp/src.html:
93.Bd -literal -offset indent
94 xohtml -c "du --libxo=html,warn ~/src" -f /tmp/src.html
95.Ed
96.Pp
1.\" #
2.\" # Copyright (c) 2015, Juniper Networks, Inc.
3.\" # All rights reserved.
4.\" # This SOFTWARE is licensed under the LICENSE provided in the
5.\" # ../Copyright file. By downloading, installing, copying, or
6.\" # using the SOFTWARE, you agree to be bound by the terms of that
7.\" # LICENSE.
8.\" # Phil Shafer, July 2014

--- 80 unchanged lines hidden (view full) ---

89.Ed
90.Pp
91The following command line will run "du --libxo=html,warn ~/src" and save
92the output to /tmp/src.html:
93.Bd -literal -offset indent
94 xohtml -c "du --libxo=html,warn ~/src" -f /tmp/src.html
95.Ed
96.Pp
97.Sh ADDITIONAL DOCUMENTATION
98Complete documentation can be found on github:
99.Bd -literal -offset indent
100http://juniper.github.io/libxo/libxo-manual.html
101.Ed
102.Pp
103.Nm libxo
104lives on github as:
105.Bd -literal -offset indent
106https://github.com/Juniper/libxo
107.Ed
108.Pp
109The latest release of
110.Nm libxo
111is available at:
112.Bd -literal -offset indent
113https://github.com/Juniper/libxo/releases
114.Ed
115.Sh SEE ALSO
116.Xr libxo 3 ,
117.Xr xo_emit 3
97.Sh SEE ALSO
98.Xr libxo 3 ,
99.Xr xo_emit 3
118.Sh HISTORY
119The
120.Nm libxo
121library was added in
122.Fx 11.0 .
123.Sh AUTHOR
124Phil Shafer
125