diff options
-rw-r--r-- | doc/guide/files/makefile.xml | 4 | ||||
-rw-r--r-- | doc/pkgsrc.html | 8 | ||||
-rw-r--r-- | doc/pkgsrc.txt | 8 |
3 files changed, 10 insertions, 10 deletions
diff --git a/doc/guide/files/makefile.xml b/doc/guide/files/makefile.xml index 591279efb6a..a552ce651f9 100644 --- a/doc/guide/files/makefile.xml +++ b/doc/guide/files/makefile.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: makefile.xml,v 1.26 2016/06/11 19:54:44 rillig Exp $ --> +<!-- $NetBSD: makefile.xml,v 1.27 2016/12/08 00:44:40 yyamano Exp $ --> <chapter id="makefile"> <?dbhtml filename="makefile.html"?> <title>Programming in <filename>Makefile</filename>s</title> @@ -164,7 +164,7 @@ LIST+= ${ANOTHER_LIST} # 2 </sect2> <sect2 id="echo-literal"> -<title>Echoing a string exacty as-is</title> +<title>Echoing a string exactly as-is</title> <para>Echoing a string containing special characters needs special work.</para> diff --git a/doc/pkgsrc.html b/doc/pkgsrc.html index 536a745ab22..e8eac20c97a 100644 --- a/doc/pkgsrc.html +++ b/doc/pkgsrc.html @@ -197,7 +197,7 @@ builds)</a></span></dt> <dt><span class="sect1"><a href="#makefile.code">12.3. Code snippets</a></span></dt> <dd><dl> <dt><span class="sect2"><a href="#adding-to-list">12.3.1. Adding things to a list</a></span></dt> -<dt><span class="sect2"><a href="#echo-literal">12.3.2. Echoing a string exacty as-is</a></span></dt> +<dt><span class="sect2"><a href="#echo-literal">12.3.2. Echoing a string exactly as-is</a></span></dt> <dt><span class="sect2"><a href="#cflags-gnu-configure">12.3.3. Passing <code class="varname">CFLAGS</code> to GNU configure scripts</a></span></dt> <dt><span class="sect2"><a href="#empty-variables">12.3.4. Handling possibly empty variables</a></span></dt> </dl></dd> @@ -2811,7 +2811,7 @@ anymore, you can remove that file and run <span class="command"><strong>cvs -q u <dt><span class="sect1"><a href="#makefile.code">12.3. Code snippets</a></span></dt> <dd><dl> <dt><span class="sect2"><a href="#adding-to-list">12.3.1. Adding things to a list</a></span></dt> -<dt><span class="sect2"><a href="#echo-literal">12.3.2. Echoing a string exacty as-is</a></span></dt> +<dt><span class="sect2"><a href="#echo-literal">12.3.2. Echoing a string exactly as-is</a></span></dt> <dt><span class="sect2"><a href="#cflags-gnu-configure">12.3.3. Passing <code class="varname">CFLAGS</code> to GNU configure scripts</a></span></dt> <dt><span class="sect2"><a href="#empty-variables">12.3.4. Handling possibly empty variables</a></span></dt> </dl></dd> @@ -4014,7 +4014,7 @@ FILESDIR=${.CURDIR}/../xemacs/files <dt><span class="sect1"><a href="#makefile.code">12.3. Code snippets</a></span></dt> <dd><dl> <dt><span class="sect2"><a href="#adding-to-list">12.3.1. Adding things to a list</a></span></dt> -<dt><span class="sect2"><a href="#echo-literal">12.3.2. Echoing a string exacty as-is</a></span></dt> +<dt><span class="sect2"><a href="#echo-literal">12.3.2. Echoing a string exactly as-is</a></span></dt> <dt><span class="sect2"><a href="#cflags-gnu-configure">12.3.3. Passing <code class="varname">CFLAGS</code> to GNU configure scripts</a></span></dt> <dt><span class="sect2"><a href="#empty-variables">12.3.4. Handling possibly empty variables</a></span></dt> </dl></dd> @@ -4154,7 +4154,7 @@ LIST+= ${ANOTHER_LIST} # 2 </div> <div class="sect2"> <div class="titlepage"><div><div><h3 class="title"> -<a name="echo-literal"></a>12.3.2. Echoing a string exacty as-is</h3></div></div></div> +<a name="echo-literal"></a>12.3.2. Echoing a string exactly as-is</h3></div></div></div> <p>Echoing a string containing special characters needs special work.</p> <pre class="programlisting"> diff --git a/doc/pkgsrc.txt b/doc/pkgsrc.txt index c9771b4c00d..3d94296227a 100644 --- a/doc/pkgsrc.txt +++ b/doc/pkgsrc.txt @@ -184,7 +184,7 @@ II. The pkgsrc developer's guide 12.3. Code snippets 12.3.1. Adding things to a list - 12.3.2. Echoing a string exacty as-is + 12.3.2. Echoing a string exactly as-is 12.3.3. Passing CFLAGS to GNU configure scripts 12.3.4. Handling possibly empty variables @@ -2399,7 +2399,7 @@ Table of Contents 12.3. Code snippets 12.3.1. Adding things to a list - 12.3.2. Echoing a string exacty as-is + 12.3.2. Echoing a string exactly as-is 12.3.3. Passing CFLAGS to GNU configure scripts 12.3.4. Handling possibly empty variables @@ -3384,7 +3384,7 @@ Table of Contents 12.3. Code snippets 12.3.1. Adding things to a list - 12.3.2. Echoing a string exacty as-is + 12.3.2. Echoing a string exactly as-is 12.3.3. Passing CFLAGS to GNU configure scripts 12.3.4. Handling possibly empty variables @@ -3500,7 +3500,7 @@ ANOTHER_LIST= a=b c=d LIST+= ${STRING:Q} # 1 LIST+= ${ANOTHER_LIST} # 2 -12.3.2. Echoing a string exacty as-is +12.3.2. Echoing a string exactly as-is Echoing a string containing special characters needs special work. |