diff options
author | Jon TURNEY <jon.turney@dronecode.org.uk> | 2011-04-13 11:42:43 +0000 |
---|---|---|
committer | Jon TURNEY <jon.turney@dronecode.org.uk> | 2011-04-13 11:42:43 +0000 |
commit | cc00d3deb995a1db4f513b2c02bc9d10b9624310 (patch) | |
tree | f9a0843f5281df4f518858a3b635b36aa67bfb35 /winsup/utils | |
parent | f2e5d64ea97d2b5bb4d23d3ef04013051f18684e (diff) | |
download | cygnal-cc00d3deb995a1db4f513b2c02bc9d10b9624310.tar.gz cygnal-cc00d3deb995a1db4f513b2c02bc9d10b9624310.tar.bz2 cygnal-cc00d3deb995a1db4f513b2c02bc9d10b9624310.zip |
2011-04-12 Jon TURNEY <jon.turney@dronecode.org.uk>
* utils.sgml (strace): Fix a pair of exchanged lines in usage text.
Diffstat (limited to 'winsup/utils')
-rw-r--r-- | winsup/utils/ChangeLog | 4 | ||||
-rw-r--r-- | winsup/utils/utils.sgml | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog index f740d448a..553bc638e 100644 --- a/winsup/utils/ChangeLog +++ b/winsup/utils/ChangeLog @@ -1,3 +1,7 @@ +2011-04-12 Jon TURNEY <jon.turney@dronecode.org.uk> + + * utils.sgml (strace): Fix a pair of exchanged lines in usage text. + 2011-04-04 Corinna Vinschen <corinna@vinschen.de> * passwd.c (main): Add the ability to specify a username for the -R diff --git a/winsup/utils/utils.sgml b/winsup/utils/utils.sgml index 65856dbcf..f57f7248e 100644 --- a/winsup/utils/utils.sgml +++ b/winsup/utils/utils.sgml @@ -1915,8 +1915,8 @@ Trace system calls and signals -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 - -u, --usecs toggle printing of microseconds timestamp traced. Requires -p <pid> + -u, --usecs toggle printing of microseconds timestamp -v, --version output version information and exit -w, --new-window spawn program under test in a new window |