Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2002-08-21 19:42:18 +0400
committerChristopher Faylor <me@cgf.cx>2002-08-21 19:42:18 +0400
commit62012a3f3134ff4860685b09b50fed01ef326972 (patch)
treec2f2a472972bf3588783fe1c3a6b96fdd7069370 /winsup/utils
parent69f710846f2bce6dedd57498e2d7d1302cc33465 (diff)
fix some glitches
Diffstat (limited to 'winsup/utils')
-rw-r--r--winsup/utils/utils.sgml10
1 files changed, 5 insertions, 5 deletions
diff --git a/winsup/utils/utils.sgml b/winsup/utils/utils.sgml
index 2800fd9d7..e98c2db43 100644
--- a/winsup/utils/utils.sgml
+++ b/winsup/utils/utils.sgml
@@ -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
but with forward slashes instead of backslashes. This option is
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
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
same output. By default the output is in UNIX (POSIX) format;
use the <literal>-w</literal> or <literal>-d</literal> options to get
-other formats.
+other formats.</para>
</sect2>
@@ -263,7 +263,7 @@ The format for ACL output is as follows:
default:mask:perm
default:other:perm
</screen>
-
+</para>
</sect2>
<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.
The <literal>-u</literal> option allows <command>mkpasswd</command> to
search for a specific username, greatly reducing the amount of time it
-takes in a large domain.
+takes in a large domain.</para>
</sect2>
@@ -1260,7 +1260,7 @@ I usually use the <literal>-v</literal>, <literal>-s</literal>, and
<screen>
$ ssp <literal>-v</literal> <literal>-s</literal> <literal>-l</literal> <literal>-d</literal> 0x61001000 0x61080000 hello.exe
</screen>
-
+</para>
</sect2>
<sect2 id="strace"><title>strace</title>