mirror of
https://github.com/opnsense/src.git
synced 2026-02-25 11:00:15 -05:00
- Two changes to encoder options:
encoder options may use plus or colon, but only one
encoder names can be specified as "@name"
This results in the syntax:
df --libxo @csv:no-header:leafs=name.available-blocks /
- If xo_set_program is called before xo_parse_args, honor the requested value
- add xo_errorn* function; repair newline-adding-on-xo_error bug
- test programs now use fixed name, since linux libtool prefixs "lt-"
- Fix "horse butt" comment in source code
- update test cases
PR: 242686
30 lines
517 B
Groff
30 lines
517 B
Groff
.\" $FreeBSD$
|
|
.Sh ADDITIONAL DOCUMENTATION
|
|
.Fx
|
|
uses
|
|
.Nm libxo
|
|
version 1.4.0.
|
|
Complete documentation can be found on github:
|
|
.Bd -literal -offset indent
|
|
https://juniper.github.io/libxo/1.4.0/html/index.html
|
|
.Ed
|
|
.Pp
|
|
.Nm libxo
|
|
lives on github as:
|
|
.Bd -literal -offset indent
|
|
https://github.com/Juniper/libxo
|
|
.Ed
|
|
.Pp
|
|
The latest release of
|
|
.Nm libxo
|
|
is available at:
|
|
.Bd -literal -offset indent
|
|
https://github.com/Juniper/libxo/releases
|
|
.Ed
|
|
.Sh HISTORY
|
|
The
|
|
.Nm libxo
|
|
library was added in
|
|
.Fx 11.0 .
|
|
.Sh AUTHOR
|
|
Phil Shafer
|