diff options
author | 1998-08-17 17:35:07 +0000 | |
---|---|---|
committer | 1998-08-17 17:35:07 +0000 | |
commit | 01e2f93e9b146db4f26e32540c685e5968fbbfa7 (patch) | |
tree | b79695b76709b50deb2815ddf704cf9d479c7968 /lib/libc/sys/connect.2 | |
parent | don't include FIFOs in check for set[ug]id files and devices; andrew@nfr.net (diff) | |
download | wireguard-openbsd-01e2f93e9b146db4f26e32540c685e5968fbbfa7.tar.xz wireguard-openbsd-01e2f93e9b146db4f26e32540c685e5968fbbfa7.zip |
Xr poll
Diffstat (limited to 'lib/libc/sys/connect.2')
-rw-r--r-- | lib/libc/sys/connect.2 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/sys/connect.2 b/lib/libc/sys/connect.2 index c284d5d1d5c..31ac631b87e 100644 --- a/lib/libc/sys/connect.2 +++ b/lib/libc/sys/connect.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: connect.2,v 1.8 1998/07/06 18:27:14 deraadt Exp $ +.\" $OpenBSD: connect.2,v 1.9 1998/08/17 17:35:08 deraadt Exp $ .\" $NetBSD: connect.2,v 1.8 1995/10/12 15:40:48 jtc Exp $ .\" .\" Copyright (c) 1983, 1993 @@ -151,6 +151,7 @@ Too many symbolic links were encountered in translating the pathname. .El .Sh SEE ALSO .Xr accept 2 , +.Xr poll 2 , .Xr select 2 , .Xr socket 2 , .Xr getsockopt 2 , |