Deleted Added
full compact
openpam_get_feature.3 (302408) openpam_get_feature.3 (348980)
1.\" Generated from openpam_get_feature.c by gendoc.pl
1.\" Generated from openpam_get_feature.c by gendoc.pl
2.\" $Id: openpam_get_feature.c 648 2013-03-05 17:54:27Z des $
3.Dd September 12, 2014
2.\" $OpenPAM: openpam_get_feature.c 938 2017-04-30 21:34:42Z des $
3.Dd February 24, 2019
4.Dt OPENPAM_GET_FEATURE 3
5.Os
6.Sh NAME
7.Nm openpam_get_feature
8.Nd query the state of an optional feature
4.Dt OPENPAM_GET_FEATURE 3
5.Os
6.Sh NAME
7.Nm openpam_get_feature
8.Nd query the state of an optional feature
9.Sh LIBRARY
10.Lb libpam
11.Sh SYNOPSIS
12.In sys/types.h
13.In security/pam_appl.h
14.In security/openpam.h
15.Ft "int"
16.Fn openpam_get_feature "int feature" "int *onoff"
17.Sh DESCRIPTION
18.Bf Sy

--- 28 unchanged lines hidden (view full) ---

47module and the path leading up to it.
48This feature is enabled by default.
49.El
50.Sh RETURN VALUES
51The
52.Fn openpam_get_feature
53function returns one of the following values:
54.Bl -tag -width 18n
9.Sh SYNOPSIS
10.In sys/types.h
11.In security/pam_appl.h
12.In security/openpam.h
13.Ft "int"
14.Fn openpam_get_feature "int feature" "int *onoff"
15.Sh DESCRIPTION
16.Bf Sy

--- 28 unchanged lines hidden (view full) ---

45module and the path leading up to it.
46This feature is enabled by default.
47.El
48.Sh RETURN VALUES
49The
50.Fn openpam_get_feature
51function returns one of the following values:
52.Bl -tag -width 18n
55.It Bq Er PAM_SYMBOL_ERR
56Invalid symbol.
53.It Bq Er PAM_SUCCESS
54Success.
55.It Bq Er PAM_BAD_FEATURE
56Unrecognized or restricted feature.
57.El
58.Sh SEE ALSO
59.Xr openpam_set_feature 3 ,
60.Xr pam 3 ,
61.Xr pam_strerror 3
62.Sh STANDARDS
63The
64.Fn openpam_get_feature
65function is an OpenPAM extension.
66.Sh AUTHORS
67The
68.Fn openpam_get_feature
69function and this manual page were
70developed by
57.El
58.Sh SEE ALSO
59.Xr openpam_set_feature 3 ,
60.Xr pam 3 ,
61.Xr pam_strerror 3
62.Sh STANDARDS
63The
64.Fn openpam_get_feature
65function is an OpenPAM extension.
66.Sh AUTHORS
67The
68.Fn openpam_get_feature
69function and this manual page were
70developed by
71.An Dag-Erling Sm\(/orgrav Aq des@des.no .
71.An Dag-Erling Sm\(/orgrav Aq Mt des@des.no .