aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys/bind.2
diff options
context:
space:
mode:
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 cda98221c9c0..448ee8e4c577 100644
--- a/lib/libc/sys/bind.2
+++ b/lib/libc/sys/bind.2
@@ -65,8 +65,8 @@ needed (using
The rules used in address binding vary between communication domains.
Consult the manual entries in section 4 for detailed information.
.Pp
-For maximum portability, you should always zero-out the socket structure
-before populating it, before passing it to
+For maximum portability, you should always zero the socket address structure
+before populating it and passing it to
.Fn bind .
.Sh RETURN VALUES
.Rv -std bind