]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/libxo/libxo/xo_set_options.3
Add ELF Tool Chain's brandelf(1) to contrib
[FreeBSD/FreeBSD.git] / contrib / libxo / libxo / xo_set_options.3
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 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
23 The
24 .Fn xo_set_options
25 function accepts a comma-separated list of styles
26 and flags and enables them for a specific handle.
27 The options are identical to those listed in
28 .Xr xo_parse_args 3 .
29 .Sh ADDITIONAL DOCUMENTATION
30 Complete documentation can be found on github:
31 .Bd -literal -offset indent
32 http://juniper.github.io/libxo/libxo-manual.html
33 .Ed
34 .Pp
35 .Nm libxo
36 lives on github as:
37 .Bd -literal -offset indent
38 https://github.com/Juniper/libxo
39 .Ed
40 .Pp
41 The latest release of
42 .Nm libxo
43 is available at:
44 .Bd -literal -offset indent
45 https://github.com/Juniper/libxo/releases
46 .Ed
47 .Sh SEE ALSO
48 .Xr xo_emit 3
49 .Sh HISTORY
50 The
51 .Nm libxo
52 library was added in
53 .Fx 11.0 .
54 .Sh AUTHOR
55 Phil Shafer