From d5f60b41f43da8a982a1789c78c1dbc4ede190c3 Mon Sep 17 00:00:00 2001 From: Joshua Daniel Franklin Date: Sat, 24 Jan 2004 08:10:27 +0000 Subject: [PATCH] Cleanup minor markup problems. --- winsup/utils/utils.sgml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/winsup/utils/utils.sgml b/winsup/utils/utils.sgml index a273f2f05..0a84544c7 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 cygpath usage + @@ -1399,7 +1401,7 @@ option. With the -w option, you can start an strace session in a new window, for example: -$ 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' & This is particularly useful for strace sessions that take a long time to complete.