From 9648f52cb9d3d5164cc514be688dc5947e42dc66 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Fri, 20 Sep 2013 16:05:09 +0000 Subject: [PATCH] Correct stale comments. Approved by: re (joel) --- usr.bin/protect/protect.1 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/usr.bin/protect/protect.1 b/usr.bin/protect/protect.1 index 6ba5d0e9d600..919714e9a1dc 100644 --- a/usr.bin/protect/protect.1 +++ b/usr.bin/protect/protect.1 @@ -83,9 +83,7 @@ Remove protection from all current and future processes: .Pp .Dl "protect -cdi -p 1" .Sh SEE ALSO -.Xr pprotect 2 +.Xr procctl 2 .Sh BUGS If you protect a runaway process that allocates all memory the system will deadlock. -.Pp -Inheritance of the protected state is not yet implemented.