diff options
author | Jeremie Courreges-Anglas <jca@cvs.openbsd.org> | 2017-08-30 17:02:54 +0000 |
---|---|---|
committer | Jeremie Courreges-Anglas <jca@cvs.openbsd.org> | 2017-08-30 17:02:54 +0000 |
commit | dcae3930991f3cb19b6e03690681199c924ff8b2 (patch) | |
tree | a6be4a2bc9360c36130c5b8aac4389d877766bef /bin/ksh/ksh.1 | |
parent | eb6008d114557e9b5cbe1179679c7225ba68cd17 (diff) |
Stop exposing the emacs-usemeta option, and warn when trying to set it.
Unused since 2012, to be removed after 6.2. Input from anton@,
ok anton@ millert@
Diffstat (limited to 'bin/ksh/ksh.1')
-rw-r--r-- | bin/ksh/ksh.1 | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/bin/ksh/ksh.1 b/bin/ksh/ksh.1 index 654884c383f..23b9654bc67 100644 --- a/bin/ksh/ksh.1 +++ b/bin/ksh/ksh.1 @@ -1,8 +1,8 @@ -.\" $OpenBSD: ksh.1,v 1.193 2017/08/19 06:19:42 jmc Exp $ +.\" $OpenBSD: ksh.1,v 1.194 2017/08/30 17:02:53 jca Exp $ .\" .\" Public Domain .\" -.Dd $Mdocdate: August 19 2017 $ +.Dd $Mdocdate: August 30 2017 $ .Dt KSH 1 .Os .Sh NAME @@ -3587,9 +3587,6 @@ character. .It Ic emacs Enable BRL emacs-like command-line editing (interactive shells only); see .Sx Emacs editing mode . -.It Ic emacs-usemeta -In emacs command-line editing, use the 8th bit as meta (^[) prefix. -This is the default. .It Ic gmacs Enable gmacs-like command-line editing (interactive shells only). Currently identical to emacs editing except that transpose (^T) acts slightly |