Cleanup minor markup problems.
This commit is contained in:
parent
aff8b4f9aa
commit
d5f60b41f4
|
@ -148,6 +148,7 @@ contain spaces (C:\Program Files) so should be enclosed in quotes.
|
||||||
|
|
||||||
<example><title>Example cygpath usage</title>
|
<example><title>Example cygpath usage</title>
|
||||||
<screen>
|
<screen>
|
||||||
|
<![CDATA[
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
if [ "${1}" = "" ];
|
if [ "${1}" = "" ];
|
||||||
then
|
then
|
||||||
|
@ -156,6 +157,7 @@ if [ "${1}" = "" ];
|
||||||
XPATH="$(cygpath -w "${1}")";
|
XPATH="$(cygpath -w "${1}")";
|
||||||
fi
|
fi
|
||||||
explorer $XPATH &
|
explorer $XPATH &
|
||||||
|
]]>
|
||||||
</screen>
|
</screen>
|
||||||
</example>
|
</example>
|
||||||
|
|
||||||
|
@ -1399,7 +1401,7 @@ option. With the <literal>-w</literal> option, you can start an strace
|
||||||
session in a new window, for example:
|
session in a new window, for example:
|
||||||
|
|
||||||
<screen>
|
<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' &
|
||||||
</screen>
|
</screen>
|
||||||
This is particularly useful for <command>strace</command> sessions that
|
This is particularly useful for <command>strace</command> sessions that
|
||||||
take a long time to complete.
|
take a long time to complete.
|
||||||
|
|
Loading…
Reference in New Issue