summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2009-05-12 08:14:07 +0000
committerwiz <wiz@NetBSD.org>2009-05-12 08:14:07 +0000
commit35cf287cb8a6b4f951f9f865dfd445bf036f42a3 (patch)
treece925ec77ac42743088292d1da1965aff5174fa5 /lib
parent726002a9e15b2016b32e3b4c4a01bba6e0ba1fa0 (diff)
Punctuation nit.
Diffstat (limited to 'lib')
-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.