summaryrefslogtreecommitdiff
path: root/lib/libedit
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libedit')
-rw-r--r--lib/libedit/editline.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libedit/editline.3 b/lib/libedit/editline.3
index c115a8b3046..e6e557b8a26 100644
--- a/lib/libedit/editline.3
+++ b/lib/libedit/editline.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: editline.3,v 1.68 2009/05/11 18:33:30 christos Exp $
+.\" $NetBSD: editline.3,v 1.69 2009/05/12 08:14:07 wiz Exp $
.\"
.\" Copyright (c) 1997-2003 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -224,7 +224,7 @@ Define prompt printing function as
which is to return a string that contains the prompt.
.It Dv EL_PROMPT_ESC , Fa "char *(*f)(EditLine *)" , Fa "char c"
Same as
-.Dv EL_PROMPT,
+.Dv EL_PROMPT ,
but the
.Fa c
argument indicates the start/stop literal prompt character.