* faq: Throughout, revert references to User's Guide to default URL.
This commit is contained in:
parent
3b882cb484
commit
7bdb64ea18
|
@ -1,3 +1,7 @@
|
|||
2009-07-20 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* faq: Throughout, revert references to User's Guide to default URL.
|
||||
|
||||
2009-07-20 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* new-features.sgml (ov-new1.7-misc): Add stdc++ new/delete wrappers.
|
||||
|
|
|
@ -116,7 +116,7 @@ done
|
|||
</screen>
|
||||
|
||||
<para>
|
||||
See <ulink url="http://cygwin.com/1.7/cygwin-ug-net/using.html#mount-table" />
|
||||
See <ulink url="http://cygwin.com/cygwin-ug-net/using.html#mount-table" />
|
||||
for more information on using mount.
|
||||
</para>
|
||||
|
||||
|
@ -129,7 +129,7 @@ error?</para></question>
|
|||
|
||||
<para>
|
||||
Try running cygserver. Read
|
||||
<ulink url="http://cygwin.com/1.7/cygwin-ug-net/using-cygserver.html" />. If you're
|
||||
<ulink url="http://cygwin.com/cygwin-ug-net/using-cygserver.html" />. If you're
|
||||
trying to use PostgreSQL, also read
|
||||
<literal>/usr/share/doc/Cygwin/postgresql-*.README</literal>.
|
||||
</para>
|
||||
|
@ -492,7 +492,7 @@ incompatibilities. Please send us patches if you do this work!
|
|||
<answer>
|
||||
|
||||
<para>If you need to change the maximum amount of memory available to Cygwin, see
|
||||
<ulink url="http://cygwin.com/1.7/cygwin-ug-net/setup-maxmem.html">http://cygwin.com/1.7/cygwin-ug-net/setup-maxmem.html</ulink>. Otherwise,
|
||||
<ulink url="http://cygwin.com/cygwin-ug-net/setup-maxmem.html">http://cygwin.com/cygwin-ug-net/setup-maxmem.html</ulink>. Otherwise,
|
||||
just pass heap/stack linker arguments to gcc. To create foo.exe with
|
||||
a heap size of 200MB and a stack size of 8MB, you would invoke
|
||||
gcc as:
|
||||
|
@ -518,7 +518,7 @@ recursively, provided the command is in your path.
|
|||
<answer>
|
||||
|
||||
<para>There's documentation that explains the process in the Cygwin User's
|
||||
Guide here: <ulink url="http://cygwin.com/1.7/cygwin-ug-net/dll.html">http://cygwin.com/1.7/cygwin-ug-net/dll.html</ulink>
|
||||
Guide here: <ulink url="http://cygwin.com/cygwin-ug-net/dll.html">http://cygwin.com/cygwin-ug-net/dll.html</ulink>
|
||||
</para>
|
||||
</answer></qandaentry>
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ including this FAQ. Be sure to at least read any 'Release Notes' or 'Readme'
|
|||
or 'read this' links on the main web page, if there are any.
|
||||
</para>
|
||||
<para>There is a comprehensive Cygwin User's Guide at <ulink
|
||||
url="http://cygwin.com/1.7/cygwin-ug-net/cygwin-ug-net.html">http://cygwin.com/1.7/cygwin-ug-net/cygwin-ug-net.html</ulink>
|
||||
url="http://cygwin.com/cygwin-ug-net/cygwin-ug-net.html">http://cygwin.com/cygwin-ug-net/cygwin-ug-net.html</ulink>
|
||||
and an API Reference at <ulink
|
||||
url="http://cygwin.com/cygwin-api/cygwin-api.html">http://cygwin.com/cygwin-api/cygwin-api.html</ulink>.
|
||||
</para>
|
||||
|
|
|
@ -8,7 +8,7 @@ installer ``Cygwin Setup''. It is flexible and easy to use.
|
|||
You can pick and choose the packages you wish to install, and update
|
||||
them individually. Full source code is available for all packages and
|
||||
tools. More information on using Cygwin Setup may be found at
|
||||
<ulink url="http://cygwin.com/1.7/cygwin-ug-net/setup-net.html" />.
|
||||
<ulink url="http://cygwin.com/cygwin-ug-net/setup-net.html" />.
|
||||
</para>
|
||||
<para>If you do it any other way, you're on your own! That said, keep in mind
|
||||
that the GUI installer is a "work in progress", so there might be a few
|
||||
|
@ -126,7 +126,7 @@ HKEY_CURRENT_USER branch of the registry. There's a bash script for your
|
|||
convenience, which creates a user-specific /etc/fstab/${USER} file for you,
|
||||
called /bin/copy-user-registry-fstab. For more information on the new fstab
|
||||
files see the User's Guide at
|
||||
<ulink url="http://cygwin.com/1.7/cygwin-ug-net/using.html#mount-table">http://cygwin.com/1.7/cygwin-ug-net/using.html#mount-table</ulink>
|
||||
<ulink url="http://cygwin.com/cygwin-ug-net/using.html#mount-table">http://cygwin.com/cygwin-ug-net/using.html#mount-table</ulink>
|
||||
</para>
|
||||
</answer></qandaentry>
|
||||
|
||||
|
@ -187,7 +187,7 @@ you will have to select it explicitly. See
|
|||
<ulink url="http://cygwin.com/packages/" /> for a searchable list of available
|
||||
packages, or use <literal>cygcheck -p </literal> as described in the Cygwin
|
||||
User's Guide at
|
||||
<ulink url="http://cygwin.com/1.7/cygwin-ug-net/using-utils.html#cygcheck" />.
|
||||
<ulink url="http://cygwin.com/cygwin-ug-net/using-utils.html#cygcheck" />.
|
||||
</para>
|
||||
<para>If you want to build programs, of course you'll need <literal>gcc</literal>,
|
||||
<literal>binutils</literal>, <literal>make</literal> and probably other packages from the
|
||||
|
@ -459,7 +459,7 @@ installed are <literal>sshd</literal>, <literal>cron</literal>,
|
|||
that might be running in the background. Exit the command prompt and ensure
|
||||
that no Cygwin processes remain. Note: If you want to save your mount points for a later
|
||||
reinstall, first save the output of <literal>mount -m</literal> as described at
|
||||
<ulink url="http://cygwin.com/1.7/cygwin-ug-net/using-utils.html#mount" />.
|
||||
<ulink url="http://cygwin.com/cygwin-ug-net/using-utils.html#mount" />.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem><para>Delete the Cygwin root folder and all subfolders. If you get an error
|
||||
|
|
|
@ -43,7 +43,7 @@ will slow things down tremendously if it does not exist.
|
|||
(sshd, inetd, etc), then it depends on the method used to switch to
|
||||
another user. This problem as well as its solution is described in
|
||||
detail in the Cygwin User's Guide, see
|
||||
<ulink url="http://cygwin.com/1.7/cygwin-ug-net/ntsec.html" />.
|
||||
<ulink url="http://cygwin.com/cygwin-ug-net/ntsec.html" />.
|
||||
</para>
|
||||
<para>Workarounds include using public network share that does not require
|
||||
authentication (for non-critical files), providing your password to a
|
||||
|
@ -271,7 +271,7 @@ for memory cards or USB sticks to exchange pictures...
|
|||
<para>For other cases, understand that Cygwin attempts to show UNIX
|
||||
permissions based on the security features of Windows, so the Windows
|
||||
ACLs are likely the source of your problem. See the Cygwin User's
|
||||
Guide at <ulink url="http://cygwin.com/1.7/cygwin-ug-net/ntsec.html" />
|
||||
Guide at <ulink url="http://cygwin.com/cygwin-ug-net/ntsec.html" />
|
||||
for more information on how Cygwin maps Windows permissions.
|
||||
</para>
|
||||
</answer></qandaentry>
|
||||
|
@ -359,7 +359,7 @@ formfeed character to your file.
|
|||
<para>Internationalization is a complex issue. The short answer is that
|
||||
Cygwin relies on the setting of the setting of LANG/LC_xxx environment
|
||||
variables. The long answer can be found in the User's Guide in the
|
||||
section <ulink url="http://cygwin.com/1.7/cygwin-ug-net/setup-locale.html">Internationalization</ulink>
|
||||
section <ulink url="http://cygwin.com/cygwin-ug-net/setup-locale.html">Internationalization</ulink>
|
||||
</para>
|
||||
|
||||
<para>To get UTF-8 support you must set the LANG, LC_ALL, or LC_CTYPE
|
||||
|
@ -411,7 +411,7 @@ You can do that, for instance, by setting the variable in your
|
|||
|
||||
<para>
|
||||
For a more detailed explanation see the section
|
||||
<ulink url="http://cygwin.com/1.7/cygwin-ug-net/setup-locale.html#setup-locale-console">The Windows Console character set</ulink> in the Cygwin User's Guide.</para>
|
||||
<ulink url="http://cygwin.com/cygwin-ug-net/setup-locale.html#setup-locale-console">The Windows Console character set</ulink> in the Cygwin User's Guide.</para>
|
||||
</answer></qandaentry>
|
||||
|
||||
<qandaentry id="faq.using.multiple-copies">
|
||||
|
@ -601,7 +601,7 @@ of your current Cygwin session.
|
|||
</para>
|
||||
<para>You can change the default <literal>cygdrive</literal> prefix and whether it is binmode or textmode using the <filename>/etc/fstab</filename> file
|
||||
as well. See the Cygwin User's Guide at
|
||||
<ulink url="http://cygwin.com/1.7/cygwin-ug-net/using.html#mount-table">http://cygwin.com/1.7/cygwin-ug-net/using.html#mount-table</ulink>
|
||||
<ulink url="http://cygwin.com/cygwin-ug-net/using.html#mount-table">http://cygwin.com/cygwin-ug-net/using.html#mount-table</ulink>
|
||||
for more details.
|
||||
</para>
|
||||
</answer></qandaentry>
|
||||
|
@ -684,7 +684,7 @@ configuration fails.
|
|||
<para>To help with this problem, Cygwin supports casesensitivity
|
||||
starting with Cygwin 1.7.0. For a detailed description how to use that
|
||||
feature see the Cygwin User's Guilde at
|
||||
<ulink url="http://cygwin.com/1.7/cygwin-ug-net/using-specialnames.html">http://cygwin.com/1.7/cygwin-ug-net/using-specialnames.html</ulink>.
|
||||
<ulink url="http://cygwin.com/cygwin-ug-net/using-specialnames.html">http://cygwin.com/cygwin-ug-net/using-specialnames.html</ulink>.
|
||||
</para>
|
||||
|
||||
</answer></qandaentry>
|
||||
|
@ -704,7 +704,7 @@ letters 'aux' in it will hang.
|
|||
<para>At least that's what happens when using native Windows tools. Cygwin
|
||||
1.7.0 and later can deal with these filenames just fine. Again, see the
|
||||
User's Guide at
|
||||
<ulink url="http://cygwin.com/1.7/cygwin-ug-net/using-specialnames.html">http://cygwin.com/1.7/cygwin-ug-net/using-specialnames.html</ulink>
|
||||
<ulink url="http://cygwin.com/cygwin-ug-net/using-specialnames.html">http://cygwin.com/cygwin-ug-net/using-specialnames.html</ulink>
|
||||
for a detailed description of what's possible with filenames and what is not.
|
||||
</para>
|
||||
</answer></qandaentry>
|
||||
|
@ -1018,7 +1018,7 @@ file:
|
|||
</para>
|
||||
<para>Alternatively, use Windows shortcuts as symlinks. See the CYGWIN
|
||||
environment variable option "winsymlinks"
|
||||
<ulink url="http://cygwin.com/1.7/cygwin-ug-net/using-cygwinenv.html">http://cygwin.com/1.7/cygwin-ug-net/using-cygwinenv.html</ulink>
|
||||
<ulink url="http://cygwin.com/cygwin-ug-net/using-cygwinenv.html">http://cygwin.com/cygwin-ug-net/using-cygwinenv.html</ulink>
|
||||
</para>
|
||||
</answer></qandaentry>
|
||||
|
||||
|
|
|
@ -96,7 +96,7 @@ freedoms, so it is free software.
|
|||
|
||||
<para>To find the version of the Cygwin DLL installed, you can use
|
||||
<filename>uname</filename> as on Linux or <filename>cygcheck</filename>. Refer to each command's
|
||||
<literal>--help</literal> output and the <ulink url='http://cygwin.com/1.7/cygwin-ug-net/'>Cygwin User's Guide</ulink> for more information.
|
||||
<literal>--help</literal> output and the <ulink url='http://cygwin.com/cygwin-ug-net/'>Cygwin User's Guide</ulink> for more information.
|
||||
</para>
|
||||
<para>If you are looking for the version number for the whole Cygwin
|
||||
release, there is none. Each package in the Cygwin release has its own
|
||||
|
@ -109,7 +109,7 @@ download the Cygwin Setup program from
|
|||
<ulink url='http://cygwin.com/setup.exe'>http://cygwin.com/setup.exe</ulink>. This program will handle the task
|
||||
of updating the packages on your system to the latest version. For
|
||||
more information about using Cygwin's <filename>setup.exe</filename>, see
|
||||
<ulink url='http://cygwin.com/1.7/cygwin-ug-net/setup-net.html'>Setting Up Cygwin</ulink>
|
||||
<ulink url='http://cygwin.com/cygwin-ug-net/setup-net.html'>Setting Up Cygwin</ulink>
|
||||
in the Cygwin User's Guide.
|
||||
</para></answer></qandaentry>
|
||||
|
||||
|
|
Loading…
Reference in New Issue