diff options
author | jhb <jhb@FreeBSD.org> | 2013-09-20 16:05:09 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2013-09-20 16:05:09 +0000 |
commit | e0705f6378f45a0a074c7ff0fc6f39e1c2c255a1 (patch) | |
tree | f12d61d9da7f3b3fb41ee9b91b780a2abe1287a8 /usr.bin/protect | |
parent | 2a7d79cb157699276bc9f3528b6113b83849c881 (diff) | |
download | FreeBSD-src-e0705f6378f45a0a074c7ff0fc6f39e1c2c255a1.zip FreeBSD-src-e0705f6378f45a0a074c7ff0fc6f39e1c2c255a1.tar.gz |
Correct stale comments.
Approved by: re (joel)
Diffstat (limited to 'usr.bin/protect')
-rw-r--r-- | usr.bin/protect/protect.1 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/protect/protect.1 b/usr.bin/protect/protect.1 index 6ba5d0e..919714e 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. |