Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2022-12-03 00:38:47 +0300
committerCorinna Vinschen <corinna@vinschen.de>2022-12-03 00:38:47 +0300
commitcf65cbcea40bfd2be7c925641db37e23a9b473ae (patch)
tree4b038eb59027445971ae96d4824e60198bebdca7 /winsup/doc/faq-programming.xml
parent08f33e5b6a17ed64e9b37833234d7228defdd782 (diff)
Cygwin: FAQ: convert ulinks to FAQ to xrefs
Using ulinks here makes the result work on cygwin.com only, while xrefs to FAQs are creating realtive links. Add xreflabel where appropriate. Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'winsup/doc/faq-programming.xml')
-rw-r--r--winsup/doc/faq-programming.xml9
1 files changed, 4 insertions, 5 deletions
diff --git a/winsup/doc/faq-programming.xml b/winsup/doc/faq-programming.xml
index 06dfb76f5..632d1a173 100644
--- a/winsup/doc/faq-programming.xml
+++ b/winsup/doc/faq-programming.xml
@@ -357,7 +357,7 @@ package at runtime.
<answer>
<para>Beware of using non-portable shell features in your Makefiles (see tips
-at <ulink url="https://cygwin.com/faq/faq.html#faq.using.shell-scripts"/>).
+at <xref linkend="faq.using.shell-scripts"></xref>).
</para>
<para>Errors of <literal>make: execvp: /bin/sh: Illegal Argument</literal> or
<literal>make: execvp: /bin/sh: Argument list too long</literal> are often
@@ -671,7 +671,7 @@ rewriting the runtime library in question from specs...
</para>
</answer></qandaentry>
-<qandaentry id="faq.programming.building-cygwin">
+<qandaentry id="faq.programming.building-cygwin" xreflabel="Build Cygwin">
<question><para>How do I build Cygwin on my own?</para></question>
<answer>
@@ -766,12 +766,11 @@ operation e.g. when checking a pointer is valid)
<para>
It is also a good idea to use the latest code in case the bug has been fixed,
so we recommend trying the latest cygwin test release (see
-<ulink url="https://cygwin.com/faq/faq-setup.html#faq.setup.testrels"/>)
-or building the DLL from git.
+<xref linkend="faq.setup.testrels"></xref>) or building the DLL from git.
</para>
<para>To build a debugging version of the Cygwin DLL, you will need to follow
-the instructions at <ulink url="https://cygwin.com/faq/faq.html#faq.programming.building-cygwin"/>.
+the instructions at <xref linkend="faq.programming.building-cygwin"></xref>.
</para>
<para>