summaryrefslogtreecommitdiff
path: root/sbin/wsconsctl
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>2001-02-16 17:09:59 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>2001-02-16 17:09:59 +0000
commite1d6f505bc1782a84ba89cf6cfffa6afc1024747 (patch)
tree9cfd9dd2ef46b803069050171e6f7cd18b603b12 /sbin/wsconsctl
parenta28436ecc72b1f1ffa0be946ad24b42629ba37ea (diff)
Nicer EXAMPLES format.
Diffstat (limited to 'sbin/wsconsctl')
-rw-r--r--sbin/wsconsctl/wsconsctl.815
1 files changed, 6 insertions, 9 deletions
diff --git a/sbin/wsconsctl/wsconsctl.8 b/sbin/wsconsctl/wsconsctl.8
index 93ae6f59643..87307eeba28 100644
--- a/sbin/wsconsctl/wsconsctl.8
+++ b/sbin/wsconsctl/wsconsctl.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: wsconsctl.8,v 1.3 2001/01/30 06:50:12 aaron Exp $
+.\" $OpenBSD: wsconsctl.8,v 1.4 2001/02/16 17:09:58 aaron Exp $
.\" $NetBSD: wsconsctl.8,v 1.5 1999/09/12 18:47:11 kleink Exp $
.\"
.\" Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -126,14 +126,11 @@ There are currently keyboard encodings for the following
countries: user-defined, US, German, Danish, Italian,
French, British and Japanese.
.Sh EXAMPLES
-The following examples demonstrate the functionality of
-.Nm wsconsctl .
-.Pp
-.Dl wsconsctl -w encoding=uk
+.Cm wsconsctl -w encoding=uk
.Pp
Sets a UK keyboard encoding.
.Pp
-.Dl wsconsctl -w map+="keysym Caps_Lock = Control_L"
+.Cm wsconsctl -w map+="keysym Caps_Lock = Control_L"
.Pp
Modifies the current keyboard encoding so that, when the
.Ar Caps Lock
@@ -145,7 +142,7 @@ to the
.Ar /usr/include/dev/wscons/wsksymdef.h
file.
.Pp
-.Dl wsconsctl -w encoding=us.swapctrlcaps
+.Cm wsconsctl -w encoding=us.swapctrlcaps
.Pp
Sets a US keyboard encoding, with the
.Ar Caps Lock
@@ -160,11 +157,11 @@ by the
.Ar Caps Lock
key is enough - see the previous example for details.
.Pp
-.Dl wsconsctl -w bell.pitch=1200
+.Cm wsconsctl -w bell.pitch=1200
.Pp
Sets the bell pitch to be 1200.
.Pp
-.Dl wsconsctl -w bell.pitch+=200
+.Cm wsconsctl -w bell.pitch+=200
.Pp
Adds 200 to the current pitch of the bell.
.Sh FILES