Module Name: src
Committed By: wiz
Date: Tue May 12 08:14:07 UTC 2009
Modified Files:
src/lib/libedit: editline.3
Log Message:
Punctuation nit.
To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 src/lib/libedit/editline.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libedit/editline.3
diff -u src/lib/libedit/editline.3:1.68 src/lib/libedit/editline.3:1.69
--- src/lib/libedit/editline.3:1.68 Mon May 11 18:33:30 2009
+++ src/lib/libedit/editline.3 Tue May 12 08:14:07 2009
@@ -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 @@
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.