summaryrefslogtreecommitdiff
path: root/lib/libc/sys/bind.2
diff options
context:
space:
mode:
authorjtc <jtc@NetBSD.org>1995-10-12 15:40:27 +0000
committerjtc <jtc@NetBSD.org>1995-10-12 15:40:27 +0000
commitb5d1933995820aba9a7dedc97aec9eb55edeb429 (patch)
treeffb8ac824dffb475d03b3cbe538f9bf82d0aa26c /lib/libc/sys/bind.2
parent0e3da40dbe86a977eabb7356e20877fbd6f1c3f5 (diff)
Manpage fixes from Jochen Pohl. Aligns the prototypes in the SYNOPSIS
section with the actual function declarations. See PR #1589 for details.
Diffstat (limited to 'lib/libc/sys/bind.2')
-rw-r--r--lib/libc/sys/bind.24
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/bind.2 b/lib/libc/sys/bind.2
index be5aac93bd5..9c4404cdd65 100644
--- a/lib/libc/sys/bind.2
+++ b/lib/libc/sys/bind.2
@@ -1,4 +1,4 @@
-.\" $NetBSD: bind.2,v 1.7 1995/02/27 12:31:54 cgd Exp $
+.\" $NetBSD: bind.2,v 1.8 1995/10/12 15:40:46 jtc Exp $
.\"
.\" Copyright (c) 1983, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -43,7 +43,7 @@
.Fd #include <sys/types.h>
.Fd #include <sys/socket.h>
.Ft int
-.Fn bind "int s" "struct sockaddr *name" "int namelen"
+.Fn bind "int s" "const struct sockaddr *name" "int namelen"
.Sh DESCRIPTION
.Fn Bind
assigns a name to an unnamed socket.