]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/libxo/libxo/xo_set_options.3
Merge OpenSSL 1.0.1k.
[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 July, 2014
11 .Dt LIBXO 3
12 .Os
13 .Sh NAME
14 .Nm xo_emit
15 .Nd emit formatted output based on format string and arguments
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 .Pp
31 Complete documentation can be found on github:
32 .Bd -literal -offset indent
33 http://juniper.github.io/libxo/libxo-manual.html
34 .Ed
35 .Pp
36 libxo lives on github as:
37 .Bd -literal -offset indent
38 https://github.com/Juniper/libxo
39 .Ed
40 .Pp
41 The latest release of libxo is available at:
42 .Bd -literal -offset indent
43 https://github.com/Juniper/libxo/releases
44 .Ed
45 .Sh SEE ALSO
46 .Xr xo_emit 3
47 .Sh HISTORY
48 The
49 .Fa libxo
50 library was added in FreeBSD 11.0.
51 .Sh AUTHOR
52 Phil Shafer