freebsd-dev/contrib/openpam/doc/man/openpam_free_envlist.3

39 lines
885 B
Groff
Raw Normal View History

2013-09-07 16:15:30 +00:00
.\" Generated from openpam_free_envlist.c by gendoc.pl
.\" $Id: openpam_free_envlist.c 648 2013-03-05 17:54:27Z des $
2014-09-15 09:40:30 +00:00
.Dd September 12, 2014
2005-02-01 10:16:17 +00:00
.Dt OPENPAM_FREE_ENVLIST 3
.Os
.Sh NAME
.Nm openpam_free_envlist
.Nd free an environment list
.Sh LIBRARY
.Lb libpam
.Sh SYNOPSIS
.In sys/types.h
.In security/pam_appl.h
.In security/openpam.h
.Ft "void"
.Fn openpam_free_envlist "char **envlist"
.Sh DESCRIPTION
The
2012-05-26 14:23:18 +00:00
.Fn openpam_free_envlist
2005-02-01 10:16:17 +00:00
function is a convenience function which
frees all the environment variables in an environment list, and the
list itself.
It is suitable for freeing the return value from
.Xr pam_getenvlist 3 .
2011-12-18 17:08:40 +00:00
.Pp
2005-02-01 10:16:17 +00:00
.Sh SEE ALSO
.Xr pam 3 ,
.Xr pam_getenvlist 3
.Sh STANDARDS
The
2012-05-26 14:23:18 +00:00
.Fn openpam_free_envlist
2005-02-01 10:16:17 +00:00
function is an OpenPAM extension.
.Sh AUTHORS
The
2012-05-26 14:23:18 +00:00
.Fn openpam_free_envlist
function and this manual page were
developed by
.An Dag-Erling Sm\(/orgrav Aq des@des.no .