From b8b89abcad6e768f06ea833026b0371f9a0d7739 Mon Sep 17 00:00:00 2001 From: millert <> Date: Fri, 13 Jul 2001 23:06:23 +0000 Subject: [PATCH] RETURN VALUES, not RETURN VALUE --- src/lib/libutil/check_expire.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/libutil/check_expire.3 b/src/lib/libutil/check_expire.3 index 714a93a5..4c741f85 100644 --- a/src/lib/libutil/check_expire.3 +++ b/src/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 .\" 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