From: John Haugabook <[email protected]> Fix typo - parenthesis without an opening parenthesis.
Signed-off-by: John Haugabook <[email protected]> --- winsup/doc/faq-programming.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winsup/doc/faq-programming.xml b/winsup/doc/faq-programming.xml index fa3f097a9..3bc7ac6c9 100644 --- a/winsup/doc/faq-programming.xml +++ b/winsup/doc/faq-programming.xml @@ -730,7 +730,7 @@ $ setup-x86_64.exe -P dblatex,docbook-utils,docbook-xml45,docbook-xsl,docbook2X, </screen> <para>Next, check out the Cygwin sources from the -<ulink url="https://cygwin.com/git.html">Cygwin GIT source repository</ulink>). +<ulink url="https://cygwin.com/git.html">Cygwin GIT source repository</ulink>. This is the <emphasis>preferred method</emphasis> for acquiring the sources. Otherwise, if you are trying to duplicate a cygwin release then you should download the corresponding source package -- 2.49.0.windows.1
