winsup/doc: Some preparatory XML fixes
Remove the inconsistent .exe suffix in strace and umount usage lines. Tidy up some trailing whitespace. Tabs inside <screen> are not consistently formatted by all formatters, replace with spaces. Remove pointlesss and incorrect date 2015-06-12 Jon Turney <jon.turney@dronecode.org.uk> * cygwin-ug-net.xml: Remove incorrect unused date. * utils.xml : Remove .exe suffix inconsistently added in a few places. Tidy up some trailing whitespace. Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
This commit is contained in:
parent
2ef3009068
commit
7177456cf0
|
@ -1,3 +1,9 @@
|
|||
2015-06-12 Jon Turney <jon.turney@dronecode.org.uk>
|
||||
|
||||
* cygwin-ug-net.xml: Remove incorrect unused date.
|
||||
* utils.xml : Remove .exe suffix inconsistently added in a few
|
||||
places. Tidy up some trailing whitespace.
|
||||
|
||||
2015-06-12 Jon Turney <jon.turney@dronecode.org.uk>
|
||||
|
||||
* xidepend: Fix to handle relative pathnames.
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
|
||||
<book id="cygwin-ug-net" xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<bookinfo>
|
||||
<date>2009-03-18</date>
|
||||
<title>Cygwin User's Guide</title>
|
||||
<xi:include href="legal.xml"/>
|
||||
</bookinfo>
|
||||
|
|
|
@ -1590,7 +1590,7 @@ remote host in either \\hostname or hostname: format and prefix is any of:
|
|||
|
||||
You can use forward slash ('/') as a separator instead of backslash, in
|
||||
that case backslash is treated as escape character
|
||||
Example: regtool.exe get '\user\software\Microsoft\Clock\iFormat'
|
||||
Example: regtool get '\user\software\Microsoft\Clock\iFormat'
|
||||
</screen>
|
||||
|
||||
<para>The <command>regtool</command> program allows shell scripts to access
|
||||
|
@ -1995,8 +1995,8 @@ $ ssp <literal>-v</literal> <literal>-s</literal> <literal>-l</literal> <literal
|
|||
<title>strace</title>
|
||||
|
||||
<screen>
|
||||
Usage: strace.exe [OPTIONS] <command-line>
|
||||
Usage: strace.exe [OPTIONS] -p <pid>
|
||||
Usage: strace [OPTIONS] <command-line>
|
||||
Usage: strace [OPTIONS] -p <pid>
|
||||
|
||||
Trace system calls and signals
|
||||
|
||||
|
@ -2103,7 +2103,7 @@ In csh-compatible shells like tcsh:
|
|||
<title>umount</title>
|
||||
|
||||
<screen>
|
||||
Usage: umount.exe [OPTION] [<posixpath>]
|
||||
Usage: umount [OPTION] [<posixpath>]
|
||||
|
||||
Unmount filesystems
|
||||
|
||||
|
|
Loading…
Reference in New Issue