aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys/bind.2
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2002-12-18 09:22:32 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2002-12-18 09:22:32 +0000
commit2faeeff4c9bb77cca44a977d96c1a9fc7af8d8a3 (patch)
treecb18f664ed0ee63bee30f6af9b148510b6e9663b /lib/libc/sys/bind.2
parenta1096fe6dfb9dc2ec492a1421075a38d6d75bc02 (diff)
Notes
Diffstat (limited to 'lib/libc/sys/bind.2')
-rw-r--r--lib/libc/sys/bind.28
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/sys/bind.2 b/lib/libc/sys/bind.2
index c0afbd7c7b1ce..33e228cc84197 100644
--- a/lib/libc/sys/bind.2
+++ b/lib/libc/sys/bind.2
@@ -48,7 +48,7 @@
.Sh DESCRIPTION
The
.Fn bind
-function
+system call
assigns the local protocol address to a socket.
When a socket is created
with
@@ -56,7 +56,7 @@ with
it exists in an address family space but has no protocol address assigned.
The
.Fn bind
-function requests that
+system call requests that
.Fa addr
be assigned to the socket.
.Sh NOTES
@@ -76,7 +76,7 @@ before populating it and passing it to
.Sh ERRORS
The
.Fn bind
-call will fail if:
+system call will fail if:
.Bl -tag -width Er
.It Bq Er EAGAIN
Kernel resources to complete the request are
@@ -127,5 +127,5 @@ An empty pathname was specified.
.Sh HISTORY
The
.Fn bind
-function call appeared in
+system call appeared in
.Bx 4.2 .