aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys/getsockname.2
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2002-12-19 09:40:28 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2002-12-19 09:40:28 +0000
commit2efeeba554cbd7bdee9cfe17641c8bd335c7972f (patch)
treef0781cb8e5be3a35234a6d0c123d6ae11ba70e40 /lib/libc/sys/getsockname.2
parent3ca4c01eea0e54f4f560aff65f774d6bd0b0b87c (diff)
Notes
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