Deleted Added
full compact
xo.1 (282100) xo.1 (287111)
1.\" #
2.\" # Copyright (c) 2014, 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

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

163.Sh EXAMPLE
164.Bd -literal
165 % xo 'The {:product} is {:status}\n' stereo "in route"
166 The stereo is in route
167 % xo -p -X 'The {:product} is {:status}\n' stereo "in route"
168 <product>stereo</product>
169 <status>in route</status>
170.Ed
1.\" #
2.\" # Copyright (c) 2014, 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

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

163.Sh EXAMPLE
164.Bd -literal
165 % xo 'The {:product} is {:status}\n' stereo "in route"
166 The stereo is in route
167 % xo -p -X 'The {:product} is {:status}\n' stereo "in route"
168 <product>stereo</product>
169 <status>in route</status>
170.Ed
171.Sh ADDITIONAL DOCUMENTATION
172Complete documentation can be found on github:
173.Bd -literal -offset indent
174http://juniper.github.io/libxo/libxo-manual.html
175.Ed
176.Pp
177.Nm libxo
178lives on github as:
179.Bd -literal -offset indent
180https://github.com/Juniper/libxo
181.Ed
182.Pp
183The latest release of
184.Nm libxo
185is available at:
186.Bd -literal -offset indent
187https://github.com/Juniper/libxo/releases
188.Ed
189.Sh SEE ALSO
190.Xr libxo 3 ,
191.Xr xo_emit 3
171.Sh SEE ALSO
172.Xr libxo 3 ,
173.Xr xo_emit 3
192.Sh HISTORY
193The
194.Nm libxo
195library was added in
196.Fx 11.0 .
197.Sh AUTHOR
198Phil Shafer