diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2003-03-18 00:55:51 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2003-03-18 00:55:51 +0000 |
commit | 8e0d3c98e927ee3af4666c42a685b64373a69eba (patch) | |
tree | c82eaae8b3a10ee1f5337e72d8124ab44fdb1d2f /lib/libc/sys | |
parent | 9598d41f6ab98043717eebf16ebb3f6e6bbefe52 (diff) |
Do not capitalize "Indicates" as it does not start the sentence
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/getpeername.2 | 4 | ||||
-rw-r--r-- | lib/libc/sys/getsockname.2 | 4 |
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, |