mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-21 16:26:12 +08:00
fix some glitches
This commit is contained in:
parent
69f710846f
commit
62012a3f31
@ -113,7 +113,7 @@ Use the <literal>-d</literal> to get DOS-style (8.3) file and path names.
|
|||||||
The <literal>-m</literal> option will output Windows-style format
|
The <literal>-m</literal> option will output Windows-style format
|
||||||
but with forward slashes instead of backslashes. This option is
|
but with forward slashes instead of backslashes. This option is
|
||||||
especially useful in shell scripts, which use backslashes as an escape
|
especially useful in shell scripts, which use backslashes as an escape
|
||||||
character.
|
character.</para>
|
||||||
|
|
||||||
<para> In combination with the <literal>-w</literal> option, you can use
|
<para> In combination with the <literal>-w</literal> option, you can use
|
||||||
the <literal>-l</literal> and <literal>-s</literal> options to use normal
|
the <literal>-l</literal> and <literal>-s</literal> options to use normal
|
||||||
@ -168,7 +168,7 @@ On Win9x systems with only a single user, <literal>-A</literal> has no
|
|||||||
effect; <literal>-D</literal> and <literal>-AD</literal> would have the
|
effect; <literal>-D</literal> and <literal>-AD</literal> would have the
|
||||||
same output. By default the output is in UNIX (POSIX) format;
|
same output. By default the output is in UNIX (POSIX) format;
|
||||||
use the <literal>-w</literal> or <literal>-d</literal> options to get
|
use the <literal>-w</literal> or <literal>-d</literal> options to get
|
||||||
other formats.
|
other formats.</para>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
@ -263,7 +263,7 @@ The format for ACL output is as follows:
|
|||||||
default:mask:perm
|
default:mask:perm
|
||||||
default:other:perm
|
default:other:perm
|
||||||
</screen>
|
</screen>
|
||||||
|
</para>
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
<sect2 id="kill"><title>kill</title>
|
<sect2 id="kill"><title>kill</title>
|
||||||
@ -491,7 +491,7 @@ use a prefix other than <literal>/home/</literal>. For example, this command:
|
|||||||
would put local users' home directories in the Windows 'Profiles' directory.
|
would put local users' home directories in the Windows 'Profiles' directory.
|
||||||
The <literal>-u</literal> option allows <command>mkpasswd</command> to
|
The <literal>-u</literal> option allows <command>mkpasswd</command> to
|
||||||
search for a specific username, greatly reducing the amount of time it
|
search for a specific username, greatly reducing the amount of time it
|
||||||
takes in a large domain.
|
takes in a large domain.</para>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
@ -1260,7 +1260,7 @@ I usually use the <literal>-v</literal>, <literal>-s</literal>, and
|
|||||||
<screen>
|
<screen>
|
||||||
$ ssp <literal>-v</literal> <literal>-s</literal> <literal>-l</literal> <literal>-d</literal> 0x61001000 0x61080000 hello.exe
|
$ ssp <literal>-v</literal> <literal>-s</literal> <literal>-l</literal> <literal>-d</literal> 0x61001000 0x61080000 hello.exe
|
||||||
</screen>
|
</screen>
|
||||||
|
</para>
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
<sect2 id="strace"><title>strace</title>
|
<sect2 id="strace"><title>strace</title>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user