diff options
author | joel <joel@FreeBSD.org> | 2013-09-19 19:43:38 +0000 |
---|---|---|
committer | joel <joel@FreeBSD.org> | 2013-09-19 19:43:38 +0000 |
commit | bd6ef8adfa4c92d005ce09a50271de26ac76a1df (patch) | |
tree | 50ce98726490d7cc52799cbbf7b279a243b19183 /usr.bin | |
parent | c6151e30b1f342db038baea021193c846e849b34 (diff) | |
download | FreeBSD-src-bd6ef8adfa4c92d005ce09a50271de26ac76a1df.zip FreeBSD-src-bd6ef8adfa4c92d005ce09a50271de26ac76a1df.tar.gz |
Minor mdoc improvements.
Approved by: re (blanket)
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/protect/protect.1 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/protect/protect.1 b/usr.bin/protect/protect.1 index 5a494ee..6ba5d0e 100644 --- a/usr.bin/protect/protect.1 +++ b/usr.bin/protect/protect.1 @@ -46,7 +46,7 @@ The kernel does not kill protected processes when swap space is exhausted. Note that this protected state is not inherited by child processes by default. .Pp The options are: -.Bl -tag -width indent +.Bl -tag -width XXXXXXXXXX .It Fl c Remove protection from the specified processes. .It Fl d @@ -74,9 +74,11 @@ flags may be specified when adjusting the state of existing processes. Mark the Xorg server as protected: .Pp .Dl "pgrep Xorg | xargs protect -p" +.Pp Protect all ssh sessions and their child processes: .Pp .Dl "pgrep sshd | xargs protect -dip" +.Pp Remove protection from all current and future processes: .Pp .Dl "protect -cdi -p 1" |