git: 69b993767a94 - stable/13 - protect(1): Correct typo and add newline

From: Mateusz Piotrowski <0mp_at_FreeBSD.org>
Date: Thu, 21 Jul 2022 23:57:47 UTC
The branch stable/13 has been updated by 0mp (doc, ports committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=69b993767a943a143515c33c75551bbe5be13f9a

commit 69b993767a943a143515c33c75551bbe5be13f9a
Author:     Daniel Ebdrup Jensen <debdrup@FreeBSD.org>
AuthorDate: 2022-04-12 10:38:50 +0000
Commit:     Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2022-07-21 23:56:28 +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@
    
    (cherry picked from commit bd1eafcdd02a6f559844aafe0dd0df34a356259d)
---
 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