Source-Changes-HG archive

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

[src/trunk]: src Remove duplicate "the". From Henning Petersen in PR 44640.



details:   https://anonhg.NetBSD.org/src/rev/d96c5d1cdbb0
branches:  trunk
changeset: 762726:d96c5d1cdbb0
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sat Feb 26 12:56:35 2011 +0000

description:
Remove duplicate "the". From Henning Petersen in PR 44640.

diffstat:

 common/lib/libprop/prop_string.3 |  4 ++--
 lib/librt/mq.3                   |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 9506f48636f9 -r d96c5d1cdbb0 common/lib/libprop/prop_string.3
--- a/common/lib/libprop/prop_string.3  Sat Feb 26 12:54:41 2011 +0000
+++ b/common/lib/libprop/prop_string.3  Sat Feb 26 12:56:35 2011 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: prop_string.3,v 1.7 2009/12/14 06:06:22 dholland Exp $
+.\"    $NetBSD: prop_string.3,v 1.8 2011/02/26 12:56:36 wiz Exp $
 .\"
 .\" Copyright (c) 2006 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -106,7 +106,7 @@
 on failure.
 .It Fn prop_string_copy "prop_string_t string"
 Copy a string.
-If the the string being copied is an immutable external C string reference,
+If the string being copied is an immutable external C string reference,
 then the copy is also immutable and references the same external C string.
 Returns
 .Dv NULL
diff -r 9506f48636f9 -r d96c5d1cdbb0 lib/librt/mq.3
--- a/lib/librt/mq.3    Sat Feb 26 12:54:41 2011 +0000
+++ b/lib/librt/mq.3    Sat Feb 26 12:56:35 2011 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: mq.3,v 1.4 2010/07/28 20:49:12 jruoho Exp $
+.\" $NetBSD: mq.3,v 1.5 2011/02/26 12:56:35 wiz Exp $
 .\"
 .\" Copyright (c) 2010 Jukka Ruohonen <jruohonen%iki.fi@localhost>
 .\"
@@ -192,7 +192,7 @@
 };
 .Ed
 .Pp
-The members in the the structure are:
+The members in the structure are:
 flags set for the message queue
 .Pq Va mq_flags ,
 the maximum number of messages in the queue



Home | Main Index | Thread Index | Old Index