diff options
author | 2000-11-18 23:44:54 +0000 | |
---|---|---|
committer | 2000-11-18 23:44:54 +0000 | |
commit | 38d95a923022927ab1cd22c1efe04a8ce8b162f6 (patch) | |
tree | c9274ec1370ffb686199c35ab1efe4e3f4d16ca6 | |
parent | better permission check; okay art@, millert@ (diff) | |
download | wireguard-openbsd-38d95a923022927ab1cd22c1efe04a8ce8b162f6.tar.xz wireguard-openbsd-38d95a923022927ab1cd22c1efe04a8ce8b162f6.zip |
OpenBSD does not support non-standard mdoc macros like .Lb.
-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> |