diff options
author | 2000-04-28 00:15:16 +0000 | |
---|---|---|
committer | 2000-04-28 00:15:16 +0000 | |
commit | fd228e4daa37d476b480482884cc13af3a8a9467 (patch) | |
tree | 63cb73c4292778021f2e5e9a2ec24c02304d36ab | |
parent | Crossreference newly added files (diff) | |
download | wireguard-openbsd-fd228e4daa37d476b480482884cc13af3a8a9467.tar.xz wireguard-openbsd-fd228e4daa37d476b480482884cc13af3a8a9467.zip |
man page matching command, better
-rw-r--r-- | sys/arch/i386/isa/pcvt/Util/userkeys/vt220keys.1 | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/sys/arch/i386/isa/pcvt/Util/userkeys/vt220keys.1 b/sys/arch/i386/isa/pcvt/Util/userkeys/vt220keys.1 index d7e0f1a102d..0095e761a3f 100644 --- a/sys/arch/i386/isa/pcvt/Util/userkeys/vt220keys.1 +++ b/sys/arch/i386/isa/pcvt/Util/userkeys/vt220keys.1 @@ -1,9 +1,9 @@ -.\" $OpenBSD: vt220keys.1,v 1.4 1999/09/23 04:12:08 alex Exp $ +.\" $OpenBSD: vt220keys.1,v 1.5 2000/04/28 00:15:16 espie Exp $ .\" -.TH VT220 1 +.TH VT220KEYS 1 .UC 4 .SH NAME -vt220 \- define SHIFTED function keys on VT220 terminal +vt220keys \- define SHIFTED function keys on VT220 terminal .SH SYNTAX .B vt220 [ @@ -11,7 +11,7 @@ vt220 \- define SHIFTED function keys on VT220 terminal ] [ keyname keystring ] ... .SH DESCRIPTION -.I Vt220 +.I Vt220keys sets up a "vt220 terminal" in vt200 mode to allow user definition of the SHIFTED function keys. Each \f2keyname\f1 specified on the command line will be loaded with @@ -21,7 +21,7 @@ F6 F7 F8 F9 F10 F11 ESC F12 BS F13 LF F14 HELP DO F17 F18 F19 F20. \f2Keystrings\f1 must be quoted if spaces, tabs, or shell metacharacters are included. .PP -.B Vt220 +.B Vt220keys expects to receive some combination of option flags and/or argument pair(s), otherwise an usage message is printed. @@ -53,13 +53,13 @@ pairs. The only way to unlock is by turning the power off. .SH EXAMPLES -vt220 -ci +vt220keys -ci .br -vt220 F6 'nroff -ms ' +vt220keys F6 'nroff -ms ' .br -vt220 -i F20 'cc -O -c ' +vt220keys -i F20 'cc -O -c ' .br -vt220 -l HELP man +vt220keys -l HELP man .SH "OTHER FEATURES" Pressing the function keys without using the shift key, generates a string of characters. With @@ -71,15 +71,15 @@ where ^[[17~ is what is generated by pressing the F6 key. Therefore F6 can perform two commands, depending if pressed with/without the SHIFT key. .PP -.B Vt220 +.B Vt220keys can be called from your .login or .profile file. Typically an user will create a initialization file and include a line like .br - vt220 -ci + vt220keys -ci .br OR .br - vt220 -cil + vt220keys -cil .br in the above mentioned files. This way the SHIFTED function keys will be set to your favorite commands when logging in. @@ -103,11 +103,11 @@ ESC key. Here are some available alternatives: The escape character can be generated by typing ^[ (control-[). .sp Use -.B vt220 +.B vt220keys as follows (note ^[ is control-[) .br .in +.5i -vt220 ESC '^[' +vt220keys ESC '^[' .in .br This will require you |