diff options
author | 2013-08-14 08:39:24 +0000 | |
---|---|---|
committer | 2013-08-14 08:39:24 +0000 | |
commit | 720a7a94e09f2fa9b3979870e0f199a15d3a66d3 (patch) | |
tree | 5567e8f2aba2c28a136428138dfd3a19c60604e1 /lib/libutil | |
parent | no longer any need to quote macro lines with >9 args; (diff) | |
download | wireguard-openbsd-720a7a94e09f2fa9b3979870e0f199a15d3a66d3.tar.xz wireguard-openbsd-720a7a94e09f2fa9b3979870e0f199a15d3a66d3.zip |
some Bx/Ox conversion;
From: Jan Stary
Diffstat (limited to 'lib/libutil')
-rw-r--r-- | lib/libutil/check_expire.3 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/libutil/check_expire.3 b/lib/libutil/check_expire.3 index b033bb9a262..5405bac73e4 100644 --- a/lib/libutil/check_expire.3 +++ b/lib/libutil/check_expire.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: check_expire.3,v 1.8 2013/06/05 03:40:26 tedu Exp $ +.\" $OpenBSD: check_expire.3,v 1.9 2013/08/14 08:39:26 jmc Exp $ .\" .\" Copyright (c) 2000 Todd C. Miller <Todd.Miller@courtesan.com> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: August 14 2013 $ .Dt CHECK_EXPIRE 3 .Os .Sh NAME @@ -28,7 +28,9 @@ .Sh DESCRIPTION The .Fn login_check_expire -function is called by a BSD authentication login script to +function is called by a +.Bx +Authentication login script to check whether the user's password entry, as described by .Fa pwd , has expired. |