diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-11-18 23:44:55 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-11-18 23:44:55 +0000 |
commit | 528e5b5ca1fa0ac72f7da7587a49090a3cf509db (patch) | |
tree | 61b474085ea2e8be540e0b2cd330bfe468e38f10 /lib/libc/sys | |
parent | 6291ef8a4b5d4bf248c4507260bee62eb0ed7a06 (diff) |
OpenBSD does not support non-standard mdoc macros like .Lb.
Diffstat (limited to 'lib/libc/sys')
-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> |