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
9.\"
10.Dd December 4, 2014
11.Dt LIBXO 3
12.Os
13.Sh NAME
14.Nm xo_set_options
15.Nd change options used by a libxo handle
16.Sh LIBRARY
17.Lb libxo
18.Sh SYNOPSIS
19.In libxo/xo.h
20.Ft int
21.Fn xo_set_options "xo_handle_t *xop" "const char *input"
22.Sh DESCRIPTION
23The
24.Fn xo_set_options
25function accepts a comma-separated list of styles
26and flags and enables them for a specific handle.
27The options are identical to those listed in
28.Xr xo_parse_args 3 .
29.Sh SEE ALSO
30.Xr xo_emit 3 ,
31.Xr libxo 3
32.Sh HISTORY
33The
34.Nm libxo
35library first appeared in
36.Fx 11.0 .
37.Sh AUTHORS
38.Nm libxo
39was written by
40.An Phil Shafer Aq Mt phil@freebsd.org .
41
42