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/write.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/write.2')
-rw-r--r-- | lib/libc/sys/write.2 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/sys/write.2 b/lib/libc/sys/write.2 index df0585b7049..7461bf661ba 100644 --- a/lib/libc/sys/write.2 +++ b/lib/libc/sys/write.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: write.2,v 1.7 1998/08/05 16:49:35 millert Exp $ +.\" $OpenBSD: write.2,v 1.8 1998/08/17 17:35:17 deraadt Exp $ .\" $NetBSD: write.2,v 1.6 1995/02/27 12:39:43 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -208,6 +208,7 @@ array overflowed an .Xr lseek 2 , .Xr open 2 , .Xr pipe 2 , +.Xr poll 2 , .Xr select 2 .Sh STANDARDS The |