diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-02-25 12:23:18 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-02-25 12:23:18 +0000 |
commit | fda939315c0ac564f620dd6f576475ce14e448b2 (patch) | |
tree | 204259455c8fd6c6b24ad5006d27da44eee11eb9 /lib/libc/rpc | |
parent | 88e4ace75cca1aa599e32493bfffdad22d82de36 (diff) |
remove unneccessary section
Diffstat (limited to 'lib/libc/rpc')
-rw-r--r-- | lib/libc/rpc/rpc.3 | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/lib/libc/rpc/rpc.3 b/lib/libc/rpc/rpc.3 index 174152325bd..5e7201aa752 100644 --- a/lib/libc/rpc/rpc.3 +++ b/lib/libc/rpc/rpc.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rpc.3,v 1.8 1998/02/25 12:21:16 deraadt Exp $ +.\" $OpenBSD: rpc.3,v 1.9 1998/02/25 12:23:17 deraadt Exp $ .\" Mostly converted to mandoc by Theo de Raadt, Tue Feb 24 04:04:46 MST 1998 .\" .Dd February 16, 1988 @@ -812,13 +812,6 @@ to svc_getreqset() or any creation routines. Do not pass its address to .Xr select 2 ! Instead, pass the address of a copy. -.br -As well, note that if the process has descriptor limits -which are extended beyond -.Fa FD_SETSIZE , -this variable will only be usable for the first -.Fa FD_SETSIZE -descriptors. .Pp .Fa svc_fdset is similar to |