git: 70c87c092c33 - stable/15 - ctfmerge.1: Fix uniqlabel typos
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 05 Aug 2026 15:56:00 UTC
The branch stable/15 has been updated by ziaee:
URL: https://cgit.FreeBSD.org/src/commit/?id=70c87c092c33d702643599816db44d53bfed0235
commit 70c87c092c33d702643599816db44d53bfed0235
Author: Alexander Ziaee <ziaee@FreeBSD.org>
AuthorDate: 2026-06-30 14:12:03 +0000
Commit: Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2026-08-05 15:54:25 +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 .