summaryrefslogtreecommitdiff
path: root/static/freebsd/man3/openpam_free_envlist.3
diff options
context:
space:
mode:
Diffstat (limited to 'static/freebsd/man3/openpam_free_envlist.3')
-rw-r--r--static/freebsd/man3/openpam_free_envlist.335
1 files changed, 35 insertions, 0 deletions
diff --git a/static/freebsd/man3/openpam_free_envlist.3 b/static/freebsd/man3/openpam_free_envlist.3
new file mode 100644
index 00000000..e4a92e86
--- /dev/null
+++ b/static/freebsd/man3/openpam_free_envlist.3
@@ -0,0 +1,35 @@
+.\" Generated from openpam_free_envlist.c by gendoc.pl
+.Dd May 31, 2025
+.Dt OPENPAM_FREE_ENVLIST 3
+.Os
+.Sh NAME
+.Nm openpam_free_envlist
+.Nd free an environment list
+.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
+.Fn openpam_free_envlist
+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 .
+.Pp
+.Sh SEE ALSO
+.Xr pam 3 ,
+.Xr pam_getenvlist 3
+.Sh STANDARDS
+The
+.Fn openpam_free_envlist
+function is an OpenPAM extension.
+.Sh AUTHORS
+The
+.Fn openpam_free_envlist
+function and this manual page were
+developed by
+.An Dag-Erling Sm\(/orgrav Aq Mt des@des.dev .