Deleted Added
full compact
xolint.1 (282100) xolint.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

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

69.Fl p
70is given, the
71line that contains the error:
72.Bd -literal -offset indent
73 % xolint -t xolint.c
74 xolint.c: 16: error: anchor format should be "%d"
75 16 xo_emit("{[:/%s}");
76.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

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

69.Fl p
70is given, the
71line that contains the error:
72.Bd -literal -offset indent
73 % xolint -t xolint.c
74 xolint.c: 16: error: anchor format should be "%d"
75 16 xo_emit("{[:/%s}");
76.Ed
77.Sh ADDITIONAL DOCUMENTATION
78Complete documentation can be found on github:
79.Bd -literal -offset indent
80http://juniper.github.io/libxo/libxo-manual.html
81.Ed
82.Pp
83.Nm libxo
84lives on github as:
85.Bd -literal -offset indent
86https://github.com/Juniper/libxo
87.Ed
88.Pp
89The latest release of
90.Nm libxo
91is available at:
92.Bd -literal -offset indent
93https://github.com/Juniper/libxo/releases
94.Ed
95.Sh SEE ALSO
96.Xr libxo 3 ,
97.Xr xo_emit 3
77.Sh SEE ALSO
78.Xr libxo 3 ,
79.Xr xo_emit 3
98.Sh HISTORY
99The
100.Nm libxo
101library was added in
102.Fx 11.0 .
103.Sh AUTHOR
104Phil Shafer