diff options
| author | Warner Losh <imp@FreeBSD.org> | 2021-02-22 21:39:04 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2021-02-24 18:00:03 +0000 |
| commit | 1df1b4190b41ee3237486e9daa0a751cbc56312d (patch) | |
| tree | 65712665d498cffffd5066d60ae0947078db2c20 | |
| parent | f88db54fd87471802b44520715d8e373ddf86f60 (diff) | |
Restore missing word
"in" got dropped when I shuffled things around.
Noticed by: rpokala@
MFC After: 3 days
(cherry picked from commit f11e9f325aee3459fee94f3a660a8e6c1a25c2ac)
| -rw-r--r-- | share/man/man8/uefi.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man8/uefi.8 b/share/man/man8/uefi.8 index dfc144718f7b..3ecfe05ac1c4 100644 --- a/share/man/man8/uefi.8 +++ b/share/man/man8/uefi.8 @@ -141,7 +141,7 @@ EFI boot support for the ia64 architecture first appeared in .Nm boot support for amd64 first appeared in .Fx 10.1 ; -for arm64 +for arm64 in .Fx 11.0 ; and for armv6 and armv7 in .Fx 12.0 . |
