diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-09-07 07:38:52 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-09-07 07:38:52 +0000 |
commit | 1917aff98ddad69e06ca420254cc98d80f810c32 (patch) | |
tree | 1b6878573506f24f3edde2d8eeb54f25b10ca22e /bin/ksh | |
parent | b92a2feaf8d81dc1e5032ba9d2d6dc3626d6e8c7 (diff) |
LINES and \\ in PS1 prompt are implemented, so remove information
which says they are not;
from matthias kilian (pr #4476);
ok otto@
Diffstat (limited to 'bin/ksh')
-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 |