git: d2859cd9e33c - main - uefisign.8: fix indent
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 29 Mar 2025 20:48:18 UTC
The branch main has been updated by mhorne: URL: https://cgit.FreeBSD.org/src/commit/?id=d2859cd9e33c26dd792c113fbe16460bfde44035 commit d2859cd9e33c26dd792c113fbe16460bfde44035 Author: Mitchell Horne <mhorne@FreeBSD.org> AuthorDate: 2025-03-29 20:45:47 +0000 Commit: Mitchell Horne <mhorne@FreeBSD.org> CommitDate: 2025-03-29 20:48:06 +0000 uefisign.8: fix indent The current version has every item description beginning on a new line; not the intention. --- usr.sbin/uefisign/uefisign.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/uefisign/uefisign.8 b/usr.sbin/uefisign/uefisign.8 index 753751ce5c75..e80fa8737d48 100644 --- a/usr.sbin/uefisign/uefisign.8 +++ b/usr.sbin/uefisign/uefisign.8 @@ -48,7 +48,7 @@ utility signs PE binary files using Authenticode scheme, as required by UEFI Secure Boot specification. Alternatively, it can be used to view and verify existing signatures. These options are available: -.Bl -tag -width ".Fl l" +.Bl -tag -width indent .It Fl V Determine whether the file is signed. Note that this does not verify the correctness of the signature;