git: 80e0516736c6 - stable/12 - Fix a typo

Mateusz Piotrowski 0mp at FreeBSD.org
Wed Jan 20 13:22:50 UTC 2021


The branch stable/12 has been updated by 0mp (doc, ports committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=80e0516736c6d257b39c10357c60502f97370e04

commit 80e0516736c6d257b39c10357c60502f97370e04
Author:     Mateusz Piotrowski <0mp at FreeBSD.org>
AuthorDate: 2021-01-07 14:28:29 +0000
Commit:     Mateusz Piotrowski <0mp at FreeBSD.org>
CommitDate: 2021-01-20 13:22:32 +0000

    Fix a typo
    
    (cherry picked from commit 0199cbf641db5f28d258153014fa8a657ae98ea6)
---
 usr.sbin/certctl/certctl.8 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/usr.sbin/certctl/certctl.8 b/usr.sbin/certctl/certctl.8
index 7d4f98995da6..8ca2cd37dee5 100644
--- a/usr.sbin/certctl/certctl.8
+++ b/usr.sbin/certctl/certctl.8
@@ -26,7 +26,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd August 20, 2020
+.Dd January 7, 2021
 .Dt CERTCTL 8
 .Os
 .Sh NAME
@@ -65,7 +65,7 @@ Specify the path of the METALOG file (default: $DESTDIR/METALOG).
 .It Fl n
 No-Op mode, do not actually perform any actions.
 .It Fl v
-be verbose, print details about actions before performing them.
+Be verbose, print details about actions before performing them.
 .It Fl U
 Unprivileged mode, do not change the ownership of created links.
 Do record the ownership in the METALOG file.


More information about the dev-commits-src-all mailing list