aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2013-05-09 10:55:36 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2013-05-09 10:55:36 +0000
commitdde73ecb9ebe26eee6db660373b7ee8bb9e3bae2 (patch)
treecea035c022ed5f5a138dc3d8d5f90e70f69a230f /doc
parent467eac6072252e67384b23bc2aebb443540d231d (diff)
downloadgdbm-dde73ecb9ebe26eee6db660373b7ee8bb9e3bae2.tar.gz
gdbm-dde73ecb9ebe26eee6db660373b7ee8bb9e3bae2.tar.bz2
Add new prompt escapes.
* src/testgdbm.c: New prompt escapes: %p, %P, %v, %_. Change default prompt to %p>%_. * doc/gdbmtool.1: Document new prompt escapes.
Diffstat (limited to 'doc')
-rw-r--r--doc/gdbmtool.18
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/gdbmtool.1 b/doc/gdbmtool.1
index e6a8f2a..1c2d2c4 100644
--- a/doc/gdbmtool.1
+++ b/doc/gdbmtool.1
@@ -15,3 +15,3 @@
.\" along with GDBM. If not, see <http://www.gnu.org/licenses/>. */
-.TH GDBM_DUMP 1 "May 8, 2013" "GDBM" "GDBM User Reference"
+.TH GDBM_DUMP 1 "May 9, 2013" "GDBM" "GDBM User Reference"
.SH NAME
@@ -191,4 +191,10 @@ replaced in the generated prompt as follows:
\fB%f\fR name of the db file
+ \fB%p\fR program name
+ \fB%P\fR package name (\fBgdbm\fR)
+ \fB%_\fR horizontal space (\fBASCII\fR 32)
+ \fB%v\fR program version
\fB%%\fR \fB%\fR
.fi
+.sp
+The default prompt is \fB%p>%_\fR.
.TP

Return to:

Send suggestions and report system problems to the System administrator.