pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/doc Fix typo.
details: https://anonhg.NetBSD.org/pkgsrc/rev/a82ca83517ae
branches: trunk
changeset: 355640:a82ca83517ae
user: yyamano <yyamano%pkgsrc.org@localhost>
date: Thu Dec 08 00:44:39 2016 +0000
description:
Fix typo.
diffstat:
doc/guide/files/makefile.xml | 4 ++--
doc/pkgsrc.html | 8 ++++----
doc/pkgsrc.txt | 8 ++++----
3 files changed, 10 insertions(+), 10 deletions(-)
diffs (96 lines):
diff -r 104ec4962c53 -r a82ca83517ae doc/guide/files/makefile.xml
--- a/doc/guide/files/makefile.xml Wed Dec 07 22:01:28 2016 +0000
+++ b/doc/guide/files/makefile.xml Thu Dec 08 00:44:39 2016 +0000
@@ -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 @@
</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 -r 104ec4962c53 -r a82ca83517ae doc/pkgsrc.html
--- a/doc/pkgsrc.html Wed Dec 07 22:01:28 2016 +0000
+++ b/doc/pkgsrc.html Thu Dec 08 00:44:39 2016 +0000
@@ -197,7 +197,7 @@
<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 @@
<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 @@
<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 @@
</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 -r 104ec4962c53 -r a82ca83517ae doc/pkgsrc.txt
--- a/doc/pkgsrc.txt Wed Dec 07 22:01:28 2016 +0000
+++ b/doc/pkgsrc.txt Thu Dec 08 00:44:39 2016 +0000
@@ -184,7 +184,7 @@
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 @@
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 @@
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 @@
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.
Home |
Main Index |
Thread Index |
Old Index