diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-11-24 07:24:58 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-11-24 07:24:58 +0000 |
commit | 9852762a01f35b5a19f5b3f275b135639f1e1c30 (patch) | |
tree | 81d400f664a8b47440c10e2f5f17eedad982fe3e /lib/libc/sys/recv.2 | |
parent | 7333fc021a741211f4589904565b27b92b747a4f (diff) |
missing blank lines
Diffstat (limited to 'lib/libc/sys/recv.2')
-rw-r--r-- | lib/libc/sys/recv.2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/sys/recv.2 b/lib/libc/sys/recv.2 index 715e4061839..98b9858473a 100644 --- a/lib/libc/sys/recv.2 +++ b/lib/libc/sys/recv.2 @@ -185,6 +185,7 @@ struct cmsghdr { u_char cmsg_data[]; */ }; .Ed +.Pp As an example, one could use this to learn of changes in the data-stream in XNS/SPP, or in ISO, to obtain user-connection-request data by requesting a recvmsg with no data buffer provided immediately after an |