git: 5f8613c3bdeb - stable/12 - gptboot.8: Fix a typo and fix lint warnings
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 22 Mar 2022 22:27:11 UTC
The branch stable/12 has been updated by 0mp (doc, ports committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=5f8613c3bdebdf7b2c87ad9edcf05beb9b571db1
commit 5f8613c3bdebdf7b2c87ad9edcf05beb9b571db1
Author: Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2022-03-18 09:07:18 +0000
Commit: Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2022-03-22 22:26:23 +0000
gptboot.8: Fix a typo and fix lint warnings
MFC after: 3 days
(cherry picked from commit e405ae30971f390670394814a97c164cd67ad363)
---
stand/i386/gptboot/gptboot.8 | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/stand/i386/gptboot/gptboot.8 b/stand/i386/gptboot/gptboot.8
index 06ccaa37cdce..b812cdbefffc 100644
--- a/stand/i386/gptboot/gptboot.8
+++ b/stand/i386/gptboot/gptboot.8
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd April 30, 2019
+.Dd March 18, 2022
.Dt GPTBOOT 8
.Os
.Sh NAME
@@ -253,7 +253,8 @@ gpart set -a bootonce -i 2 ada0
.Xr gpart 8
.Sh HISTORY
.Nm
-appeared in FreeBSD 7.1.
+appeared in
+.Fx 7.1 .
.Sh AUTHORS
-This manual page written by
+This manual page was written by
.An Warren Block Aq wblock@FreeBSD.org .