diff options
author | Jessica Clarke <jrtc27@FreeBSD.org> | 2021-02-22 22:27:00 +0000 |
---|---|---|
committer | Jessica Clarke <jrtc27@FreeBSD.org> | 2021-02-22 22:27:00 +0000 |
commit | 963cf6cb0fd7e8708c455ecf567fbc34fe2a7156 (patch) | |
tree | 95220cf347c30348b9ae5c56e881cd7e5722cdcd | |
parent | 61c50cbc096d28e44cb8b627e524ae58158c423a (diff) | |
download | src-963cf6cb0fd7e8708c455ecf567fbc34fe2a7156.tar.gz src-963cf6cb0fd7e8708c455ecf567fbc34fe2a7156.zip |
uefi: Add riscv to historical details
-rw-r--r-- | share/man/man8/uefi.8 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/share/man/man8/uefi.8 b/share/man/man8/uefi.8 index 3ecfe05ac1c4..64bc30139f97 100644 --- a/share/man/man8/uefi.8 +++ b/share/man/man8/uefi.8 @@ -143,5 +143,7 @@ boot support for amd64 first appeared in .Fx 10.1 ; for arm64 in .Fx 11.0 ; -and for armv6 and armv7 in -.Fx 12.0 . +for armv6 and armv7 in +.Fx 12.0 ; +and for riscv in +.Fx 13.0 . |