From 8e0d3c98e927ee3af4666c42a685b64373a69eba Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Tue, 18 Mar 2003 00:55:51 +0000 Subject: Do not capitalize "Indicates" as it does not start the sentence --- lib/libc/sys/getpeername.2 | 4 ++-- lib/libc/sys/getsockname.2 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/libc/sys') 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, -- cgit v1.2.3