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/sh.1 | |
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/sh.1')
-rw-r--r-- | bin/ksh/sh.1 | 3 |
1 files changed, 1 insertions, 2 deletions
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 |