pages*: fix names of operating systems (#12140)

This commit is contained in:
Vitor Henrique
2024-02-01 17:04:38 -03:00
committed by GitHub
parent 2d0bcd754b
commit bcfadedad0
6 changed files with 7 additions and 7 deletions

View File

@@ -23,6 +23,6 @@
`grub-file --is-x86-linux {{path/to/file}}`
- Check if a file is an x86_64 XNU image (Mac OS X kernel):
- Check if a file is an x86_64 XNU image (macOS kernel):
`grub-file --is-x86_64-xnu {{path/to/file}}`