summaryrefslogtreecommitdiff
path: root/share/man/man9/hashinit.9
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man9/hashinit.9')
-rw-r--r--share/man/man9/hashinit.96
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/hashinit.9 b/share/man/man9/hashinit.9
index 5507892a131..6972fd0b15e 100644
--- a/share/man/man9/hashinit.9
+++ b/share/man/man9/hashinit.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: hashinit.9,v 1.4 2007/05/31 19:20:00 jmc Exp $
+.\" $OpenBSD: hashinit.9,v 1.5 2013/06/04 19:27:07 schwarze Exp $
.\"
.\" Copyright (c) 2001 Tobias Weingartner
.\" All rights reserved.
@@ -25,7 +25,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: June 4 2013 $
.Dt HASHINIT 9
.Os
.Sh NAME
@@ -34,7 +34,7 @@
.\" .Nm hashdone
.Nd kernel hashtable functions
.Sh SYNOPSIS
-.Fd #include <sys/systm.h>
+.In sys/systm.h
.Ft void *
.Fn hashinit "int num" "int type" "int flags" "u_long *mask"
.Sh DESCRIPTION