Browse Source

RETURN VALUES, not RETURN VALUE

OPENBSD_3_0
millert 23 years ago
parent
commit
b8b89abcad
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/lib/libutil/check_expire.3

+ 2
- 2
src/lib/libutil/check_expire.3 View File

@ -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> .\" Copyright (c) 2000 Todd C. Miller <Todd.Miller@courtesan.com>
.\" All rights reserved. .\" All rights reserved.
@ -53,7 +53,7 @@ expired longer than
seconds (see seconds (see
.Xr login.conf 5 ) , .Xr login.conf 5 ) ,
the user will be able to log in one last time to change the password. the user will be able to log in one last time to change the password.
.Sh RETURN VALUE
.Sh RETURN VALUES
The The
.Fn login_check_expire .Fn login_check_expire
function returns 0 if the user's password has not expired, and 1 if it has function returns 0 if the user's password has not expired, and 1 if it has


Loading…
Cancel
Save