diff options
| author | Peter Pentchev <roam@FreeBSD.org> | 2007-04-27 10:28:30 +0000 |
|---|---|---|
| committer | Peter Pentchev <roam@FreeBSD.org> | 2007-04-27 10:28:30 +0000 |
| commit | 0b329a103de8365444987a509b4aeec653be58dd (patch) | |
| tree | 1e2775772c801dc73d17090bd954e3bd5308e96b /lib/libc/sys | |
| parent | e8e1f544629b6d78129749117b93d7e918d30d7f (diff) | |
Notes
Diffstat (limited to 'lib/libc/sys')
| -rw-r--r-- | lib/libc/sys/send.2 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libc/sys/send.2 b/lib/libc/sys/send.2 index 003855281d5f..6a61426bd7a0 100644 --- a/lib/libc/sys/send.2 +++ b/lib/libc/sys/send.2 @@ -100,7 +100,6 @@ The argument may include one or more of the following: .Bd -literal #define MSG_OOB 0x00001 /* process out-of-band data */ -#define MSG_PEEK 0x00002 /* peek at incoming message */ #define MSG_DONTROUTE 0x00004 /* bypass routing, use direct interface */ #define MSG_EOR 0x00008 /* data completes record */ #define MSG_EOF 0x00100 /* data completes transaction */ |
