public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/devmanual:master commit in: tools-reference/find/, archs/amd64/
@ 2013-05-12 19:25 Markos Chandras
  0 siblings, 0 replies; only message in thread
From: Markos Chandras @ 2013-05-12 19:25 UTC (permalink / raw
  To: gentoo-commits

commit:     cb6371eb9f4d8dbeee6a82d73bfd1ef54602e905
Author:     Nicolas Kaiser <nikai <AT> nikai <DOT> net>
AuthorDate: Sun May 12 19:03:10 2013 +0000
Commit:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Sun May 12 19:03:10 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/devmanual.git;a=commit;h=cb6371eb

fix duplications and typos

---
 archs/amd64/text.xml          |    4 ++--
 tools-reference/find/text.xml |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/archs/amd64/text.xml b/archs/amd64/text.xml
index 12e773b..3019b4b 100644
--- a/archs/amd64/text.xml
+++ b/archs/amd64/text.xml
@@ -416,7 +416,7 @@ applications and libraries, we treat <c>/usr/include/asm</c> a bit special.
 </p>
 
 <p>
-This is what <c>/usr/include/asm/types.h</c> looks like on a AMD64 box:
+This is what <c>/usr/include/asm/types.h</c> looks like on an AMD64 box:
 </p>
 
 <codesample lang="c">
@@ -432,7 +432,7 @@ This is what <c>/usr/include/asm/types.h</c> looks like on a AMD64 box:
 
 <p>
 As you can see, this is just a wrapper that decides which file you need
-depending on the the parameter <c>-D</c> given to gcc. You'll probably run into
+depending on the parameter <c>-D</c> given to gcc. You'll probably run into
 some troubles if you try to compile something by hand and forget to append
 <c>-D__x86_64__</c> to your <c>CFLAGS</c>. Of course, this is <b>not necessary</b> when
 using portage. For an explanation, see the <uri link="::archs/amd64/#The ABI Variable"/>

diff --git a/tools-reference/find/text.xml b/tools-reference/find/text.xml
index 9c25dbc..4172128 100644
--- a/tools-reference/find/text.xml
+++ b/tools-reference/find/text.xml
@@ -92,7 +92,7 @@ Useful rules include:
   <tr>
     <ti><c>-exec foo '{}'</c></ti>
     <ti>
-     Execute a command. <c>{}</c> is replaced replaced by the name of the
+     Execute a command. <c>{}</c> is replaced by the name of the
      current matched file. See examples below.
     </ti>
     <ti>yes</ti>
@@ -157,7 +157,7 @@ find "${S}" -name '*.data' -exec mv '{}' "${S}/data/" \;
 
 <p>
 When <c>-exec</c> is terminated by a <c>;</c> character
-(needs escaping or quoting) then the command line is built seperately
+(needs escaping or quoting) then the command line is built separately
 for every match.
 If it is terminated by a <c>+</c> character then the command line is
 built by appending each selected file name at the end.


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2013-05-12 19:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-12 19:25 [gentoo-commits] proj/devmanual:master commit in: tools-reference/find/, archs/amd64/ Markos Chandras

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox