gbranden pushed a commit to branch master in repository groff. commit 1081e14bf3ebd14002fd5906434a26e3e1884d6c Author: G. Branden Robinson <g.branden.robin...@gmail.com> AuthorDate: Sun Jun 8 05:08:58 2025 -0500
pic(1): Fix macro usage nits. Fixes: an.tmac:src/preproc/pic/pic.1:1314: style: .BR expects at least 2 arguments, got 1 an.tmac:src/preproc/pic/pic.1:1346: style: .BR expects at least 2 arguments, got 1 --- src/preproc/pic/pic.1.man | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/preproc/pic/pic.1.man b/src/preproc/pic/pic.1.man index b53de3d54..edc542849 100644 --- a/src/preproc/pic/pic.1.man +++ b/src/preproc/pic/pic.1.man @@ -1311,7 +1311,7 @@ for i = 1 to 3 do { . .LP Arbitrary polygons can be drawn using the -.BR polygon +.B polygon keyword followed by a series of n-1 line segments, where n is the number of edges of the polygon. This allows groff to interpret the line segments as a complete object such that the filled and shaded attributes @@ -1343,7 +1343,7 @@ arrow down from last polygon.v4 .LP creates and correctly places a flowchart decision diamond. Note that -.BR .c +.B .c is also available but the compass points will not work as expected and should not be used. . _______________________________________________ groff-commit mailing list groff-commit@gnu.org https://lists.gnu.org/mailman/listinfo/groff-commit