diff options
author | 2014-12-04 18:25:46 +0000 | |
---|---|---|
committer | 2014-12-04 18:25:46 +0000 | |
commit | b2df95eef8d9ebba0f3f4645278d820106fe3bd5 (patch) | |
tree | dd8e146d338fb73764bf59294cece8fd9a50ff34 /lib/libutil | |
parent | In the SYNOPSIS, if .Nm occurs without argument, give the first .Nm (diff) | |
download | wireguard-openbsd-b2df95eef8d9ebba0f3f4645278d820106fe3bd5.tar.xz wireguard-openbsd-b2df95eef8d9ebba0f3f4645278d820106fe3bd5.zip |
use the actual function name in .Dt and NAME .Nm, not an alias;
found with mandoc.db(5)
Diffstat (limited to 'lib/libutil')
-rw-r--r-- | lib/libutil/check_expire.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libutil/check_expire.3 b/lib/libutil/check_expire.3 index 5405bac73e4..c2e8dabfb79 100644 --- a/lib/libutil/check_expire.3 +++ b/lib/libutil/check_expire.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: check_expire.3,v 1.9 2013/08/14 08:39:26 jmc Exp $ +.\" $OpenBSD: check_expire.3,v 1.10 2014/12/04 18:25:46 schwarze Exp $ .\" .\" Copyright (c) 2000 Todd C. Miller <Todd.Miller@courtesan.com> .\" @@ -14,11 +14,11 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: August 14 2013 $ -.Dt CHECK_EXPIRE 3 +.Dd $Mdocdate: December 4 2014 $ +.Dt LOGIN_CHECK_EXPIRE 3 .Os .Sh NAME -.Nm check_expire +.Nm login_check_expire .Nd check for password expiration .Sh SYNOPSIS .In stdio.h |