From 0f65401c2bd3bbdaf3f533d8ef5b1e681d230cd8 Mon Sep 17 00:00:00 2001 From: ceri Date: Sat, 18 Nov 2006 17:56:59 +0000 Subject: [PATCH] Have the synopsis compile. Pointed out by: ru --- share/man/man9/p_candebug.9 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/share/man/man9/p_candebug.9 b/share/man/man9/p_candebug.9 index a24a6886dfd7..63ff0acfe2ad 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"