diff options
author | Frederic Cambus <fcambus@cvs.openbsd.org> | 2020-09-14 09:34:09 +0000 |
---|---|---|
committer | Frederic Cambus <fcambus@cvs.openbsd.org> | 2020-09-14 09:34:09 +0000 |
commit | 139e241955cb27d736b1e10315759a1be2a37053 (patch) | |
tree | 15b8b3f45aec144c694b7d3a10203f39a5b2312b /usr.sbin/wsfontload | |
parent | 312d3075bb717a2521acc4e68172aab477074b21 (diff) |
Document the fact that the maximum size of a font is currently 512 KiB.
The limit is set by the WSDISPLAY_MAXFONTSZ macro.
Diffstat (limited to 'usr.sbin/wsfontload')
-rw-r--r-- | usr.sbin/wsfontload/wsfontload.8 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/wsfontload/wsfontload.8 b/usr.sbin/wsfontload/wsfontload.8 index 237761d0bd7..bead6632468 100644 --- a/usr.sbin/wsfontload/wsfontload.8 +++ b/usr.sbin/wsfontload/wsfontload.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: wsfontload.8,v 1.21 2020/08/16 14:52:36 fcambus Exp $ +.\" $OpenBSD: wsfontload.8,v 1.22 2020/09/14 09:34:08 fcambus Exp $ .\" $NetBSD: wsfontload.8,v 1.5 1999/04/06 04:54:22 cgd Exp $ .\" .\" Copyright (c) 1999, 2001 @@ -25,7 +25,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: August 16 2020 $ +.Dd $Mdocdate: September 14 2020 $ .Dt WSFONTLOAD 8 .Os .Sh NAME @@ -114,6 +114,7 @@ The fonts installed by PCVT can be used instead, as can raw font files from other operating system distributions. .Pp A maximum of 8 fonts can be loaded. +The maximum size of a font is currently 512 KiB. .Sh FILES .Bl -tag -width "/usr/share/misc/pcvtfonts/XX" -compact .\" .It Pa /etc/wscons.conf |