Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Sep 2001 02:42:40 -0700 (PDT)
From:      Murray Stokely <murray@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/sys ptrace.2
Message-ID:  <200109030942.f839ger54512@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
murray      2001/09/03 02:42:40 PDT

  Modified files:
    lib/libc/sys         ptrace.2 
  Log:
  PT_STEP in ptrace(2) man page is described as 'addr and data fields
  are not used'.  This is incorrect, as addr must be passed (caddr_t)1
  to do anything useful.  The source for gdb and a short test program
  will confirm that this man page was in error.
  
  PR:		docs/27758
  Submitted by:	Jiangyi Liu <jyliu@163.net>
  
  Revision  Changes    Path
  1.24      +4 -4      src/lib/libc/sys/ptrace.2


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200109030942.f839ger54512>