summaryrefslogtreecommitdiff
path: root/lib/libc/gen/auth_subr.3
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-05-30 14:00:33 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-05-30 14:00:33 +0000
commit80a698c6d9624e8f0309483f4cc25a4e94733204 (patch)
tree31f9bbaae2f9afa4add18d205b3587d0d7812e43 /lib/libc/gen/auth_subr.3
parenta2a3121d7669033166b5b6e62dc845b393a310bc (diff)
- clean up macro abuse
- section reorder - merge COMPATIBILITY
Diffstat (limited to 'lib/libc/gen/auth_subr.3')
-rw-r--r--lib/libc/gen/auth_subr.316
1 files changed, 8 insertions, 8 deletions
diff --git a/lib/libc/gen/auth_subr.3 b/lib/libc/gen/auth_subr.3
index d9484e0d3b3..2ba03288938 100644
--- a/lib/libc/gen/auth_subr.3
+++ b/lib/libc/gen/auth_subr.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: auth_subr.3,v 1.11 2003/05/03 19:04:40 jmc Exp $
+.\" $OpenBSD: auth_subr.3,v 1.12 2003/05/30 14:00:32 jmc Exp $
.\"
.\" Copyright (c) 1997 Berkeley Software Design, Inc. All rights reserved.
.\"
@@ -222,7 +222,6 @@ The name and value are separated by an
.Pp
.Li Ta Fl v Ar name=value
.Pp
-.Pp
Once the login script has been spawned, any data specified by the
.Fn auth_setdata
is written to the back channel.
@@ -375,7 +374,8 @@ variable
These variables are set by login scripts.
When a new login script is run
(by the
-.Fn auth_call function)
+.Fn auth_call
+function)
the values from the previous login script are lost.
(See
.Xr login.conf 5
@@ -490,6 +490,11 @@ sets the sessions state to
Typically this is either
.Li AUTH_OKAY
or 0.
+.Sh SEE ALSO
+.Xr authenticate 3 ,
+.Xr login_cap 3 ,
+.Xr pw_dup 3 ,
+.Xr login.conf 5
.Sh CAVEATS
The
.Fn auth_check_change
@@ -509,8 +514,3 @@ function or use the
.Xr auth_setpwd 3
function to copy the passwd struct into
.Fa as .
-.Sh SEE ALSO
-.Xr authenticate 3 ,
-.Xr login_cap 3 ,
-.Xr pw_dup 3 ,
-.Xr login.conf 5