diff options
author | ftrvxmtrx <devnull@localhost> | 2014-04-26 13:22:15 +0200 |
---|---|---|
committer | ftrvxmtrx <devnull@localhost> | 2014-04-26 13:22:15 +0200 |
commit | b4fa1e617bbb2db7bbcacd42ed819cea3caa30d4 (patch) | |
tree | 4557b5831af248a4df09dc56f22cf27abf819871 /sys/man/1 | |
parent | 244bb0038dc2222f988b3aef7184848308b37903 (diff) |
man pages: fix duplicate words
Diffstat (limited to 'sys/man/1')
-rw-r--r-- | sys/man/1/cb | 2 | ||||
-rw-r--r-- | sys/man/1/hg | 2 | ||||
-rw-r--r-- | sys/man/1/python | 2 | ||||
-rw-r--r-- | sys/man/1/torrent | 2 |
4 files changed, 4 insertions, 4 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 |