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@
This commit is contained in:
Daniel Ebdrup Jensen 2022-04-12 12:38:50 +02:00
parent 1ea833a572
commit bd1eafcdd0

View File

@ -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