git: b60835acb984 - stable/14 - ctfmerge.1: Fix uniqlabel typos
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 05 Aug 2026 18:50:48 UTC
The branch stable/14 has been updated by ziaee:
URL: https://cgit.FreeBSD.org/src/commit/?id=b60835acb9841cdc1df9921bca3f4e1f904680b5
commit b60835acb9841cdc1df9921bca3f4e1f904680b5
Author: Alexander Ziaee <ziaee@FreeBSD.org>
AuthorDate: 2026-06-30 14:12:03 +0000
Commit: Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2026-08-05 18:50:32 +0000
ctfmerge.1: Fix uniqlabel typos
The flag is -D, but it was written as a second -d. Add a period too.
MFC after: 3 days
(cherry picked from commit 4f293e32e4529617dd05bd64fd3c22a57a56a355)
---
cddl/usr.bin/ctfmerge/ctfmerge.1 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cddl/usr.bin/ctfmerge/ctfmerge.1 b/cddl/usr.bin/ctfmerge/ctfmerge.1
index 1e371e62c9c5..fecbedb6e467 100644
--- a/cddl/usr.bin/ctfmerge/ctfmerge.1
+++ b/cddl/usr.bin/ctfmerge/ctfmerge.1
@@ -92,9 +92,9 @@ to store the merged CTF data.
.It Fl d Ar uniqfile
Uniquify against
.Ar uniqfile .
-.It Fl d Ar uniqlabel
+.It Fl D Ar uniqlabel
Uniquify against label
-.Ar uniqlabel
+.Ar uniqlabel .
.It Fl w Ar withfile
Additive merge with
.Ar withfile .