pkg icon indicating copy to clipboard operation
pkg copied to clipboard

pkg-query(8): duplicate %#b

Open nanorkyo opened this issue 1 year ago • 4 comments

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

nanorkyo avatar Dec 23 '23 21:12 nanorkyo

Looks like the first %#b is redundant and can be removed as the second %#b covers the first one.

rilysh avatar Dec 29 '23 04:12 rilysh

@nanorkyo can you spin this patch out into a pull request?

igalic avatar Dec 29 '23 17:12 igalic

@igalic Thank you. I pull-requested, please see also following PR: https://github.com/freebsd/pkg/pull/2216

nanorkyo avatar Dec 30 '23 00:12 nanorkyo

@igalic I retried to pull request #2219

nanorkyo avatar Dec 30 '23 23:12 nanorkyo

fixed in 6222097

bapt avatar Feb 27 '24 12:02 bapt