diff options
author | 2001-07-13 23:06:23 +0000 | |
---|---|---|
committer | 2001-07-13 23:06:23 +0000 | |
commit | 54e986533b23247e36d3dfb6a22cb6f12b0aeada (patch) | |
tree | 6e508e3613acefe1dde332a6764199a8aca192e7 /lib/libutil | |
parent | add more Bulgarian cities (diff) | |
download | wireguard-openbsd-54e986533b23247e36d3dfb6a22cb6f12b0aeada.tar.xz wireguard-openbsd-54e986533b23247e36d3dfb6a22cb6f12b0aeada.zip |
RETURN VALUES, not RETURN VALUE
Diffstat (limited to 'lib/libutil')
-rw-r--r-- | lib/libutil/check_expire.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libutil/check_expire.3 b/lib/libutil/check_expire.3 index 714a93a5377..4c741f85a35 100644 --- a/lib/libutil/check_expire.3 +++ b/lib/libutil/check_expire.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: check_expire.3,v 1.2 2001/07/13 22:14:07 millert Exp $ +.\" $OpenBSD: check_expire.3,v 1.3 2001/07/13 23:06:23 millert Exp $ .\" .\" Copyright (c) 2000 Todd C. Miller <Todd.Miller@courtesan.com> .\" All rights reserved. @@ -53,7 +53,7 @@ expired longer than seconds (see .Xr login.conf 5 ) , the user will be able to log in one last time to change the password. -.Sh RETURN VALUE +.Sh RETURN VALUES The .Fn login_check_expire function returns 0 if the user's password has not expired, and 1 if it has |