diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-03-12 20:12:44 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-03-12 20:12:44 +0000 |
commit | 14e969b705e70fddba0193246802558b1b85f7fc (patch) | |
tree | 0c243d723b590b9920e91182ca468de8cfffddc0 /usr.sbin | |
parent | fc683899279ea279f5ecf6087bb06cc0403e903d (diff) |
more .Li
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/wsconscfg/wsconscfg.8 | 6 | ||||
-rw-r--r-- | usr.sbin/wsfontload/wsfontload.8 | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/wsconscfg/wsconscfg.8 b/usr.sbin/wsconscfg/wsconscfg.8 index f3c1e7c2bc6..2e2f1d538e0 100644 --- a/usr.sbin/wsconscfg/wsconscfg.8 +++ b/usr.sbin/wsconscfg/wsconscfg.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: wsconscfg.8,v 1.13 2003/02/19 09:01:47 jmc Exp $ +.\" $OpenBSD: wsconscfg.8,v 1.14 2003/03/12 20:12:42 deraadt Exp $ .\" $NetBSD: wsconscfg.8,v 1.5 1999/05/15 14:45:06 drochner Exp $ .\" .\" Copyright (c) 1999 @@ -118,7 +118,7 @@ for details. .\" .Pa /etc/wscons.conf .\" configuration file. .Sh EXAMPLES -.Cm # wsconscfg -t 80x50 -e vt100 1 +.Li # wsconscfg -t 80x50 -e vt100 1 .br .Pp Configure screen 1 (i.e., the second) for type @@ -134,7 +134,7 @@ screen useful. See .Xr wsfontload 8 . ) .Pp -.Cm # wsconscfg -k +.Li # wsconscfg -k .Pp Connect the first unconnected keyboard to the display. .\" .Sh FILES diff --git a/usr.sbin/wsfontload/wsfontload.8 b/usr.sbin/wsfontload/wsfontload.8 index ebfcb32beaa..0e762774dbc 100644 --- a/usr.sbin/wsfontload/wsfontload.8 +++ b/usr.sbin/wsfontload/wsfontload.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: wsfontload.8,v 1.11 2003/02/19 09:01:47 jmc Exp $ +.\" $OpenBSD: wsfontload.8,v 1.12 2003/03/12 20:12:43 deraadt Exp $ .\" $NetBSD: wsfontload.8,v 1.5 1999/04/06 04:54:22 cgd Exp $ .\" .\" Copyright (c) 1999, 2001 @@ -127,7 +127,7 @@ No font files are provided with the wscons framework. The fonts installed by PCVT can be used instead, as can raw font files from other operating system distributions. .Sh EXAMPLES -.Cm "# wsfontload -N myname -h 8 -e ibm /usr/share/misc/pcvtfonts/vt220l.808" +.Li "# wsfontload -N myname -h 8 -e ibm /usr/share/misc/pcvtfonts/vt220l.808" .Pp Load the IBM-encoded 8x8-font from the PCVT distribution. This (or another 8x8-font) is necessary to use the 50-line screen type on |