Source-Changes-HG archive

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

[src/trunk]: src/lib/libedit Fix double if (from Alexey E. Suslikov via jmc@o...



details:   https://anonhg.NetBSD.org/src/rev/f9b2bbd448db
branches:  trunk
changeset: 584142:f9b2bbd448db
user:      wiz <wiz%NetBSD.org@localhost>
date:      Fri Sep 09 22:32:56 2005 +0000

description:
Fix double if (from Alexey E. Suslikov via jmc@openbsd).
While here, re-word both H_[GS]ETUNIQUE descriptions so they make
more sense. Bump date.

diffstat:

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

diffs (34 lines):

diff -r 04e79850c245 -r f9b2bbd448db lib/libedit/editline.3
--- a/lib/libedit/editline.3    Fri Sep 09 22:23:49 2005 +0000
+++ b/lib/libedit/editline.3    Fri Sep 09 22:32:56 2005 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: editline.3,v 1.48 2005/07/14 15:02:37 wiz Exp $
+.\"    $NetBSD: editline.3,v 1.49 2005/09/09 22:32:56 wiz Exp $
 .\"
 .\" Copyright (c) 1997-2003 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -33,7 +33,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd July 14, 2005
+.Dd September 9, 2005
 .Os
 .Dt EDITLINE 3
 .Sh NAME
@@ -629,11 +629,11 @@
 Save the history list to
 .Fa file .
 .It Dv H_SETUNIQUE , Fa "int unique"
-Set if the adjacent identical event strings should not be entered into
-the history.
+Set flag that adjacent identical event strings should not be entered
+into the history.
 .It Dv H_GETUNIQUE
-Retrieve the current setting if if adjacent elements should be entered into
-the history.
+Retrieve the current setting if adjacent identical elements should
+be entered into the history.
 .It Dv H_DEL , Fa "int num"
 Delete the event numbered
 .Fa e .



Home | Main Index | Thread Index | Old Index