This is the mail archive of the cygwin-patches mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Fix for strace manpage


'man strace' contains the rather confusing text:

>        -T, --toggle
>               toggle tracing in a process already being
> 
>        -u, --usecs
>               toggle printing of microseconds timestamp traced. Requires -p <pid>

This seems to be due to the description of -u being added in between the two
lines which describe -T in utils.sgml revision 1.56.  Attached patch puts them
in the right order:

>        -T, --toggle
>               toggle tracing in a process already being traced. Requires -p <pid>
> 
>        -u, --usecs
>               toggle printing of microseconds timestamp 

2011-04-12  Jon TURNEY  <jon.turney@dronecode.org.uk>

        * utils.sgml (strace): Fix a pair of exchanged lines in usage text.

Attachment: strace_man_page_fix.patch
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]