Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/devmanual:master commit in: tools-reference/head-and-tail/, bin/, general-concepts/autotools/, ...
Date: Thu, 09 Jan 2020 21:25:12
Message-Id: 1578605077.ebfa5ffba99a0dd0ff741785852d13f1fa027e6e.ulm@gentoo
1 commit: ebfa5ffba99a0dd0ff741785852d13f1fa027e6e
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 9 20:39:53 2020 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 9 21:24:37 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=ebfa5ffb
7
8 Update some external links.
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11
12 bin/gen-eclass-html.sh | 2 +-
13 devbook.xsl | 2 +-
14 ebuild-maintenance/maintenance-tasks/text.xml | 2 +-
15 ebuild-writing/file-format/text.xml | 4 ++--
16 general-concepts/autotools/text.xml | 9 ++++-----
17 hosted-projects/text.xml | 2 +-
18 tools-reference/bash/text.xml | 6 +++---
19 tools-reference/cut/text.xml | 4 ++--
20 tools-reference/find/text.xml | 4 ++--
21 tools-reference/grep/text.xml | 12 ++++++------
22 tools-reference/head-and-tail/text.xml | 10 ++++++----
23 tools-reference/sed/text.xml | 9 +++++----
24 tools-reference/sort/text.xml | 6 +++---
25 tools-reference/tr/text.xml | 6 +++---
26 tools-reference/uniq/text.xml | 6 +++---
27 15 files changed, 43 insertions(+), 41 deletions(-)
28
29 diff --git a/bin/gen-eclass-html.sh b/bin/gen-eclass-html.sh
30 index 56bf51f..7d3d2ba 100755
31 --- a/bin/gen-eclass-html.sh
32 +++ b/bin/gen-eclass-html.sh
33 @@ -63,7 +63,7 @@ IFS='' read -r -d '' FOOTER << 'EOF'
34 </div>
35 <div class="row">
36 <div class="col-xs-2 col-sm-3 col-md-2"><ul class="footerlinks three-icons">
37 -<li><a href="http://twitter.com/gentoo" title="@Gentoo on Twitter"><span class="fa fa-twitter fa-fw"></span></a></li>
38 +<li><a href="https://twitter.com/gentoo" title="@Gentoo on Twitter"><span class="fa fa-twitter fa-fw"></span></a></li>
39 <li><a href="https://www.facebook.com/gentoo.org" title="Gentoo on Facebook"><span class="fa fa-facebook fa-fw"></span></a></li>
40 </ul></div>
41 <div class="col-xs-10 col-sm-9 col-md-10">
42
43 diff --git a/devbook.xsl b/devbook.xsl
44 index cae10ae..04987df 100644
45 --- a/devbook.xsl
46 +++ b/devbook.xsl
47 @@ -595,7 +595,7 @@
48 <div class="row">
49 <div class="col-xs-2 col-sm-3 col-md-2">
50 <ul class="footerlinks three-icons">
51 - <li><a href="http://twitter.com/gentoo" title="@Gentoo on Twitter"><span class="fa fa-twitter fa-fw"></span></a></li>
52 + <li><a href="https://twitter.com/gentoo" title="@Gentoo on Twitter"><span class="fa fa-twitter fa-fw"></span></a></li>
53 <li><a href="https://www.facebook.com/gentoo.org" title="Gentoo on Facebook"><span class="fa fa-facebook fa-fw"></span></a></li>
54 </ul>
55 </div>
56
57 diff --git a/ebuild-maintenance/maintenance-tasks/text.xml b/ebuild-maintenance/maintenance-tasks/text.xml
58 index f66d636..4affaea 100644
59 --- a/ebuild-maintenance/maintenance-tasks/text.xml
60 +++ b/ebuild-maintenance/maintenance-tasks/text.xml
61 @@ -55,7 +55,7 @@ users that will use your package. If your package is broken, and you are
62 not sure how to get it to work, check some other distributions that have
63 done their own versions of the package. You can check
64 <uri link="https://www.debian.org/distrib/packages">Debian</uri> or
65 -<uri link="https://pkgs.fedoraproject.org/cgit/rpms/">Fedora</uri> for some
66 +<uri link="https://src.fedoraproject.org/projects/rpms/*">Fedora</uri> for some
67 examples.
68 </p>
69
70
71 diff --git a/ebuild-writing/file-format/text.xml b/ebuild-writing/file-format/text.xml
72 index 18e5471..cc125b8 100644
73 --- a/ebuild-writing/file-format/text.xml
74 +++ b/ebuild-writing/file-format/text.xml
75 @@ -26,8 +26,8 @@ discouraged, but technically valid.
76
77 <note>
78 This is the same as
79 -<uri link="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_282">
80 -IEEE Std 1003.1-2013, section 3.282 (Portable Filename Character Set)</uri>,
81 +<uri link="https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_282">
82 +IEEE Std 1003.1-2017, section 3.282 (Portable Filename Character Set)</uri>,
83 with the exception of the period character and with the addition of the plus
84 character to keep GTK+ and friends happy.
85 </note>
86
87 diff --git a/general-concepts/autotools/text.xml b/general-concepts/autotools/text.xml
88 index fc21a7c..f6660a8 100644
89 --- a/general-concepts/autotools/text.xml
90 +++ b/general-concepts/autotools/text.xml
91 @@ -653,8 +653,7 @@ For more details on autotools:
92 The book "GNU Autoconf, Automake and Libtool" by Gary V. Vaughan, Ben
93 Elliston, Tom Tromey and Ian Lance Taylor (often called "The Autobook")
94 provides a good but somewhat outdated description of autotools. It is
95 - <uri link="https://sources.redhat.com/autobook/">freely available
96 - online</uri>.
97 + <uri link="https://sourceware.org/autobook/">freely available online</uri>.
98 </li>
99 <li>
100 The GNU documentation for the various autotools components is of varying
101 @@ -680,9 +679,9 @@ For more details on autotools:
102 </ul>
103 </li>
104 <li>
105 - There are some good overview lectures available online. <uri
106 - link="http://www.shlomifish.org/lecture/Autotools/">These
107 - slides</uri> are one example.
108 + There are some good overview lectures available online.
109 + <uri link="https://www.shlomifish.org/lecture/Autotools/">These slides</uri>
110 + are one example.
111 </li>
112 </ul>
113
114
115 diff --git a/hosted-projects/text.xml b/hosted-projects/text.xml
116 index 02df4c3..2521622 100644
117 --- a/hosted-projects/text.xml
118 +++ b/hosted-projects/text.xml
119 @@ -155,7 +155,7 @@ Good places to look for further hints include:
120 Project</uri>
121 </li>
122 <li>
123 - <uri link="https://www.w3.org/WAI/Resources/#gl">W3C Web Accessibility
124 + <uri link="https://www.w3.org/WAI/Resources/#guides">W3C Web Accessibility
125 Initiative Guidelines</uri>
126 </li>
127 </ul>
128
129 diff --git a/tools-reference/bash/text.xml b/tools-reference/bash/text.xml
130 index 98b5675..36fe8af 100644
131 --- a/tools-reference/bash/text.xml
132 +++ b/tools-reference/bash/text.xml
133 @@ -828,9 +828,9 @@ with the first match of <c>pattern</c> replaced with <c>replacement</c>. To repl
134 <c>man bash</c> incorrectly describes what will be matched. Of all the possible
135 leftmost matches, the longest will be taken. Yes, really, the longest, even if
136 it involves favouring later groups or later branches. This is <b>not</b> like
137 -<c>perl</c> or <c>sed</c>. See <uri
138 -link="http://www.opengroup.org/onlinepubs/000095399/basedefs/xbd_chap09.html#tag_09_01">
139 -IEEE1003.1-2004-9.1</uri> for details.
140 +<c>perl</c> or <c>sed</c>.
141 +See <uri link="https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap09.html#tag_09_01">
142 +IEEE Std 1003.1-2017, section 9.1</uri> for details.
143 </note>
144
145 <p>
146
147 diff --git a/tools-reference/cut/text.xml b/tools-reference/cut/text.xml
148 index a608499..0f3f8d8 100644
149 --- a/tools-reference/cut/text.xml
150 +++ b/tools-reference/cut/text.xml
151 @@ -57,8 +57,8 @@ do_stuff | cut -c 2-
152
153 <p>
154 See the cut manpage and
155 -<uri link="http://www.opengroup.org/onlinepubs/000095399/utilities/cut.html">
156 -IEEE1003.1-2004-cut</uri> for full documentation.
157 +<uri link="https://pubs.opengroup.org/onlinepubs/9699919799/utilities/cut.html">
158 +IEEE Std 1003.1-2017-cut</uri> for full documentation.
159 </p>
160
161 </body>
162
163 diff --git a/tools-reference/find/text.xml b/tools-reference/find/text.xml
164 index a7ab55c..1746a72 100644
165 --- a/tools-reference/find/text.xml
166 +++ b/tools-reference/find/text.xml
167 @@ -208,8 +208,8 @@ is not POSIX, see the table).
168
169 <p>
170 See find-1 and
171 -<uri link="http://www.opengroup.org/onlinepubs/000095399/utilities/find.html">
172 -IEEE1003.1-2004-find</uri> for further details and examples.
173 +<uri link="https://pubs.opengroup.org/onlinepubs/9699919799/utilities/find.html">
174 +IEEE Std 1003.1-2017-find</uri> for further details and examples.
175 </p>
176
177 </body>
178
179 diff --git a/tools-reference/grep/text.xml b/tools-reference/grep/text.xml
180 index 5958588..102c657 100644
181 --- a/tools-reference/grep/text.xml
182 +++ b/tools-reference/grep/text.xml
183 @@ -14,15 +14,15 @@ expression matches any line in a file.
184 The usage is <c>grep "pattern" files</c>. If no files are specified,
185 text is read from the standard input. The <c>pattern</c> is a standard
186 basic regular expression, as described in
187 -<uri link="http://www.opengroup.org/onlinepubs/000095399/basedefs/xbd_chap09.html#tag_09_03">
188 -IEEE1003.1-2004-9.3</uri>.
189 +<uri link="https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap09.html#tag_09_03">
190 +IEEE Std 1003.1-2017, section 9.3</uri>.
191 </p>
192
193 <p>
194 If the <c>-E</c> argument is supplied, <c>pattern</c> is treated as
195 being an extended regular expression as described in
196 -<uri link="http://www.opengroup.org/onlinepubs/000095399/basedefs/xbd_chap09.html#tag_09_04">
197 -IEEE1003.1-2004-9.4</uri>.
198 +<uri link="https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap09.html#tag_09_04">
199 +IEEE Std 1003.1-2017, section 9.4</uri>.
200 </p>
201
202 <p>
203 @@ -54,8 +54,8 @@ of <c>1</c> indicates no matches.
204 </p>
205
206 <p>
207 -See <uri link="http://www.opengroup.org/onlinepubs/000095399/utilities/grep.html">
208 -IEEE1003.1-2004-grep</uri> for details. The grep-1 manual page on GNU
209 +See <uri link="https://pubs.opengroup.org/onlinepubs/9699919799/utilities/grep.html">
210 +IEEE Std 1003.1-2017-grep</uri> for details. The grep-1 manual page on GNU
211 systems documents many non-portable additional features.
212 </p>
213
214
215 diff --git a/tools-reference/head-and-tail/text.xml b/tools-reference/head-and-tail/text.xml
216 index f34686a..d422065 100644
217 --- a/tools-reference/head-and-tail/text.xml
218 +++ b/tools-reference/head-and-tail/text.xml
219 @@ -21,8 +21,9 @@ Use of the GNU <c>-c</c> option is unportable and should be avoided.
220 </warning>
221
222 <p>
223 -For full details, see <uri link="http://www.opengroup.org/onlinepubs/000095399/utilities/head.html">
224 -IEEE1003.1-2004-head</uri>. Note that head-1 on GNU systems describes
225 +For full details, see
226 +<uri link="https://pubs.opengroup.org/onlinepubs/9699919799/utilities/head.html">
227 +IEEE Std 1003.1-2017-head</uri>. Note that head-1 on GNU systems describes
228 many non-portable options.
229 </p>
230
231 @@ -49,8 +50,9 @@ tail -n +6 in.txt &gt; out.txt
232 </warning>
233
234 <p>
235 -For full details, see <uri link="http://www.opengroup.org/onlinepubs/000095399/utilities/tail.html">
236 -IEEE1003.1-2004-tail</uri>. Note that tail-1 on GNU systems describes
237 +For full details, see
238 +<uri link="https://pubs.opengroup.org/onlinepubs/9699919799/utilities/tail.html">
239 +IEEE Std 1003.1-2017-tail</uri>. Note that tail-1 on GNU systems describes
240 many non-portable options.
241 </p>
242 </body>
243
244 diff --git a/tools-reference/sed/text.xml b/tools-reference/sed/text.xml
245 index 61a216d..fc0e78e 100644
246 --- a/tools-reference/sed/text.xml
247 +++ b/tools-reference/sed/text.xml
248 @@ -247,10 +247,11 @@ character 'a'.
249 <note>
250 At the time of writing, the <c>sed</c> documentation (<c>man sed</c> and
251 <c>sed.info</c>) does not mention that POSIX character classes are supported.
252 -Consult <uri
253 -link="http://www.opengroup.org/onlinepubs/000095399/basedefs/xbd_chap09.html#tag_09_03">
254 -IEEE1003.1-2004-9.3</uri> for full details of how these <e>should</e> work, and
255 -the <c>sed</c> source code for full details of how these <e>actually</e> work.
256 +Consult
257 +<uri link="https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap09.html#tag_09_03">
258 +IEEE Std 1003.1-2017, section 9.3</uri> for full details of how these
259 +<e>should</e> work, and the <c>sed</c> source code for full details of how
260 +these <e>actually</e> work.
261 </note>
262
263 <p>
264
265 diff --git a/tools-reference/sort/text.xml b/tools-reference/sort/text.xml
266 index ebbc69c..09ac612 100644
267 --- a/tools-reference/sort/text.xml
268 +++ b/tools-reference/sort/text.xml
269 @@ -16,9 +16,9 @@ To ignore case, the <c>-f</c> switch may be used.
270 </p>
271
272 <p>
273 -Many other options are available. See <c>man sort</c> and <uri
274 -link="http://www.opengroup.org/onlinepubs/000095399/utilities/sort.html">
275 -IEEE1003.1-2004-sort</uri> for details.
276 +Many other options are available. See <c>man sort</c> and
277 +<uri link="https://pubs.opengroup.org/onlinepubs/9699919799/utilities/sort.html">
278 +IEEE Std 1003.1-2017-sort</uri> for details.
279 </p>
280
281 </body>
282
283 diff --git a/tools-reference/tr/text.xml b/tools-reference/tr/text.xml
284 index 8a1a236..b1a600a 100644
285 --- a/tools-reference/tr/text.xml
286 +++ b/tools-reference/tr/text.xml
287 @@ -6,9 +6,9 @@
288
289 <p>
290 The <c>tr</c> command can be used to translate, squeeze and delete character
291 -sequences. See <c>man tr</c> and <uri
292 -link="http://www.opengroup.org/onlinepubs/000095399/utilities/tr.html">
293 -IEEE1003.1-2004-tr</uri> for the full specification.
294 +sequences. See <c>man tr</c> and
295 +<uri link="https://pubs.opengroup.org/onlinepubs/9699919799/utilities/tr.html">
296 +IEEE Std 1003.1-2017-tr</uri> for the full specification.
297 </p>
298
299 <note>
300
301 diff --git a/tools-reference/uniq/text.xml b/tools-reference/uniq/text.xml
302 index 409fa44..640764d 100644
303 --- a/tools-reference/uniq/text.xml
304 +++ b/tools-reference/uniq/text.xml
305 @@ -14,9 +14,9 @@ Instead of using <c>sort | uniq</c>, one should use <c>sort -u</c>.
306 </note>
307
308 <p>
309 -See <c>man uniq</c> and <uri
310 -link="http://www.opengroup.org/onlinepubs/000095399/utilities/uniq">
311 -IEEE1003.1-2004-uniq</uri> for details.
312 +See <c>man uniq</c> and
313 +<uri link="https://pubs.opengroup.org/onlinepubs/9699919799/utilities/uniq.html">
314 +IEEE Std 1003.1-2017-uniq</uri> for details.
315 </p>
316
317 </body>