Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Jan 2022 01:06:24 GMT
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 140db0be99f1 - main - efitable(8): Add missing `-u` in the manpage
Message-ID:  <202201280106.20S16ObY099571@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by kib:

URL: https://cgit.FreeBSD.org/src/commit/?id=140db0be99f19343d7feeceea1ce373619e58095

commit 140db0be99f19343d7feeceea1ce373619e58095
Author:     Trond Endrestol <Trond.Endrestol@ximalas.info>
AuthorDate: 2022-01-28 01:04:38 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2022-01-28 01:04:38 +0000

    efitable(8): Add missing `-u` in the manpage
    
    PR:     261524
    MFC after:      3 days
---
 usr.sbin/efitable/efitable.8 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/usr.sbin/efitable/efitable.8 b/usr.sbin/efitable/efitable.8
index 2bea4f9fb2c1..9bc897e66ff4 100644
--- a/usr.sbin/efitable/efitable.8
+++ b/usr.sbin/efitable/efitable.8
@@ -59,7 +59,7 @@ EFI System Resource Table
 .It Cm prop
 EFI Properties Table
 .El
-.It Fl Ar uuid Fl -uuid Ar uuid
+.It Fl u Ar uuid Fl -uuid Ar uuid
 Specify the UUID of the table to print.
 .El
 .Pp



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201280106.20S16ObY099571>