diff options
| author | wiz <wiz@NetBSD.org> | 2003-04-16 13:34:34 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2003-04-16 13:34:34 +0000 |
| commit | 472351e13db0de574eb46dc6a738ebfef119f0e3 (patch) | |
| tree | e975eec838b2062df0e601d4afc64ddf9bb7ab3c /lib/libc/sys/kqueue.2 | |
| parent | eb1ff84c33479a2a0ab27219b637c58da5b9ae96 (diff) | |
Use
.In header.h
instead of
.Fd #include \*[Lt]header.h\*[Gt]
Much easier to read and write, and supported by groff for ages.
Okayed by ross.
Diffstat (limited to 'lib/libc/sys/kqueue.2')
| -rw-r--r-- | lib/libc/sys/kqueue.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/kqueue.2 b/lib/libc/sys/kqueue.2 index 6048f383672..e05a173c86f 100644 --- a/lib/libc/sys/kqueue.2 +++ b/lib/libc/sys/kqueue.2 @@ -1,4 +1,4 @@ -.\" $NetBSD: kqueue.2,v 1.17 2003/02/16 09:52:40 tron Exp $ +.\" $NetBSD: kqueue.2,v 1.18 2003/04/16 13:34:53 wiz Exp $ .\" .\" Copyright (c) 2000 Jonathan Lemon .\" All rights reserved. @@ -42,8 +42,8 @@ .Sh LIBRARY .Lb libc .Sh SYNOPSIS -.Fd #include \*[Lt]sys/event.h\*[Gt] -.Fd #include \*[Lt]sys/time.h\*[Gt] +.In sys/event.h +.In sys/time.h .Ft int .Fn kqueue "void" .Ft int |
