Page MenuHomeFreeBSD

The changes to ptrace(2) requested by wblock in D2962.
ClosedPublic

Authored by kib on Jul 1 2015, 6:52 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 26, 6:38 AM
Unknown Object (File)
Fri, Apr 26, 6:23 AM
Unknown Object (File)
Dec 20 2023, 1:57 AM
Unknown Object (File)
Nov 11 2023, 6:06 PM
Unknown Object (File)
Nov 7 2023, 12:44 PM
Unknown Object (File)
Nov 5 2023, 5:14 PM
Unknown Object (File)
Oct 10 2023, 5:05 PM
Unknown Object (File)
Oct 6 2023, 11:41 AM
Subscribers

Details

Reviewers
gjb
wblock
Group Reviewers
manpages

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

kib retitled this revision from to The changes to ptrace(2) requested by wblock in D2962..
kib updated this object.
kib edited the test plan for this revision. (Show Details)
kib added reviewers: wblock, manpages.
kib set the repository for this revision to rS FreeBSD src repository - subversion.

Nice! A few minor additional suggestions. Thanks!

lib/libc/sys/ptrace.2
607

Later sections say "the base", which is a little clearer, so do that here to be consistent:
s/base/the base/

627

This line could be removed. It actually works either way on this one.

645

"the argument" is not really needed and a bit redundant. It's not terrible, though.

654

See note on line #646.

740

Needs a "the":
s/plus/plus the/

753

"cannot" is a little vague, can sometimes be read as permission rather than possibility. Probably better to use "will not":

This error will not occur in 32-bit programs.

kib edited edge metadata.
kib marked 5 inline comments as done.

Handled the notes. One question is inline.

lib/libc/sys/ptrace.2
627

Do you mean, remove the article ?

lib/libc/sys/ptrace.2
627

Yes: (without markup) "The addr must point to..." is almost the same as "addr must point to..." In a programming context, it is the same.

The special word "addr" will be highlighted by the markup, so adding an extra word just for capitalization at the start of the sentence is not necessary.*

(*: I've been told it's Very Wrong to do this by one person, due to a naming practice from long ago that was created to fix a problem that no longer exists. I like to remove redundant words that do not make the sentence any clearer. And again, the original reason to always say "The blahblah argument" was so a script could parse it, which, as far as anyone can tell, is no longer done.)

wblock edited edge metadata.

Man page looks good. Please check with mandoc -Tlint and igor -R before commit. Thanks!

This revision is now accepted and ready to land.Jul 3 2015, 5:20 PM