summaryrefslogtreecommitdiff
path: root/lib/libc/sys
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/getpeername.24
-rw-r--r--lib/libc/sys/getsockname.24
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/sys/getpeername.2 b/lib/libc/sys/getpeername.2
index 2dfed1ae074..a3ecde709ab 100644
--- a/lib/libc/sys/getpeername.2
+++ b/lib/libc/sys/getpeername.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getpeername.2,v 1.17 2003/02/21 09:14:37 jmc Exp $
+.\" $OpenBSD: getpeername.2,v 1.18 2003/03/18 00:55:50 millert Exp $
.\" $NetBSD: getpeername.2,v 1.6 1995/10/12 15:40:56 jtc Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
@@ -82,7 +82,7 @@ On return, it can be cast to the correct sockaddr type,
based on the protocol family contained in its ss_family field.
.Pp
.Fa namelen
-Indicates the amount of space pointed to by
+indicates the amount of space pointed to by
.Fa name ,
in bytes.
.Pp
diff --git a/lib/libc/sys/getsockname.2 b/lib/libc/sys/getsockname.2
index 3a7a62d8492..e17227bec71 100644
--- a/lib/libc/sys/getsockname.2
+++ b/lib/libc/sys/getsockname.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getsockname.2,v 1.18 2003/02/21 09:14:37 jmc Exp $
+.\" $OpenBSD: getsockname.2,v 1.19 2003/03/18 00:55:50 millert Exp $
.\" $NetBSD: getsockname.2,v 1.6 1995/10/12 15:41:00 jtc Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
@@ -95,7 +95,7 @@ On return, it should be cast to the correct sockaddr type,
according to the current protocol family.
.Pp
.Fa namelen
-Indicates the amount of space pointed to by
+indicates the amount of space pointed to by
.Fa name ,
in bytes.
Upon return,