git: bd1eafcdd02a - main - protect(1): Correct typo and add newline
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 12 Apr 2022 10:40:53 UTC
The branch main has been updated by debdrup (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=bd1eafcdd02a6f559844aafe0dd0df34a356259d
commit bd1eafcdd02a6f559844aafe0dd0df34a356259d
Author: Daniel Ebdrup Jensen <debdrup@FreeBSD.org>
AuthorDate: 2022-04-12 10:38:50 +0000
Commit: Daniel Ebdrup Jensen <debdrup@FreeBSD.org>
CommitDate: 2022-04-12 10:38:50 +0000
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@
---
usr.bin/protect/protect.1 | 7 ++++---
1 file 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