aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys/listen.2
diff options
context:
space:
mode:
authorMike Pritchard <mpp@FreeBSD.org>1996-02-11 22:38:05 +0000
committerMike Pritchard <mpp@FreeBSD.org>1996-02-11 22:38:05 +0000
commit78b0b234eb5a179413189a3e2561e894c9c18135 (patch)
tree88dc95b3030f35aa0317c9879f6efa7e9605d2d5 /lib/libc/sys/listen.2
parentf3e79aa7054c104c387c504e6e55ec6a4a29b593 (diff)
downloadsrc-78b0b234eb5a179413189a3e2561e894c9c18135.tar.gz
src-78b0b234eb5a179413189a3e2561e894c9c18135.zip
Correct a bunch of man page cross references and generally
try and silence "manck". ncurses, rpc, and some of the gnu stuff are still a big mess, however.
Notes
Notes: svn path=/head/; revision=14038
Diffstat (limited to 'lib/libc/sys/listen.2')
-rw-r--r--lib/libc/sys/listen.26
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/listen.2 b/lib/libc/sys/listen.2
index 6d2a64f14522..d9b31ec84fa6 100644
--- a/lib/libc/sys/listen.2
+++ b/lib/libc/sys/listen.2
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" From: @(#)listen.2 8.2 (Berkeley) 12/11/93
-.\" $Id: listen.2,v 1.3 1995/11/03 18:34:38 wollman Exp $
+.\" $Id: listen.2,v 1.4 1996/01/22 00:02:02 julian Exp $
.\"
.Dd November 3, 1995
.Dt LISTEN 2
@@ -123,11 +123,11 @@ The socket is not of a type that supports the operation
.Fn listen .
.El
.Sh SEE ALSO
-.Xr sysctl 1 ,
.Xr accept 2 ,
.Xr connect 2 ,
.Xr socket 2 ,
-.Xr sysctl 3
+.Xr sysctl 3 ,
+.Xr sysctl 8
.Sh HISTORY
The
.Nm