Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libedit Close quoting.



details:   https://anonhg.NetBSD.org/src/rev/13bb828174d0
branches:  trunk
changeset: 522510:13bb828174d0
user:      wiz <wiz%NetBSD.org@localhost>
date:      Wed Feb 20 11:54:16 2002 +0000

description:
Close quoting.

diffstat:

 lib/libedit/editline.3 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e6a67f7793ec -r 13bb828174d0 lib/libedit/editline.3
--- a/lib/libedit/editline.3    Wed Feb 20 11:53:02 2002 +0000
+++ b/lib/libedit/editline.3    Wed Feb 20 11:54:16 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: editline.3,v 1.26 2002/02/07 07:00:44 ross Exp $
+.\"    $NetBSD: editline.3,v 1.27 2002/02/20 11:54:16 wiz Exp $
 .\"
 .\" Copyright (c) 1997-1999 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -303,7 +303,7 @@
 .It Dv EL_ADDFN , Xo
 .Fa "const char *name" ,
 .Fa "const char *help" ,
-.Fa "unsigned char (*func)(EditLine *e, int ch)
+.Fa "unsigned char (*func)(EditLine *e, int ch)"
 .Xc
 Add a user defined function,
 .Fn func ,



Home | Main Index | Thread Index | Old Index