aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/kbdmap/kbdmap.1
diff options
context:
space:
mode:
authorWolfram Schneider <wosch@FreeBSD.org>1996-08-16 13:26:44 +0000
committerWolfram Schneider <wosch@FreeBSD.org>1996-08-16 13:26:44 +0000
commitb4356447c785c051feb31ce5852b33156eb259c6 (patch)
tree358b94a706b0c99a12778baf9ad6250290424273 /usr.sbin/kbdmap/kbdmap.1
parent0d9bb52dbbd4ba8ba9f5cf058bfbe02dd9ce271a (diff)
downloadsrc-b4356447c785c051feb31ce5852b33156eb259c6.tar.gz
src-b4356447c785c051feb31ce5852b33156eb259c6.zip
New options
-K Run as command kbdmap(1). -V Run as command vidfont(1). -p, -print Print description of available keymaps or fonts to stdout and exit. Document that users should not choose MSDOS codepage keymaps or fonts.
Notes
Notes: svn path=/head/; revision=17631
Diffstat (limited to 'usr.sbin/kbdmap/kbdmap.1')
-rw-r--r--usr.sbin/kbdmap/kbdmap.124
1 files changed, 21 insertions, 3 deletions
diff --git a/usr.sbin/kbdmap/kbdmap.1 b/usr.sbin/kbdmap/kbdmap.1
index dbc2a5a646e6..af193f423802 100644
--- a/usr.sbin/kbdmap/kbdmap.1
+++ b/usr.sbin/kbdmap/kbdmap.1
@@ -34,7 +34,7 @@
.\"
.\" E-Mail: Wolfram Schneider <wosch@cs.tu-berlin.de>
.\"
-.\" $Id: kbdmap.1,v 1.2 1996/01/30 13:49:17 mpp Exp $
+.\" $Id: kbdmap.1,v 1.3 1996/02/11 22:33:15 mpp Exp $
.\"
.Dd Mar 25, 1995
@@ -47,9 +47,12 @@
.Sh SYNOPSIS
.Nm kbdmap
+.Op Fl K
+.Op Fl V
.Op Fl d | Fl default
.Op Fl h | Fl help
.Op Fl l | Fl lang Ar language
+.Op Fl p | Fl print
.Op Fl r | Fl restore
.Op Fl s | Fl show
.Op Fl v | Fl verbose
@@ -62,8 +65,19 @@ do it for fonts.
Both looking in a database for a description. Description is
in English (default) or any other language.
+It is strongly recommended to not choose MSDOS codepage keymaps
+or fonts. Use the ISO standard if available! X11 does not
+support MSDOS codepage.
+
.Sh OPTIONS
.Bl -tag -width Ds
+.It Fl K
+Run as command
+.Xr kbdmap 1 .
+
+.It Fl V
+Run as command
+.Xr vidfont 1 .
.It Fl d , Fl default
Use default language. Ignore $LANG.
@@ -76,12 +90,16 @@ Use
.Ar language
for description and menu
-.It Fl s , Fl show
-Show currently supported languages and exit.
+.It Fl p , Fl print
+Print description of available keymaps or fonts
+to stdout and exit.
.It Fl r , Fl restore
Load default font from /etc/sysconfig
+.It Fl s , Fl show
+Show currently supported languages and exit.
+
.It Fl v , Fl verbose
More warnings.