pkg
pkg copied to clipboard
pkg-query(8): duplicate %#b
I found a duplicate "%#b" description of pkg-query(8) in pkg-1.20.9. Maybe, first "%#b" is garage.
--- docs/pkg-query.8.orig 2023-11-13 22:48:44.000000000 +0900
+++ docs/pkg-query.8 2023-12-24 06:27:04.650597000 +0900
@@ -195,8 +195,6 @@
for users
.It Cm G
for groups
-.It Cm b
-for shared
.It Cm B
for required shared libraries
.It Cm b
Looks like the first %#b is redundant and can be removed as the second %#b covers the first one.
@nanorkyo can you spin this patch out into a pull request?
@igalic Thank you. I pull-requested, please see also following PR: https://github.com/freebsd/pkg/pull/2216
@igalic I retried to pull request #2219
fixed in 6222097