[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[groff] 15/78: pic(1): Protect keywords from hyphenation.
From: |
G. Branden Robinson |
Subject: |
[groff] 15/78: pic(1): Protect keywords from hyphenation. |
Date: |
Fri, 7 Apr 2023 12:17:49 -0400 (EDT) |
gbranden pushed a commit to branch branden-2023-04-07
in repository groff.
commit 04f30fdf43e7c41b150be41c139fbcc663381892
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Mon Mar 27 08:25:34 2023 -0500
pic(1): Protect keywords from hyphenation.
---
src/preproc/pic/pic.1.man | 10 +++++-----
1 file 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,
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [groff] 15/78: pic(1): Protect keywords from hyphenation.,
G. Branden Robinson <=