From 35cf287cb8a6b4f951f9f865dfd445bf036f42a3 Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 12 May 2009 08:14:07 +0000 Subject: Punctuation nit. --- lib/libedit/editline.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libedit') 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. -- cgit