aboutsummaryrefslogtreecommitdiff
path: root/winsup/utils
diff options
context:
space:
mode:
authorJoshua Daniel Franklin <joshuadfranklin@yahoo.com>2004-01-24 08:10:27 +0000
committerJoshua Daniel Franklin <joshuadfranklin@yahoo.com>2004-01-24 08:10:27 +0000
commitd5f60b41f43da8a982a1789c78c1dbc4ede190c3 (patch)
treeea8a349270917d67e5f5cc433809d8157ae4fae6 /winsup/utils
parentaff8b4f9aa3fa704805d389f983c172121e52f63 (diff)
downloadnewlib-d5f60b41f43da8a982a1789c78c1dbc4ede190c3.zip
newlib-d5f60b41f43da8a982a1789c78c1dbc4ede190c3.tar.gz
newlib-d5f60b41f43da8a982a1789c78c1dbc4ede190c3.tar.bz2
Cleanup minor markup problems.
Diffstat (limited to 'winsup/utils')
-rw-r--r--winsup/utils/utils.sgml4
1 files changed, 3 insertions, 1 deletions
diff --git a/winsup/utils/utils.sgml b/winsup/utils/utils.sgml
index a273f2f..0a84544 100644
--- a/winsup/utils/utils.sgml
+++ b/winsup/utils/utils.sgml
@@ -148,6 +148,7 @@ contain spaces (C:\Program Files) so should be enclosed in quotes.
<example><title>Example cygpath usage</title>
<screen>
+<![CDATA[
#!/bin/sh
if [ "${1}" = "" ];
then
@@ -156,6 +157,7 @@ if [ "${1}" = "" ];
XPATH="$(cygpath -w "${1}")";
fi
explorer $XPATH &
+]]>
</screen>
</example>
@@ -1399,7 +1401,7 @@ option. With the <literal>-w</literal> option, you can start an strace
session in a new window, for example:
<screen>
-$ strace -o tracing_output -w sh -c 'while true; do echo "tracing..."; done' &
+$ strace -o tracing_output -w sh -c 'while true; do echo "tracing..."; done' &amp;
</screen>
This is particularly useful for <command>strace</command> sessions that
take a long time to complete.