git: 326f449e2a37 - stable/12 - protect.1: Improve synopsis

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

URL: https://cgit.FreeBSD.org/src/commit/?id=326f449e2a375dc5aec5c6f313a56cc60a3c7f0d

commit 326f449e2a375dc5aec5c6f313a56cc60a3c7f0d
Author:     Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2022-07-07 13:12:50 +0000
Commit:     Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2022-07-21 23:56:59 +0000

    protect.1: Improve synopsis
    
    While here, make the list's -width argument a bit shorter for
    readability.
    
    MFC after:      3 days
    
    (cherry picked from commit cb56f86025b88bc4174aa668b3966886b8420955)
---
 usr.bin/protect/protect.1 | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/usr.bin/protect/protect.1 b/usr.bin/protect/protect.1
index d2910ae761b7..87a8169b1885 100644
--- a/usr.bin/protect/protect.1
+++ b/usr.bin/protect/protect.1
@@ -25,7 +25,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd April 12, 2022
+.Dd July 7, 2022
 .Dt PROTECT 1
 .Os
 .Sh NAME
@@ -37,7 +37,10 @@
 .Ar command
 .Nm
 .Op Fl cdi
-.Fl g Ar pgrp | Fl p Ar pid
+.Fl g Ar pgrp
+.Nm
+.Op Fl cdi
+.Fl p Ar pid
 .Sh DESCRIPTION
 The
 .Nm
@@ -46,7 +49,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 XXXXXXXXXX
+.Bl -tag -width command
 .It Fl c
 Remove protection from the specified processes.
 .It Fl d