diff options
author | rsc <devnull@localhost> | 2005-01-11 17:37:33 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-01-11 17:37:33 +0000 |
commit | c3674de413d93503f2106c76c4cdb456d17e0aad (patch) | |
tree | c941641f15616d41d9ab727aba7879cdec9f0e36 /man/man7/plot.7 | |
parent | dcba4bf6bd7d7de6ee16926df2845928de52a41f (diff) | |
download | plan9port-c3674de413d93503f2106c76c4cdb456d17e0aad.tar.gz plan9port-c3674de413d93503f2106c76c4cdb456d17e0aad.tar.bz2 plan9port-c3674de413d93503f2106c76c4cdb456d17e0aad.zip |
use macro for /usr/local/plan9
Diffstat (limited to 'man/man7/plot.7')
-rw-r--r-- | man/man7/plot.7 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/man/man7/plot.7 b/man/man7/plot.7 index 452ab197..d4550f51 100644 --- a/man/man7/plot.7 +++ b/man/man7/plot.7 @@ -269,6 +269,13 @@ one of .BR white , and .BR kblack . +If +.I string +begins with a digit, it is taken to be +a 32-bit number specifying 8 bit each of red, green, blue, and alpha. +For example, +.B 0xFFFF00FF +denotes solid yellow. .TP 10 .BI pe " string" Use |