diff options
author | Russ Cox <rsc@swtch.com> | 2020-08-15 20:07:38 -0400 |
---|---|---|
committer | Russ Cox <rsc@swtch.com> | 2020-08-15 20:09:40 -0400 |
commit | d32deab17bfffa5bffc5fab3e6577558e40888c5 (patch) | |
tree | 745b19fb64cfbd1fd9d0c6039fe35a1fd85169d3 /man/man1/colors.1 | |
parent | 9843fc0d82c68c78059ccb167e8402def5a4ee1f (diff) | |
download | plan9port-d32deab17bfffa5bffc5fab3e6577558e40888c5.tar.gz plan9port-d32deab17bfffa5bffc5fab3e6577558e40888c5.tar.bz2 plan9port-d32deab17bfffa5bffc5fab3e6577558e40888c5.zip |
tmac: rename IM (italic manual) to MR (manual reference)
Suggested by G. Brandon Robinson.
Diffstat (limited to 'man/man1/colors.1')
-rw-r--r-- | man/man1/colors.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/man1/colors.1 b/man/man1/colors.1 index 27b439e9..b85f3d8b 100644 --- a/man/man1/colors.1 +++ b/man/man1/colors.1 @@ -17,13 +17,13 @@ colors, cmapcube \- display color map .I Colors presents a grid showing the colors in the RGBV color map (see -.IM color (7) ). +.MR color (7) ). .PP Clicking mouse button 1 over a color in the grid will display the map index for that color, its red, green, and blue components, and the 32-bit hexadecimal color value as defined in -.IM allocimage (3) . +.MR allocimage (3) . If the .B -x option is specified, the components will also be listed in hexadecimal. @@ -53,4 +53,4 @@ to black or white. .SH SOURCE .B \*9/src/cmd/draw/colors.c .SH SEE ALSO -.IM color (7) +.MR color (7) |