diff options
author | 2004-01-10 23:31:32 +0000 | |
---|---|---|
committer | 2004-01-10 23:31:32 +0000 | |
commit | 96b054720ef2d07e2e9f3ee84c04cf3701f23add (patch) | |
tree | 924f9ffd97dd1035642bf163870b1c808e790052 /lib/libc | |
parent | use writev(2) to get as many messages out at once as possible. (diff) | |
download | wireguard-openbsd-96b054720ef2d07e2e9f3ee84c04cf3701f23add.tar.xz wireguard-openbsd-96b054720ef2d07e2e9f3ee84c04cf3701f23add.zip |
auth_clean does not clear the options settings
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/auth_subr.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/gen/auth_subr.3 b/lib/libc/gen/auth_subr.3 index 46815f817a8..280d6257d86 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.13 2003/07/07 14:58:17 jmc Exp $ +.\" $OpenBSD: auth_subr.3,v 1.14 2004/01/10 23:31:32 millert Exp $ .\" .\" Copyright (c) 1997 Berkeley Software Design, Inc. All rights reserved. .\" @@ -162,7 +162,8 @@ A session may be cleaned by calling .Fn auth_clean . This function removes any files created by a login script in this -session and clears all state associated with this session. +session and clears all state associated with this session, with the +exception of the option settings. It is not necessary to call .Fn auth_clean if |