git: d8e36cd2b10f - main - gptboot.efi.8: Fix a typo
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 13 Apr 2023 11:03:44 UTC
The branch main has been updated by 0mp:
URL: https://cgit.FreeBSD.org/src/commit/?id=d8e36cd2b10f78470c1de56337f685c10ce26ed2
commit d8e36cd2b10f78470c1de56337f685c10ce26ed2
Author: Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2023-04-13 11:02:59 +0000
Commit: Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2023-04-13 11:02:59 +0000
gptboot.efi.8: Fix a typo
---
stand/efi/gptboot/gptboot.efi.8 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/stand/efi/gptboot/gptboot.efi.8 b/stand/efi/gptboot/gptboot.efi.8
index 134c5353e9f1..b4231fbf6d0c 100644
--- a/stand/efi/gptboot/gptboot.efi.8
+++ b/stand/efi/gptboot/gptboot.efi.8
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd April 6, 2021
+.Dd April 13, 2023
.Dt GPTBOOT.EFI 8
.Os
.Sh NAME
@@ -274,7 +274,7 @@ gpart set -a bootonce -i 2 ada0
appeared in
.Fx 13.0
.Sh AUTHORS
-This manual page written by
+This manual page was written by
.An Warner Losh Aq imp@FreeBSD.org .
It is based heavily on the
.Xr gptboot 8