aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2011-10-16 14:30:28 +0000
committerEitan Adler <eadler@FreeBSD.org>2011-10-16 14:30:28 +0000
commit36daf0495aa68d669ac6abf004940ec1b1e83e42 (patch)
tree14e1117ec0e7000b8d3c4741569280dc7151708c /share
parent80f1c58b0a57fec2f89e018a2a2fb8c4fcf61f2b (diff)
downloadsrc-36daf0495aa68d669ac6abf004940ec1b1e83e42.tar.gz
src-36daf0495aa68d669ac6abf004940ec1b1e83e42.zip
- change "is is" to "is" or "it is"
- change "the the" to "the" Approved by: lstewart Approved by: sahil (mentor) MFC after: 3 days
Notes
Notes: svn path=/head/; revision=226436
Diffstat (limited to 'share')
-rw-r--r--share/doc/psd/03.iosys/iosys2
-rw-r--r--share/doc/psd/23.rpc/rpc.prog.ms4
-rw-r--r--share/doc/psd/24.xdr/xdr.nts.ms2
-rw-r--r--share/doc/psd/27.nfsrpc/nfs.rfc.ms2
-rw-r--r--share/man/man4/dc.42
-rw-r--r--share/man/man9/sleepqueue.92
6 files changed, 7 insertions, 7 deletions
diff --git a/share/doc/psd/03.iosys/iosys b/share/doc/psd/03.iosys/iosys
index ce63bc25319a..1459f142a9d5 100644
--- a/share/doc/psd/03.iosys/iosys
+++ b/share/doc/psd/03.iosys/iosys
@@ -813,7 +813,7 @@ which have a separate argument
which indicates read or write.
.IP B_DONE 10
This bit is set
-to 0 when a block is handed to the the device strategy
+to 0 when a block is handed to the device strategy
routine and is turned on when the operation completes,
whether normally as the result of an error.
It is also used as part of the return argument of
diff --git a/share/doc/psd/23.rpc/rpc.prog.ms b/share/doc/psd/23.rpc/rpc.prog.ms
index 54fd2d5cb40d..0bc8743de659 100644
--- a/share/doc/psd/23.rpc/rpc.prog.ms
+++ b/share/doc/psd/23.rpc/rpc.prog.ms
@@ -317,7 +317,7 @@ look up the appropriate program, version and procedure numbers
in a manual, just as you look up the name of a memory allocator
when you want to allocate memory.
.LP
-The simplest way of making remote procedure calls is with the the RPC
+The simplest way of making remote procedure calls is with the RPC
library routine
.I callrpc()
It has eight parameters. The first is the name of the remote server
@@ -1105,7 +1105,7 @@ Note that, after being used, the character array can be freed with
.I svc_freeargs()
.I svc_freeargs()
will not attempt to free any memory if the variable indicating it
-is NULL. For example, in the the routine
+is NULL. For example, in the routine
.I xdr_finalexample (),
given earlier, if
.I finalp->string
diff --git a/share/doc/psd/24.xdr/xdr.nts.ms b/share/doc/psd/24.xdr/xdr.nts.ms
index 260c7f37eb05..f7c495d6a6f3 100644
--- a/share/doc/psd/24.xdr/xdr.nts.ms
+++ b/share/doc/psd/24.xdr/xdr.nts.ms
@@ -721,7 +721,7 @@ it must not exceed
.I maxlength .
Next
.I sp
-is dereferenced; if the the value is
+is dereferenced; if the value is
.I NULL ,
then a string of the appropriate length is allocated and
.I *sp
diff --git a/share/doc/psd/27.nfsrpc/nfs.rfc.ms b/share/doc/psd/27.nfsrpc/nfs.rfc.ms
index 13d761908a8e..5a2d9492d39f 100644
--- a/share/doc/psd/27.nfsrpc/nfs.rfc.ms
+++ b/share/doc/psd/27.nfsrpc/nfs.rfc.ms
@@ -961,7 +961,7 @@ call to get more entries starting at a
given point in the directory. The special cookie zero (all bits
zero) can be used to get the entries starting at the beginning of
the directory. The "fileid" field should be the same number as the
-"fileid" in the the attributes of the file. (See the
+"fileid" in the attributes of the file. (See the
.I "Basic Data Types"
section.)
The "eof" flag has a value of
diff --git a/share/man/man4/dc.4 b/share/man/man4/dc.4
index 3a565fc0d7a6..b8b6b0f9232b 100644
--- a/share/man/man4/dc.4
+++ b/share/man/man4/dc.4
@@ -55,7 +55,7 @@ if_dc_load="YES"
The
.Nm
driver provides support for several PCI Fast Ethernet adapters and
-embedded controllers based on the the DEC/Intel 21143 chipset and clones.
+embedded controllers based on the DEC/Intel 21143 chipset and clones.
.Pp
All of supported chipsets have the same general register layout, DMA
descriptor format and method of operation.
diff --git a/share/man/man9/sleepqueue.9 b/share/man/man9/sleepqueue.9
index 3c0e9a5206e9..22971d801787 100644
--- a/share/man/man9/sleepqueue.9
+++ b/share/man/man9/sleepqueue.9
@@ -351,7 +351,7 @@ argument specifies the thread to awaken and the
argument specifies the wait channel to awaken it from.
If the thread
.Fa td
-is not blocked on the the wait channel
+is not blocked on the wait channel
.Fa wchan
then this function will not do anything,
even if the thread is asleep on a different wait channel.