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 | |
parent | 8f6f59b4d2477f08e69669cd8f5608ead341a46a (diff) |
poll(2) manpage references itself, accept(2) references poll(2) twice.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/accept.2 | 3 | ||||
-rw-r--r-- | lib/libc/sys/poll.2 | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/lib/libc/sys/accept.2 b/lib/libc/sys/accept.2 index 62240239824..5f4932e060a 100644 --- a/lib/libc/sys/accept.2 +++ b/lib/libc/sys/accept.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: accept.2,v 1.12 2001/03/11 05:02:29 aaron Exp $ +.\" $OpenBSD: accept.2,v 1.13 2001/11/02 22:34:21 jj Exp $ .\" $NetBSD: accept.2,v 1.7 1996/01/31 20:14:42 mycroft Exp $ .\" .\" Copyright (c) 1983, 1990, 1991, 1993 @@ -164,7 +164,6 @@ A connection has been aborted. .Xr listen 2 , .Xr poll 2 , .Xr select 2 , -.Xr poll 2 , .Xr socket 2 .Sh HISTORY The 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 |