diff options
author | Jon Turney <jon.turney@dronecode.org.uk> | 2020-06-10 14:52:41 +0100 |
---|---|---|
committer | Jon Turney <jon.turney@dronecode.org.uk> | 2020-07-12 15:09:38 +0100 |
commit | f2a285bd4f424f0c84017b6051dcdd8acf221de8 (patch) | |
tree | 47e07723adaecbba98bb641ff6d66b45df25d34f | |
parent | b21ad33e088e1c302e3b88e052f6a4ee903fa51b (diff) | |
download | cygnal-f2a285bd4f424f0c84017b6051dcdd8acf221de8.tar.gz cygnal-f2a285bd4f424f0c84017b6051dcdd8acf221de8.tar.bz2 cygnal-f2a285bd4f424f0c84017b6051dcdd8acf221de8.zip |
Cygwin: Slightly improve error_start documentation
-rw-r--r-- | winsup/doc/cygwinenv.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/winsup/doc/cygwinenv.xml b/winsup/doc/cygwinenv.xml index f549fee0d..a52b6ac19 100644 --- a/winsup/doc/cygwinenv.xml +++ b/winsup/doc/cygwinenv.xml @@ -28,9 +28,13 @@ Defaults to off.</para> which is useful for debugging. <filename>Win32filepath</filename> is usually set to the path to <command>gdb</command> or <command>dumper</command>, for example -<filename>C:\cygwin\bin\gdb.exe</filename>. +<filename>C:\cygwin\bin\gdb.exe</filename>. There is no default set. </para> +<para> +The filename of the executing program and it's Windows process id are appended +to the command as arguments. +</para> </listitem> <listitem> |