summaryrefslogtreecommitdiff
path: root/lib/libutil/check_expire.3
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2001-07-13 22:14:08 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2001-07-13 22:14:08 +0000
commitf36924741351aa6c2809e487c2539e730c7378e5 (patch)
tree1a2369ad04657d2fea6e0be590c3d3d2205a06de /lib/libutil/check_expire.3
parent4e1ffb07063315902171cc52bd0567b46c5a8b5c (diff)
Make the list of required #includes match reality.
Diffstat (limited to 'lib/libutil/check_expire.3')
-rw-r--r--lib/libutil/check_expire.33
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libutil/check_expire.3 b/lib/libutil/check_expire.3
index 78078e0d20e..714a93a5377 100644
--- a/lib/libutil/check_expire.3
+++ b/lib/libutil/check_expire.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: check_expire.3,v 1.1 2000/11/27 05:55:47 millert Exp $
+.\" $OpenBSD: check_expire.3,v 1.2 2001/07/13 22:14:07 millert Exp $
.\"
.\" Copyright (c) 2000 Todd C. Miller <Todd.Miller@courtesan.com>
.\" All rights reserved.
@@ -29,6 +29,7 @@
.Nm check_expire
.Nd check for password expiration
.Sh SYNOPSIS
+.Fd #include <stdio.h>
.Fd #include <util.h>
.Ft int
.Fn login_check_expire "FILE *back" "struct passwd *pwd" "char *class" "int lastchance"