summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorG. Branden Robinson <g.branden.robinson@gmail.com>2023-03-27 08:25:34 -0500
committerG. Branden Robinson <g.branden.robinson@gmail.com>2023-04-01 10:33:39 -0500
commit04f30fdf43e7c41b150be41c139fbcc663381892 (patch)
tree558a9e63ac554f9b25aa597b4f11db4b3180b5f0 /src
parent2fba2329adb582e26ddfa8cf7909ab538f7ae87b (diff)
downloadgroff-git-04f30fdf43e7c41b150be41c139fbcc663381892.tar.gz
pic(1): Protect keywords from hyphenation.
Diffstat (limited to 'src')
-rw-r--r--src/preproc/pic/pic.1.man10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/preproc/pic/pic.1.man b/src/preproc/pic/pic.1.man
index ac2864189..b422b3e76 100644
--- a/src/preproc/pic/pic.1.man
+++ b/src/preproc/pic/pic.1.man
@@ -1161,7 +1161,7 @@ but output devices may provide a mechanism for changing this.
.
Without an argument,
then the value of the variable
-.B fillval
+.B \%fillval
will be used.
.
Initially,
@@ -1176,7 +1176,7 @@ so that the text will not be obscured by the filling.
.
.P
Additional modifiers are available to draw colored objects:
-.BR outline [ d ]
+.BR \%outline [ d ]
sets the color of the outline,
.B shaded
the fill color,
@@ -1198,7 +1198,7 @@ Device macro files like
.I ps.tmac
declare color names;
you can define additional ones with the
-.B defcolor
+.B \%defcolor
request
(see
.MR groff @MAN7EXT@ ).
@@ -1207,7 +1207,7 @@ request
.LP
To change the name of the vbox in \*[tx] mode,
set the pseudo-variable
-.B figname
+.B \%figname
(which is actually a specially parsed command)
within a picture.
.
@@ -1486,7 +1486,7 @@ are rejected even in \*[tx] mode.
.
.LP
The interpretation of
-.B fillval
+.B \%fillval
is incompatible with the
.I pic \" AT&T
in Tenth Edition Research Unix,