aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys/getsockname.2
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/sys/getsockname.2')
-rw-r--r--lib/libc/sys/getsockname.24
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/getsockname.2 b/lib/libc/sys/getsockname.2
index 9f9005f0560e..408566eebcc3 100644
--- a/lib/libc/sys/getsockname.2
+++ b/lib/libc/sys/getsockname.2
@@ -53,7 +53,7 @@ returns the current
.Fa name
for the specified socket. The
.Fa namelen
-parameter should be initialized to indicate
+argument should be initialized to indicate
the amount of space pointed to by
.Fa name .
On return it contains the actual size of the name
@@ -79,7 +79,7 @@ to perform the operation.
.It Bq Er EFAULT
The
.Fa name
-parameter points to memory not in a valid part of the
+argument points to memory not in a valid part of the
process address space.
.El
.Sh SEE ALSO