diff options
author | ceri <ceri@FreeBSD.org> | 2006-11-18 17:56:59 +0000 |
---|---|---|
committer | ceri <ceri@FreeBSD.org> | 2006-11-18 17:56:59 +0000 |
commit | 0f65401c2bd3bbdaf3f533d8ef5b1e681d230cd8 (patch) | |
tree | 59954dc9809f6cdb094426875151cc88b3eee02f /share/man | |
parent | 92ff1201cf23be1daebcd3a2b730647f8b51a6eb (diff) | |
download | FreeBSD-src-0f65401c2bd3bbdaf3f533d8ef5b1e681d230cd8.zip FreeBSD-src-0f65401c2bd3bbdaf3f533d8ef5b1e681d230cd8.tar.gz |
Have the synopsis compile.
Pointed out by: ru
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man9/p_candebug.9 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/man/man9/p_candebug.9 b/share/man/man9/p_candebug.9 index a24a688..63ff0ac 100644 --- a/share/man/man9/p_candebug.9 +++ b/share/man/man9/p_candebug.9 @@ -27,13 +27,14 @@ .\" .\" $FreeBSD$ .\" -.Dd November 11, 2003 +.Dd November 18, 2006 .Os .Dt P_CANDEBUG 9 .Sh NAME .Nm p_candebug .Nd determine debuggability of a process .Sh SYNOPSIS +.In sys/param.h .In sys/proc.h .Ft int .Fn p_candebug "struct thread *td" "struct proc *p" |