diff options
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/kqueue.2 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/sys/kqueue.2 b/lib/libc/sys/kqueue.2 index d3d50fa5f8b..f6b9ccae694 100644 --- a/lib/libc/sys/kqueue.2 +++ b/lib/libc/sys/kqueue.2 @@ -1,3 +1,4 @@ +.\" $OpenBSD: kqueue.2,v 1.3 2000/11/18 23:44:54 aaron Exp $ .\" Copyright (c) 2000 Jonathan Lemon .\" All rights reserved. .\" @@ -31,8 +32,6 @@ .Nm kqueue , .Nm kevent .Nd kernel event notification mechanism -.Sh LIBRARY -.Lb libc .Sh SYNOPSIS .Fd #include <sys/types.h> .Fd #include <sys/event.h> |