Bug 27758

Summary: ptrace(2) man page outdated
Product: Documentation Reporter: jyliu <jyliu>
Component: Books & ArticlesAssignee: Murray Stokely <murray>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description jyliu 2001-05-30 00:30:01 UTC
PT_STEP in ptrace(2) man page is described as 'addr and data fields are not used'. Actually, at least the addr field is used. If one wants to step the traced process, she had to set addr field to (caddr_t)1.
That man page was written in 1996. Probably outdated.
Comment 1 Murray Stokely freebsd_committer freebsd_triage 2001-09-03 10:42:49 UTC
State Changed
From-To: open->analyzed

The man page has been updated in -CURRENT.  Thanks for noticing the 
error!  It will probably not make it into 4.4 but will be merged to 
-STABLE shortly after the release.  Thanks! 



Comment 2 Murray Stokely freebsd_committer freebsd_triage 2001-09-03 10:42:49 UTC
Responsible Changed
From-To: freebsd-doc->murray

My mfc reminder.
Comment 3 Murray Stokely freebsd_committer freebsd_triage 2001-09-04 05:46:28 UTC
State Changed
From-To: analyzed->closed

Fix has been committed to -STABLE.  This will be in 4.4.  Thanks.