aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2002-04-17 22:58:58 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2002-04-17 22:58:58 +0000
commita35b5480e51a4e74479f91a988248c3cbe332aa1 (patch)
tree03a6eae8ed7764669b10fd54c04c713a8cf870a6 /contrib
parent07f86017c91f3674d47eec770ff057e1b1489889 (diff)
parentc7070155fcd5b0daa3d03e5f09811bfac4831ddc (diff)
downloadsrc-a35b5480e51a4e74479f91a988248c3cbe332aa1.tar.gz
src-a35b5480e51a4e74479f91a988248c3cbe332aa1.zip
This commit was generated by cvs2svn to compensate for changes in r94970,
which included commits to RCS files with non-trunk default branches.
Notes
Notes: svn path=/head/; revision=94971
Diffstat (limited to 'contrib')
-rw-r--r--contrib/openpam/doc/man/pam_get_authtok.331
-rw-r--r--contrib/openpam/doc/man/pam_getenvlist.34
-rw-r--r--contrib/openpam/doc/man/pam_start.34
3 files changed, 15 insertions, 24 deletions
diff --git a/contrib/openpam/doc/man/pam_get_authtok.3 b/contrib/openpam/doc/man/pam_get_authtok.3
index 7f9c186120c7..43f59d2d6d79 100644
--- a/contrib/openpam/doc/man/pam_get_authtok.3
+++ b/contrib/openpam/doc/man/pam_get_authtok.3
@@ -31,7 +31,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $P4: //depot/projects/openpam/doc/man/pam_get_authtok.3#12 $
+.\" $P4: //depot/projects/openpam/doc/man/pam_get_authtok.3#13 $
.\"
.Dd April 14, 2002
.Dt PAM_GET_AUTHTOK 3
@@ -58,20 +58,17 @@ argument.
The
.Va item
argument must have one of the following values:
-.Pp
-.Bd -literal
- =PAM_AUTHTOK
- Returns the current authentication token, or the new token
- when changing authentication tokens.
- =PAM_OLDAUTHTOK
- Returns the previous authentication token when changing
- authentication tokens.
-
-.Ed
+.Bl -tag -width 18n
+.It Dv PAM_AUTHTOK
+Returns the current authentication token, or the new token
+when changing authentication tokens.
+.It Dv PAM_OLDAUTHTOK
+Returns the previous authentication token when changing
+authentication tokens.
+.El
The
.Va prompt
argument specifies a prompt to use if no token is cached.
-.Ed
If it is
.Dv NULL ,
the
@@ -79,31 +76,25 @@ the
or
.Dv PAM_OLDAUTHTOK_PROMPT
item,
-.Ed
as appropriate, will be used. If that item is also
.Dv NULL ,
a hardcoded
-.Ed
default prompt will be used.
-
-.Ed
+.Pp
If
.Va item
is set to
.Dv PAM_AUTHTOK
and there is a non-null
.Dv PAM_OLDAUTHTOK
-.Ed
item,
.Nm
will ask the user to confirm the new token by
-.Ed
retyping it. If there is a mismatch,
.Nm
will return
-.Ed
.Dv PAM_TRY_AGAIN .
-
+.Pp
.Sh RETURN VALUES
The
.Nm
diff --git a/contrib/openpam/doc/man/pam_getenvlist.3 b/contrib/openpam/doc/man/pam_getenvlist.3
index ec27b8d0a022..a6c1cef6c4bd 100644
--- a/contrib/openpam/doc/man/pam_getenvlist.3
+++ b/contrib/openpam/doc/man/pam_getenvlist.3
@@ -31,7 +31,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $P4: //depot/projects/openpam/doc/man/pam_getenvlist.3#11 $
+.\" $P4: //depot/projects/openpam/doc/man/pam_getenvlist.3#12 $
.\"
.Dd April 14, 2002
.Dt PAM_GETENVLIST 3
@@ -72,7 +72,7 @@ after use:
free(*env);
free(environ);
environ = envlist;
-
+.Ed
.Sh RETURN VALUES
The
.Nm
diff --git a/contrib/openpam/doc/man/pam_start.3 b/contrib/openpam/doc/man/pam_start.3
index 6eff4589a207..c34892d91c94 100644
--- a/contrib/openpam/doc/man/pam_start.3
+++ b/contrib/openpam/doc/man/pam_start.3
@@ -31,7 +31,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $P4: //depot/projects/openpam/doc/man/pam_start.3#11 $
+.\" $P4: //depot/projects/openpam/doc/man/pam_start.3#12 $
.\"
.Dd April 14, 2002
.Dt PAM_START 3
@@ -79,7 +79,7 @@ This structure is defined as follows:
struct pam_response **, void *);
void *appdata_ptr;
};
-
+.Ed
.Sh RETURN VALUES
The
.Nm