aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/protect
diff options
context:
space:
mode:
authorDaniel Ebdrup Jensen <debdrup@FreeBSD.org>2022-04-12 10:38:50 +0000
committerDaniel Ebdrup Jensen <debdrup@FreeBSD.org>2022-04-12 10:38:50 +0000
commitbd1eafcdd02a6f559844aafe0dd0df34a356259d (patch)
tree0ec78e9a44df5eed385d9dffe51319dd863235f9 /usr.bin/protect
parent1ea833a57290e04a5dfa8eebd6d4fa28204a807b (diff)
downloadsrc-bd1eafcdd02a6f559844aafe0dd0df34a356259d.tar.gz
src-bd1eafcdd02a6f559844aafe0dd0df34a356259d.zip
protect(1): Correct typo and add newline
Fix a typo, and move a sentence onto a new line in accordance with mdoc(7) syntax. While here, also remember to bump .Dd accordingly, as it was missed in the prior commit. Reported by: maxim@
Diffstat (limited to 'usr.bin/protect')
-rw-r--r--usr.bin/protect/protect.17
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.bin/protect/protect.1 b/usr.bin/protect/protect.1
index d27a8898dad5..d2910ae761b7 100644
--- a/usr.bin/protect/protect.1
+++ b/usr.bin/protect/protect.1
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd May 18, 2021
+.Dd April 12, 2022
.Dt PROTECT 1
.Os
.Sh NAME
@@ -102,10 +102,11 @@ In the above example
.Nm P
points at the protected flag and
.Nm PI
-points at the iheritance flag.
+points at the inheritance flag.
The process is protected if
.Nm P
-bit is set to 1. All children of this process will also be protected if
+bit is set to 1.
+All children of this process will also be protected if
.Nm PI
bit is set to 1.
.Sh SEE ALSO