diff options
author | Russ Cox <rsc@swtch.com> | 2015-02-17 15:36:25 -0500 |
---|---|---|
committer | Russ Cox <rsc@swtch.com> | 2015-02-17 20:53:15 +0000 |
commit | b3a110affa33f0a3c96e06438047913f2db90c91 (patch) | |
tree | 3958d06c75102894c580d75a325c2fc84001ac5c /man/man1 | |
parent | 4eac378eba7b7376621bfb57bb282957ef714628 (diff) | |
download | plan9port-b3a110affa33f0a3c96e06438047913f2db90c91.tar.gz plan9port-b3a110affa33f0a3c96e06438047913f2db90c91.tar.bz2 plan9port-b3a110affa33f0a3c96e06438047913f2db90c91.zip |
man: document font syntaxes
Change-Id: Id441d4df192c47388af6b5da306f14d90f066d18
Reviewed-on: https://plan9port-review.googlesource.com/1173
Reviewed-by: Russ Cox <rsc@swtch.com>
Diffstat (limited to 'man/man1')
-rw-r--r-- | man/man1/9term.1 | 3 | ||||
-rw-r--r-- | man/man1/mc.1 | 11 |
2 files changed, 14 insertions, 0 deletions
diff --git a/man/man1/9term.1 b/man/man1/9term.1 index 33a5b05b..acff6fe9 100644 --- a/man/man1/9term.1 +++ b/man/man1/9term.1 @@ -57,6 +57,9 @@ is not given, uses the imported value of .B $font if set; otherwise it uses the graphics system default. +(See +.IR font (7) +for a full discussion of font syntaxes.) .PP .I 9term runs the given command in the window, or diff --git a/man/man1/mc.1 b/man/man1/mc.1 index 5d3d2939..e914cbab 100644 --- a/man/man1/mc.1 +++ b/man/man1/mc.1 @@ -44,3 +44,14 @@ is printed separately. .I lc in .IR ls (1) +.SH BUGS +On systems with high-DPI screens, +.I 9term +and +.I acme +do not have one current font. +They have a pair of current fonts, one font used when the window +on a low-DPI screen and one used when the window is on a +high-DPI screen. +.I Mc +always uses the low-DPI font for columnation decisions. |