diff options
author | stefanf <stefanf@FreeBSD.org> | 2005-08-09 13:35:48 +0000 |
---|---|---|
committer | stefanf <stefanf@FreeBSD.org> | 2005-08-09 13:35:48 +0000 |
commit | 772393514aa9e290737a60ce301e9e58841108fe (patch) | |
tree | 02e8fdf581025eb028713410c8fba362963cb3f4 /lib/libedit | |
parent | 3bf39f5b5e4b63010fa0ac19177c4ec6a784eb69 (diff) | |
download | FreeBSD-src-772393514aa9e290737a60ce301e9e58841108fe.zip FreeBSD-src-772393514aa9e290737a60ce301e9e58841108fe.tar.gz |
Merge a change I missed in the last commit.
Diffstat (limited to 'lib/libedit')
-rw-r--r-- | lib/libedit/editline.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libedit/editline.3 b/lib/libedit/editline.3 index b733c79..ca02be5 100644 --- a/lib/libedit/editline.3 +++ b/lib/libedit/editline.3 @@ -648,7 +648,7 @@ The caller is responsible for free'ing the string in the returned .Pp The .Fn history -function returns 0 if the operation +function returns \*[Gt]= 0 if the operation .Fa op succeeds. Otherwise, \-1 is returned and |