summaryrefslogtreecommitdiff
path: root/sys/man
diff options
context:
space:
mode:
authorftrvxmtrx <devnull@localhost>2014-04-26 13:22:15 +0200
committerftrvxmtrx <devnull@localhost>2014-04-26 13:22:15 +0200
commitb4fa1e617bbb2db7bbcacd42ed819cea3caa30d4 (patch)
tree4557b5831af248a4df09dc56f22cf27abf819871 /sys/man
parent244bb0038dc2222f988b3aef7184848308b37903 (diff)
man pages: fix duplicate words
Diffstat (limited to 'sys/man')
-rw-r--r--sys/man/1/cb2
-rw-r--r--sys/man/1/hg2
-rw-r--r--sys/man/1/python2
-rw-r--r--sys/man/1/torrent2
-rw-r--r--sys/man/2/aml2
-rw-r--r--sys/man/2/malloc2
-rw-r--r--sys/man/2/memlayer2
-rw-r--r--sys/man/2/open2
-rw-r--r--sys/man/3/flash2
-rw-r--r--sys/man/4/wikifs2
-rw-r--r--sys/man/8/gpsfs2
-rw-r--r--sys/man/8/pop32
12 files changed, 12 insertions, 12 deletions
diff --git a/sys/man/1/cb b/sys/man/1/cb
index 2789249bc..76226233b 100644
--- a/sys/man/1/cb
+++ b/sys/man/1/cb
@@ -17,7 +17,7 @@ cb \- C program beautifier
.SH DESCRIPTION
.I Cb
reads syntactically correct C programs from
-from its input or the given files, and writes them to its stdout
+its input or the given files, and writes them to its stdout
with a more visually pleasing spacing and indentation.
.I Cb
understands no C++ syntax bar newline-terminated comments;
diff --git a/sys/man/1/hg b/sys/man/1/hg
index c335a8896..55f26a689 100644
--- a/sys/man/1/hg
+++ b/sys/man/1/hg
@@ -1366,7 +1366,7 @@ from the current one.
.RS 4
.nf
By default, push will refuse to run if it detects the result would
-increase the number of remote heads. This generally indicates the
+increase the number of remote heads. This generally indicates
the client has forgotten to pull and merge before pushing.
.fi
.RE
diff --git a/sys/man/1/python b/sys/man/1/python
index a3a5eede8..c35769646 100644
--- a/sys/man/1/python
+++ b/sys/man/1/python
@@ -197,7 +197,7 @@ to print a warning each time it occurs (this may generate many
messages if a warning is triggered repeatedly for the same source
line, such as inside a loop);
.B module
-to print each warning only only the first time it occurs in each
+to print each warning only the first time it occurs in each
module;
.B once
to print each warning only the first time it occurs in the program; or
diff --git a/sys/man/1/torrent b/sys/man/1/torrent
index d94623049..f7708a4ae 100644
--- a/sys/man/1/torrent
+++ b/sys/man/1/torrent
@@ -35,7 +35,7 @@ that are then downloaded by clients in random order.
As soon as a client completes a piece, it makes the piece
available for others to download.
.PP
-To find find other clients (peers), a tracker-server is
+To find other clients (peers), a tracker-server is
contacted.
.PP
Before files can be transmitted, a torrent-file needs
diff --git a/sys/man/2/aml b/sys/man/2/aml
index d6d58d44d..4140c80a1 100644
--- a/sys/man/2/aml
+++ b/sys/man/2/aml
@@ -196,7 +196,7 @@ Objects stay valid as long as they are reachable from
.IR amlroot .
.bp
.PP
-The aml library can be linked into userspace programs and
+The aml library can be linked into userspace programs
and the kernel which have different means of hardware access
and memory constraints.
.PP
diff --git a/sys/man/2/malloc b/sys/man/2/malloc
index 2218b4f06..5451a0bd7 100644
--- a/sys/man/2/malloc
+++ b/sys/man/2/malloc
@@ -198,7 +198,7 @@ the call
.B poolcheck(mainmem)
can be used to scan the storage arena for inconsistencies
such as data written beyond the bounds of allocated blocks.
-It is often useful to combine this with with setting
+It is often useful to combine this with setting
.EX
mainmem->flags |= POOL_NOREUSE;
.EE
diff --git a/sys/man/2/memlayer b/sys/man/2/memlayer
index b652bc0be..fcfb2fa28 100644
--- a/sys/man/2/memlayer
+++ b/sys/man/2/memlayer
@@ -219,7 +219,7 @@ within the window, using the backing store or appropriate refresh method.
.I Memlhide
goes the other way, backing up
.I r
-so that that portion of the screen may be modified without losing the data in this window.
+so that portion of the screen may be modified without losing the data in this window.
.PP
.I Memltofront
pulls
diff --git a/sys/man/2/open b/sys/man/2/open
index 10852cffa..3a41ca030 100644
--- a/sys/man/2/open
+++ b/sys/man/2/open
@@ -103,7 +103,7 @@ cannot be evaluated, if the user doesn't have write permission
in the final directory, if the file already exists and
does not permit the access defined by
.IR omode ,
-of if there there are no free file descriptors.
+of if there are no free file descriptors.
In the last case, the file may be created even when
an error is returned.
If the file is new and the directory in which it is created is
diff --git a/sys/man/3/flash b/sys/man/3/flash
index d445a4300..11150d7d1 100644
--- a/sys/man/3/flash
+++ b/sys/man/3/flash
@@ -78,7 +78,7 @@ can be read and written.
A read returns several lines containing decimal and hexadecimal numbers
(separated by white space)
revealing the characteristics of memory within the partition.
-The first line gives the
+The first line gives
the manufacturer ID, the flash device ID, the memory width in bytes,
and a string giving the flash type
(currently either
diff --git a/sys/man/4/wikifs b/sys/man/4/wikifs
index 7f8dd9d11..922845b0b 100644
--- a/sys/man/4/wikifs
+++ b/sys/man/4/wikifs
@@ -166,7 +166,7 @@ Finally, the
file (with associated lock
.BR L.map )
provides a mapping from
-sequence numbers to
+sequence numbers
to page titles.
Each map line is a decimal
.IR n ,
diff --git a/sys/man/8/gpsfs b/sys/man/8/gpsfs
index d5498ca67..b271104ea 100644
--- a/sys/man/8/gpsfs
+++ b/sys/man/8/gpsfs
@@ -192,7 +192,7 @@ service is posted in
.PP
The
.B \-m
-flag specifies a mount mount other than
+flag specifies a mount other than
.BR /mnt .
.SS Evermore
.B Aux/gpsevermore
diff --git a/sys/man/8/pop3 b/sys/man/8/pop3
index d2da836d8..1541ebc29 100644
--- a/sys/man/8/pop3
+++ b/sys/man/8/pop3
@@ -44,7 +44,7 @@ create
and write debugging output to it
.TP
.B -a
-causes pop3 to assume that it it already authenticated
+causes pop3 to assume that it already authenticated
and to read
.I mailbox
immediately