summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-06-19 10:29:25 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-06-19 10:29:25 +0000
commitb52e878a65d6ee6a4e9cfd6e83afef25533c9242 (patch)
treeb2b52d0687c8a239ceda6feeed146d34cad2c363
parent98f47feec14e3e97d9f32c60553cb5c6d9991942 (diff)
Xr nice
-rw-r--r--lib/libc/sys/connect.21
-rw-r--r--lib/libc/sys/getsockopt.21
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