summaryrefslogtreecommitdiffstats
path: root/lib/libutil
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2014-12-04 18:25:46 +0000
committerschwarze <schwarze@openbsd.org>2014-12-04 18:25:46 +0000
commitb2df95eef8d9ebba0f3f4645278d820106fe3bd5 (patch)
treedd8e146d338fb73764bf59294cece8fd9a50ff34 /lib/libutil
parentIn the SYNOPSIS, if .Nm occurs without argument, give the first .Nm (diff)
downloadwireguard-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.38
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