]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/libxo/libxo/xo_set_options.3
Merge OpenSSL 1.1.1g.
[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 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
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 SEE ALSO
30 .Xr xo_emit 3 ,
31 .Xr libxo 3
32 .Sh HISTORY
33 The
34 .Nm libxo
35 library first appeared in
36 .Fx 11.0 .
37 .Sh AUTHORS
38 .Nm libxo
39 was written by
40 .An Phil Shafer Aq Mt phil@freebsd.org .
41