Module Name:    src
Committed By:   kamil
Date:           Sun Jan 15 22:18:11 UTC 2017

Modified Files:
        src/lib/libc/sys: ptrace.2

Log Message:
Fix one markup issue and add initial HISTORY section

Import HISTORY notes from FreeBSD.

Sponsored by <The NetBSD Foundation>


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 src/lib/libc/sys/ptrace.2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/sys/ptrace.2
diff -u src/lib/libc/sys/ptrace.2:1.55 src/lib/libc/sys/ptrace.2:1.56
--- src/lib/libc/sys/ptrace.2:1.55	Sat Jan 14 14:33:18 2017
+++ src/lib/libc/sys/ptrace.2	Sun Jan 15 22:18:11 2017
@@ -1,4 +1,4 @@
-.\"	$NetBSD: ptrace.2,v 1.55 2017/01/14 14:33:18 wiz Exp $
+.\"	$NetBSD: ptrace.2,v 1.56 2017/01/15 22:18:11 kamil Exp $
 .\"
 .\" This file is in the public domain.
 .Dd January 14, 2016
@@ -111,7 +111,7 @@ to help writing portable code as describ
 header.
 Among these symbols,
 there are:
-.Bl -dash -tag
+.Bl -dash
 .It
 .Dv PTRACE_REG_PC
 .It
@@ -704,6 +704,11 @@ No process having the specified process 
 .Sh SEE ALSO
 .Xr sigaction 2 ,
 .Xr signal 7
+.Sh HISTORY
+The
+.Fn ptrace
+function appeared in
+.At v7 .
 .Sh BUGS
 On the SPARC, the PC is set to the provided PC value for
 .Dv PT_CONTINUE

Reply via email to