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/getpeername.2 | |
parent | 9598d41f6ab98043717eebf16ebb3f6e6bbefe52 (diff) |
Do not capitalize "Indicates" as it does not start the sentence
Diffstat (limited to 'lib/libc/sys/getpeername.2')
-rw-r--r-- | lib/libc/sys/getpeername.2 | 4 |
1 files changed, 2 insertions, 2 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 |