summaryrefslogtreecommitdiff
path: root/lib/libc/net/addr2ascii.3
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/net/addr2ascii.3
parent3ca4c01eea0e54f4f560aff65f774d6bd0b0b87c (diff)
Notes
Diffstat (limited to 'lib/libc/net/addr2ascii.3')
-rw-r--r--lib/libc/net/addr2ascii.310
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/net/addr2ascii.3 b/lib/libc/net/addr2ascii.3
index ce5d720a8777..31e9f3f7bbe2 100644
--- a/lib/libc/net/addr2ascii.3
+++ b/lib/libc/net/addr2ascii.3
@@ -87,16 +87,16 @@ function performs the inverse operation to
.Fn addr2ascii .
In addition to
.Fa af ,
-it takes two parameters,
+it takes two arguments,
.Fa ascii
and
.Fa result .
The
.Fa ascii
-parameter is a pointer to the string which is to be converted into
+argument is a pointer to the string which is to be converted into
binary. The
.Fa result
-parameter is a pointer to an appropriate network address structure for
+argument is a pointer to an appropriate network address structure for
the specified family.
.Pp
The following gives the appropriate structure to use for binary
@@ -171,12 +171,12 @@ The
.Fn addr2ascii
routine was passed a
.Fa len
-parameter which was inappropriate for the address family given by
+argument which was inappropriate for the address family given by
.Fa af .
.It Bq Er EPROTONOSUPPORT
Either routine was passed an
.Fa af
-parameter other than
+argument other than
.Dv AF_INET
or
.Dv AF_LINK .