diff options
author | 1997-06-19 10:29:23 +0000 | |
---|---|---|
committer | 1997-06-19 10:29:23 +0000 | |
commit | e046817587832205aa115ce91a0ee5d90c5047b9 (patch) | |
tree | 96bdfbec892ec68984f23a03e713276ad227e564 | |
parent | mention getsockopt w/ SO_ERROR for non-blocking sockets (diff) | |
download | wireguard-openbsd-e046817587832205aa115ce91a0ee5d90c5047b9.tar.xz wireguard-openbsd-e046817587832205aa115ce91a0ee5d90c5047b9.zip |
Xr nice
-rw-r--r-- | lib/libc/sys/connect.2 | 1 | ||||
-rw-r--r-- | lib/libc/sys/getsockopt.2 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/sys/connect.2 b/lib/libc/sys/connect.2 index 634c36dd880..bf11278daae 100644 --- a/lib/libc/sys/connect.2 +++ b/lib/libc/sys/connect.2 @@ -146,6 +146,7 @@ Too many symbolic links were encountered in translating the pathname. .Xr accept 2 , .Xr select 2 , .Xr socket 2 , +.Xr getsockopt 2 , .Xr getsockname 2 .Sh HISTORY The diff --git a/lib/libc/sys/getsockopt.2 b/lib/libc/sys/getsockopt.2 index 247467c4ce8..c3c9eadda32 100644 --- a/lib/libc/sys/getsockopt.2 +++ b/lib/libc/sys/getsockopt.2 @@ -338,6 +338,7 @@ is not in a valid part of the process address space. .Sh SEE ALSO .Xr ioctl 2 , .Xr socket 2 , +.Xr connect 2 , .Xr getprotoent 3 , .Xr protocols 5 .Sh BUGS |