diff options
author | Janne Johansson <jj@cvs.openbsd.org> | 2001-11-02 22:34:22 +0000 |
---|---|---|
committer | Janne Johansson <jj@cvs.openbsd.org> | 2001-11-02 22:34:22 +0000 |
commit | 1678f8ce76b01171c511801b13d5ef7b4b18037e (patch) | |
tree | 63541e573415bdc5bc51988a8ea3186a6ffe9d07 /lib/libc/sys/poll.2 | |
parent | 8f6f59b4d2477f08e69669cd8f5608ead341a46a (diff) |
poll(2) manpage references itself, accept(2) references poll(2) twice.
Diffstat (limited to 'lib/libc/sys/poll.2')
-rw-r--r-- | lib/libc/sys/poll.2 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/sys/poll.2 b/lib/libc/sys/poll.2 index ca9ffbbe2b8..aa74f5497c0 100644 --- a/lib/libc/sys/poll.2 +++ b/lib/libc/sys/poll.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: poll.2,v 1.11 2001/08/11 08:13:18 fgsch Exp $ +.\" $OpenBSD: poll.2,v 1.12 2001/11/02 22:34:21 jj Exp $ .\" .\" Copyright (c) 1994 Jason R. Thorpe .\" All rights reserved. @@ -193,7 +193,6 @@ may succeed. caught a signal during the polling process. .El .Sh SEE ALSO -.Xr poll 2 , .Xr select 2 , .Xr sysconf 3 .Sh HISTORY |