diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2003-10-31 10:23:23 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2003-10-31 10:23:23 +0000 |
commit | 69412f9916678ebe73285c5104eb73ff514238aa (patch) | |
tree | 64c7a8680e286b29a2cb0185c6b10ac2fa22a198 /lib | |
parent | 1ba775e5d6d04836ba897229e0ee65610c393937 (diff) |
Typo fix from Dries Schellekens <gwyllion at ace dot ulyssis dot org>.
10x
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libedit/editline.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libedit/editline.3 b/lib/libedit/editline.3 index 2ae20ef9cd1..2cfbe6869fd 100644 --- a/lib/libedit/editline.3 +++ b/lib/libedit/editline.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: editline.3,v 1.14 2003/10/31 08:57:10 otto Exp $ +.\" $OpenBSD: editline.3,v 1.15 2003/10/31 10:23:22 otto Exp $ .\" $NetBSD: editline.3,v 1.38 2003/09/26 21:09:13 wiz Exp $ .\" .\" Copyright (c) 1997-1999 The NetBSD Foundation, Inc. @@ -569,7 +569,7 @@ as a new element to the history, and, if necessary, removing the oldest entry to keep the list to the created size. If .Dv H_SETUNIQUE -has been called with a non-zero arguments, the element +has been called with a non-zero argument, the element will not be entered into the history if its contents match the ones of the current history element. If the element is entered |