summaryrefslogtreecommitdiff
path: root/bin/ksh/ksh.1
diff options
context:
space:
mode:
authorOtto Moerbeek <otto@cvs.openbsd.org>2006-05-29 18:22:25 +0000
committerOtto Moerbeek <otto@cvs.openbsd.org>2006-05-29 18:22:25 +0000
commitd7495aa806c73e8d51b2f8c98a766f5e7d2258d3 (patch)
tree01e527d718802be2e2a1f2b89d988b5190b45250 /bin/ksh/ksh.1
parent407dcc19ca6759aa3052ee762e44d1239a87b442 (diff)
Implement \$ and \# expansion for PS1. Whoever thought it a clever
idea to assign a special meaning to "\$" -- two chars that are already (very) special -- deserves a spanking.
Diffstat (limited to 'bin/ksh/ksh.1')
-rw-r--r--bin/ksh/ksh.14
1 files changed, 1 insertions, 3 deletions
diff --git a/bin/ksh/ksh.1 b/bin/ksh/ksh.1
index 2714ada803f..7c43779fc8d 100644
--- a/bin/ksh/ksh.1
+++ b/bin/ksh/ksh.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ksh.1,v 1.112 2006/04/22 14:10:36 jmc Exp $
+.\" $OpenBSD: ksh.1,v 1.113 2006/05/29 18:22:24 otto Exp $
.\"
.\" Public Domain
.\"
@@ -1634,7 +1634,6 @@ The current history number
(see
.Sq \e# ,
below).
-Note: this sequence is not yet implemented.
.It Li \e#
The current command number.
This could be different to the current history number,
@@ -1647,7 +1646,6 @@ The default prompt i.e.\&
if the effective UID is 0,
otherwise
.Sq $ \& .
-Note: this sequence is not yet implemented.
.It Li \e Ns Ar nnn
The octal character
.Ar nnn .