Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/sys Fix capitalisation of "indicates". From Todd C....



details:   https://anonhg.NetBSD.org/src/rev/f60981e22b25
branches:  trunk
changeset: 544361:f60981e22b25
user:      wiz <wiz%NetBSD.org@localhost>
date:      Tue Mar 18 06:41:19 2003 +0000

description:
Fix capitalisation of "indicates". From Todd C. Miller/OpenBSD.

diffstat:

 lib/libc/sys/getpeername.2 |  4 ++--
 lib/libc/sys/getsockname.2 |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 8447dd630a15 -r f60981e22b25 lib/libc/sys/getpeername.2
--- a/lib/libc/sys/getpeername.2        Tue Mar 18 05:51:51 2003 +0000
+++ b/lib/libc/sys/getpeername.2        Tue Mar 18 06:41:19 2003 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: getpeername.2,v 1.15 2003/01/18 11:33:04 thorpej Exp $
+.\"    $NetBSD: getpeername.2,v 1.16 2003/03/18 06:41:19 wiz Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -83,7 +83,7 @@
 based 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 -r 8447dd630a15 -r f60981e22b25 lib/libc/sys/getsockname.2
--- a/lib/libc/sys/getsockname.2        Tue Mar 18 05:51:51 2003 +0000
+++ b/lib/libc/sys/getsockname.2        Tue Mar 18 06:41:19 2003 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: getsockname.2,v 1.19 2003/01/18 11:33:05 thorpej Exp $
+.\"    $NetBSD: getsockname.2,v 1.20 2003/03/18 06:41:19 wiz Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -95,7 +95,7 @@
 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,



Home | Main Index | Thread Index | Old Index