Remove duplicate "the". From Henning Petersen in PR 44640.
This commit is contained in:
parent
08938afcbd
commit
35124272d3
@ -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 @@ Returns
|
||||
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
|
||||
|
@ -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>
|
||||
.\"
|
||||
@ -192,7 +192,7 @@ struct mq_attr {
|
||||
};
|
||||
.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
|
||||
|
Loading…
Reference in New Issue
Block a user