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>
|
2015-06-12 Jon Turney <jon.turney@dronecode.org.uk>
|
||||||
|
|
||||||
* xidepend: Fix to handle relative pathnames.
|
* xidepend: Fix to handle relative pathnames.
|
||||||
|
@ -4,7 +4,6 @@
|
|||||||
|
|
||||||
<book id="cygwin-ug-net" xmlns:xi="http://www.w3.org/2001/XInclude">
|
<book id="cygwin-ug-net" xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||||
<bookinfo>
|
<bookinfo>
|
||||||
<date>2009-03-18</date>
|
|
||||||
<title>Cygwin User's Guide</title>
|
<title>Cygwin User's Guide</title>
|
||||||
<xi:include href="legal.xml"/>
|
<xi:include href="legal.xml"/>
|
||||||
</bookinfo>
|
</bookinfo>
|
||||||
|
@ -1145,21 +1145,21 @@ D: on /d type fat (binary,user,noumount)
|
|||||||
binary - Files default to binary mode (default).
|
binary - Files default to binary mode (default).
|
||||||
bind - Allows to remount part of the file hierarchy somewhere else.
|
bind - Allows to remount part of the file hierarchy somewhere else.
|
||||||
Different from other mount calls, the first argument
|
Different from other mount calls, the first argument
|
||||||
specifies an absolute POSIX path, rather than a Win32 path.
|
specifies an absolute POSIX path, rather than a Win32 path.
|
||||||
This POSIX path is remounted to the POSIX path specified as
|
This POSIX path is remounted to the POSIX path specified as
|
||||||
the second parameter. The conversion to a Win32 path is done
|
the second parameter. The conversion to a Win32 path is done
|
||||||
within Cygwin immediately at the time of the call. Note that
|
within Cygwin immediately at the time of the call. Note that
|
||||||
symlinks are ignored while performing this path conversion.
|
symlinks are ignored while performing this path conversion.
|
||||||
cygexec - Treat all files below mount point as cygwin executables.
|
cygexec - Treat all files below mount point as cygwin executables.
|
||||||
dos - Always convert leading spaces and trailing dots and spaces to
|
dos - Always convert leading spaces and trailing dots and spaces to
|
||||||
characters in the UNICODE private use area. This allows to use
|
characters in the UNICODE private use area. This allows to use
|
||||||
broken filesystems which only allow DOS filenames, even if they
|
broken filesystems which only allow DOS filenames, even if they
|
||||||
are not recognized as such by Cygwin.
|
are not recognized as such by Cygwin.
|
||||||
exec - Treat all files below mount point as executable.
|
exec - Treat all files below mount point as executable.
|
||||||
ihash - Always fake inode numbers rather than using the ones returned
|
ihash - Always fake inode numbers rather than using the ones returned
|
||||||
by the filesystem. This allows to use broken filesystems which
|
by the filesystem. This allows to use broken filesystems which
|
||||||
don't return unambiguous inode numbers, even if they are not
|
don't return unambiguous inode numbers, even if they are not
|
||||||
recognized as such by Cygwin.
|
recognized as such by Cygwin.
|
||||||
noacl - Ignore ACLs and fake POSIX permissions.
|
noacl - Ignore ACLs and fake POSIX permissions.
|
||||||
nosuid - No suid files are allowed (currently unimplemented)
|
nosuid - No suid files are allowed (currently unimplemented)
|
||||||
notexec - Treat all files below mount point as not executable.
|
notexec - Treat all files below mount point as not executable.
|
||||||
@ -1168,7 +1168,7 @@ D: on /d type fat (binary,user,noumount)
|
|||||||
posix=1 - Switch on case sensitivity for paths under this mount point
|
posix=1 - Switch on case sensitivity for paths under this mount point
|
||||||
(default).
|
(default).
|
||||||
sparse - Switch on support for sparse files. This option only makes
|
sparse - Switch on support for sparse files. This option only makes
|
||||||
sense on NTFS and then only if you really need sparse files.
|
sense on NTFS and then only if you really need sparse files.
|
||||||
text - Files default to CRLF text mode line endings.
|
text - Files default to CRLF text mode line endings.
|
||||||
</screen>
|
</screen>
|
||||||
|
|
||||||
@ -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
|
You can use forward slash ('/') as a separator instead of backslash, in
|
||||||
that case backslash is treated as escape character
|
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>
|
</screen>
|
||||||
|
|
||||||
<para>The <command>regtool</command> program allows shell scripts to access
|
<para>The <command>regtool</command> program allows shell scripts to access
|
||||||
@ -1706,7 +1706,7 @@ Modify file and directory access control lists (ACLs)
|
|||||||
-f, --file set ACL entries for FILE to ACL entries read
|
-f, --file set ACL entries for FILE to ACL entries read
|
||||||
from a ACL_FILE
|
from a ACL_FILE
|
||||||
-k, --remove-default
|
-k, --remove-default
|
||||||
remove all default ACL entries
|
remove all default ACL entries
|
||||||
-m, --modify modify one or more specified ACL entries
|
-m, --modify modify one or more specified ACL entries
|
||||||
-r, --replace replace mask entry with maximum permissions
|
-r, --replace replace mask entry with maximum permissions
|
||||||
needed for the file group class
|
needed for the file group class
|
||||||
@ -1759,7 +1759,7 @@ At least one of (-b, -d, -f, -k, -m, -s) must be specified
|
|||||||
<screen>
|
<screen>
|
||||||
u[ser]:uid[:]
|
u[ser]:uid[:]
|
||||||
g[roup]:gid[:]
|
g[roup]:gid[:]
|
||||||
m[ask][:]
|
m[ask][:]
|
||||||
d[efault]:u[ser][:uid]
|
d[efault]:u[ser][:uid]
|
||||||
d[efault]:g[roup][:gid]
|
d[efault]:g[roup][:gid]
|
||||||
d[efault]:m[ask][:]
|
d[efault]:m[ask][:]
|
||||||
@ -1995,8 +1995,8 @@ $ ssp <literal>-v</literal> <literal>-s</literal> <literal>-l</literal> <literal
|
|||||||
<title>strace</title>
|
<title>strace</title>
|
||||||
|
|
||||||
<screen>
|
<screen>
|
||||||
Usage: strace.exe [OPTIONS] <command-line>
|
Usage: strace [OPTIONS] <command-line>
|
||||||
Usage: strace.exe [OPTIONS] -p <pid>
|
Usage: strace [OPTIONS] -p <pid>
|
||||||
|
|
||||||
Trace system calls and signals
|
Trace system calls and signals
|
||||||
|
|
||||||
@ -2103,7 +2103,7 @@ In csh-compatible shells like tcsh:
|
|||||||
<title>umount</title>
|
<title>umount</title>
|
||||||
|
|
||||||
<screen>
|
<screen>
|
||||||
Usage: umount.exe [OPTION] [<posixpath>]
|
Usage: umount [OPTION] [<posixpath>]
|
||||||
|
|
||||||
Unmount filesystems
|
Unmount filesystems
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user