diff options
-rw-r--r-- | winsup/utils/utils.sgml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/winsup/utils/utils.sgml b/winsup/utils/utils.sgml index 8c2dfef1a..2800fd9d7 100644 --- a/winsup/utils/utils.sgml +++ b/winsup/utils/utils.sgml @@ -498,10 +498,10 @@ takes in a large domain. <sect2 id="mount"><title>mount</title> <screen> -Usage: mount [OPTION] [<win32path> <posixpath>] +Usage: mount [OPTION] [<win32path> <posixpath>] -b, --binary text files are equivalent to binary files (newline = \n) - -c, --change-cygdrive-prefix change the cygdrive path prefix to <posixpath> + -c, --change-cygdrive-prefix change the cygdrive path prefix to <posixpath> -f, --force force mount, don't warn about missing mount point directories -h, --help output usage information and exit @@ -1266,8 +1266,8 @@ $ ssp <literal>-v</literal> <literal>-s</literal> <literal>-l</literal> <literal <sect2 id="strace"><title>strace</title> <screen> -Usage: strace.exe [OPTIONS] <command-line> -Usage: strace.exe [OPTIONS] -p <pid> +Usage: strace.exe [OPTIONS] <command-line> +Usage: strace.exe [OPTIONS] -p <pid> -b, --buffer-size=SIZE set size of output file buffer -d, --no-delta don't display the delta-t microsecond timestamp -f, --trace-children trace child processes (toggle - default true) @@ -1281,7 +1281,7 @@ Usage: strace.exe [OPTIONS] -p <pid> -t, --timestamp use an absolute hh:mm:ss timestamp insted of the default microsecond timestamp. Implies -d -T, --toggle toggle tracing in a process already being - traced. Requires -p <pid> + traced. Requires -p <pid> -v, --version output version information and exit -w, --new-window spawn program under test in a new window @@ -1337,7 +1337,7 @@ Cygwin DLL itself.</para> <sect2 id="umount"><title>umount</title> <screen> -Usage: umount.exe [OPTION] [<posixpath>] +Usage: umount.exe [OPTION] [<posixpath>] -A, --remove-all-mounts remove all mounts -c, --remove-cygdrive-prefix remove cygdrive prefix -h, --help output usage information and exit |