diff options
| author | wiz <wiz@NetBSD.org> | 2017-07-03 21:28:48 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2017-07-03 21:28:48 +0000 |
| commit | 56b14ee00121a3a960d2fbe103c85e147ac57103 (patch) | |
| tree | 05478e811140b3d30b452dcff8e4df8bdab6e3f8 /lib/libedit | |
| parent | 7c0084bd3e3114326ae5e7336142439f1d2a10e1 (diff) | |
Remove workaround for ancient HTML generation code.
Diffstat (limited to 'lib/libedit')
| -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 964b38300f0..6b467a4b5f3 100644 --- a/lib/libedit/editline.3 +++ b/lib/libedit/editline.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: editline.3,v 1.95 2017/06/27 23:22:20 christos Exp $ +.\" $NetBSD: editline.3,v 1.96 2017/07/03 21:32:50 wiz Exp $ .\" .\" Copyright (c) 1997-2014 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -860,7 +860,7 @@ The caller is responsible for free'ing the string in the returned .El .Pp .Fn history -returns \*[Gt]= 0 if the operation +returns >= 0 if the operation .Fa op succeeds. Otherwise, \-1 is returned and |
