Re: [PATCH] doc: fix false claim about second argument to gdb
Simon Marchi <[email protected]> Tue, 18 Jun 2019 12:40:39 -0400
| Newsgroups | gmane.comp.gdb.patches,gmane.comp.gdb.bugs.general |
|---|---|
| Message-ID | <[email protected]> |
On 2019-06-18 12:14 p.m., Eli Zaretskii wrote: >> From: Simon Marchi <[email protected]> >> Date: Tue, 18 Jun 2019 10:51:03 -0400 >> >> -You can, instead, specify a process ID as a second argument, if you want >> -to debug a running process: >> +You can, instead, specify a process ID as a second argument or using option >> +@code{-p}, if you want to debug a running process: > > "specify ... or using ..." is incorrect English. I guess you meant > "use"? Oh, that's right. Changed it to "use". > No other comments, thanks. (I didn't look at the code to see if the > description is factually correct.) I didn't check the code either, but tried various combinations and observed this behavior. I pushed the patch with the error above fixed, thanks. Simon