diff options
author | 2005-09-07 07:38:51 +0000 | |
---|---|---|
committer | 2005-09-07 07:38:51 +0000 | |
commit | 6524309b3baabfdc7f877d193337c8d40b8dde96 (patch) | |
tree | c7b86047f80b4b807844e69b9709de3353df0385 | |
parent | Part of Alexandre Ratchov's last umidi diff that should have been committed. (diff) | |
download | wireguard-openbsd-6524309b3baabfdc7f877d193337c8d40b8dde96.tar.xz wireguard-openbsd-6524309b3baabfdc7f877d193337c8d40b8dde96.zip |
LINES and \\ in PS1 prompt are implemented, so remove information
which says they are not;
from matthias kilian (pr #4476);
ok otto@
-rw-r--r-- | bin/ksh/ksh.1 | 4 | ||||
-rw-r--r-- | bin/ksh/sh.1 | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/bin/ksh/ksh.1 b/bin/ksh/ksh.1 index 99dd7b05884..819ab7892fe 100644 --- a/bin/ksh/ksh.1 +++ b/bin/ksh/ksh.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ksh.1,v 1.102 2005/08/21 17:40:42 millert Exp $ +.\" $OpenBSD: ksh.1,v 1.103 2005/09/07 07:38:51 jmc Exp $ .\" .\" Public Domain .\" @@ -1438,7 +1438,6 @@ The line number of the function or shell script that is currently being executed. .It Ev LINES Set to the number of lines on the terminal or window. -Not yet implemented. .It Ev MAIL If set, the user will be informed of the arrival of mail in the named file. This parameter is ignored if the @@ -1618,7 +1617,6 @@ The octal character .Ar nnn . .It Li \e\e Insert a single backslash character. -Note: this sequence is not yet implemented. .It Li \e[ Normally the shell keeps track of the number of characters in the prompt. Use of this sequence turns off that count. diff --git a/bin/ksh/sh.1 b/bin/ksh/sh.1 index 180f538623c..a77f32679df 100644 --- a/bin/ksh/sh.1 +++ b/bin/ksh/sh.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sh.1,v 1.68 2005/08/21 17:40:42 millert Exp $ +.\" $OpenBSD: sh.1,v 1.69 2005/09/07 07:38:51 jmc Exp $ .\" .\" Public Domain .\" @@ -1202,7 +1202,6 @@ The line number of the function or shell script that is currently being executed. .It Ev LINES Set to the number of lines on the terminal or window. -Not yet implemented. .It Ev OLDPWD The previous working directory. Unset if |