diff options
author | charnier <charnier@FreeBSD.org> | 2003-02-06 11:25:03 +0000 |
---|---|---|
committer | charnier <charnier@FreeBSD.org> | 2003-02-06 11:25:03 +0000 |
commit | 5a2f1bee2159f0334a4c05979cebccb2e391f029 (patch) | |
tree | 540be728fd0ec8feb681a30041f5951bfc45c5ac /lib/libedit | |
parent | dcd974373cb82e10f6b4dec36d4520b3ad7038c4 (diff) | |
download | FreeBSD-src-5a2f1bee2159f0334a4c05979cebccb2e391f029.zip FreeBSD-src-5a2f1bee2159f0334a4c05979cebccb2e391f029.tar.gz |
The .Fn function
Diffstat (limited to 'lib/libedit')
-rw-r--r-- | lib/libedit/editline.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libedit/editline.3 b/lib/libedit/editline.3 index e0408c8..3b899a4 100644 --- a/lib/libedit/editline.3 +++ b/lib/libedit/editline.3 @@ -557,8 +557,9 @@ Save the history list to .Fa file . .El .Pp +The .Fn history -returns 0 if the operation +function returns 0 if the operation .Fa op succeeds. Otherwise, \-1 is returned and |