summaryrefslogtreecommitdiff
path: root/sbin/kbd
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1998-11-28 19:56:38 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1998-11-28 19:56:38 +0000
commitcd366aedac3a1a3126d77df58d0a0861c63e8147 (patch)
tree4ddb2966604fee83a4b374b411294c1952e0a4ad /sbin/kbd
parentb77e710b77930242c29b776114492ab08aa2f1c9 (diff)
kill redundant .Nm macro arguments; other misc fixes
Diffstat (limited to 'sbin/kbd')
-rw-r--r--sbin/kbd/kbd.816
1 files changed, 8 insertions, 8 deletions
diff --git a/sbin/kbd/kbd.8 b/sbin/kbd/kbd.8
index 1a94721d6c8..5b76c55d55a 100644
--- a/sbin/kbd/kbd.8
+++ b/sbin/kbd/kbd.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: kbd.8,v 1.5 1998/09/17 04:14:54 aaron Exp $
+.\" $OpenBSD: kbd.8,v 1.6 1998/11/28 19:56:21 aaron Exp $
.\"
.\" Copyright (c) 1996 Juergen Hannken-Illjes
.\" All rights reserved.
@@ -37,27 +37,27 @@
.Nm kbd
.Nd "set national keyboard translation"
.Sh SYNOPSIS
-.Nm kbd
+.Nm
.Fl l
-.Nm kbd
+.Nm
.Op Fl q
.Ar name
.Sh DESCRIPTION
-.Nm kbd
+.Nm
is used to change the keyboard encoding.
The execution of
-.Nm kbd
+.Nm
normally occurs in the system multi-user initialization file
.Pa /etc/rc
to set a national keyboard layout.
.Pp
If called as
-.Nm kbd
+.Nm
.Fl l ,
all available keyboard encodings are listed.
.Pp
If called as
-.Nm kbd
+.Nm
.Ar name ,
the keyboard encoding will be set to
.Ar name
@@ -65,7 +65,7 @@ and a short message will be printed to stdout.
If the
.Fl q
flag is present,
-.Nm kbd
+.Nm
will be quiet unless an error occurs.
.Sh SEE ALSO
.Xr keycap 5