git: 20f0dabb7144 - main - uefi.8: Fix style
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 18 Mar 2022 11:01:38 UTC
The branch main has been updated by 0mp (doc, ports committer): URL: https://cgit.FreeBSD.org/src/commit/?id=20f0dabb71444eed658d75cbe2c381810cac0754 commit 20f0dabb71444eed658d75cbe2c381810cac0754 Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2022-03-18 10:53:10 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2022-03-18 10:53:10 +0000 uefi.8: Fix style MFC after: 3 days --- share/man/man8/uefi.8 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/share/man/man8/uefi.8 b/share/man/man8/uefi.8 index 1d22bb4f6995..6c94f6ca190a 100644 --- a/share/man/man8/uefi.8 +++ b/share/man/man8/uefi.8 @@ -50,7 +50,7 @@ boot process loads system bootstrap code located in an EFI System Partition The ESP is a GPT or MBR partition with a specific identifier that contains an .Xr msdosfs 5 FAT file system with a specified file hierarchy. -.Bl -column -offset indent ".Sy Partition Scheme" ".Sy ESP Identifier" +.Bl -column -offset indent "Partition Scheme" "ESP Identifier" .It Sy "Partition Scheme" Ta Sy "ESP Identifier" .It GPT Ta C12A7328-F81F-11D2-BA4B-00A0C93EC93B .It MBR Ta 0xEF @@ -105,9 +105,9 @@ bootstrap .It Pa /boot/loader.efi Final stage bootstrap .It Pa /boot/kernel/kernel -default kernel +Default kernel .It Pa /boot/kernel.old/kernel -typical non-default kernel (optional) +Typical non-default kernel (optional) .El .Sh SEE ALSO .Xr vt 4 ,