1LIBXO(3)                 BSD Library Functions Manual                 LIBXO(3)
2

NAME

4     xo_set_options — change options used by a libxo handle
5

LIBRARY

7     library “libxo”
8

SYNOPSIS

10     #include <libxo/xo.h>
11
12     int
13     xo_set_options(xo_handle_t *xop, const char *input);
14

DESCRIPTION

16     The xo_set_options() function accepts a comma-separated list of styles
17     and flags and enables them for a specific handle.  The options are iden‐
18     tical to those listed in xo_parse_args(3).
19

SEE ALSO

21     xo_emit(3), libxo(3)
22

HISTORY

24     The libxo library first appeared in FreeBSD 11.0.
25

AUTHORS

27     libxo was written by Phil Shafer <phil@freebsd.org>.
28
29

ADDITIONAL DOCUMENTATION

31     FreeBSD uses libxo version 1.6.0.  Complete documentation can be found on
32     github:
33
34           https://juniper.github.io/libxo/1.6.0/html/index.html
35
36     libxo lives on github as:
37
38           https://github.com/Juniper/libxo
39
40     The latest release of libxo is available at:
41
42           https://github.com/Juniper/libxo/releases
43

HISTORY

45     The libxo library was added in FreeBSD 11.0.
46

AUTHOR

48     Phil Shafer
49
50BSD                            December 4, 2014                            BSD
Impressum