Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/lib/libedit/editline.3,v rcsdiff: /ftp/cvs/cvsroot/src/lib/libedit/editline.3,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- src/lib/libedit/editline.3 1997/10/14 15:05:49 1.6 +++ src/lib/libedit/editline.3 1997/11/09 00:13:52 1.7 @@ -1,4 +1,4 @@ -.\" $NetBSD: editline.3,v 1.6 1997/10/14 15:05:49 christos Exp $ +.\" $NetBSD: editline.3,v 1.7 1997/11/09 00:13:52 lukem Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -507,16 +507,16 @@ Load the history list stored in Save the history list to .Fa file . .El +.Pp +.Fn history +returns 0 if the operation +.Fa op +succeeds. Otherwise, -1 is returned and +.Fa ev +is updated to contain more details about the error. .El .\"XXX.Sh EXAMPLES .\"XXX: provide some examples -.Sh RETURN VALUES -.Ft history -function returns 0 if the operation -.Ft op -succeeds, otherwise -1 is returned and -.Ft ev -is updated to contain more detailes about error. .Sh SEE ALSO .Xr editrc 5 , .Xr sh 1 ,