diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-10-09 06:34:15 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-10-09 06:34:15 +0000 |
commit | 78a3820d7c72ca33ca89b44c87a2c5fb3d028e1e (patch) | |
tree | 6c306314a72696e38603264ecf0ecf6431d1443c /lib/libkeynote/keynote.3 | |
parent | acd5d55e740e3de51e4e63a4cf80566349e13a99 (diff) |
Better handling of errors in kn_query, update manpage accordingly.
Diffstat (limited to 'lib/libkeynote/keynote.3')
-rw-r--r-- | lib/libkeynote/keynote.3 | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/lib/libkeynote/keynote.3 b/lib/libkeynote/keynote.3 index 04ba4dd7267..820b5ecde67 100644 --- a/lib/libkeynote/keynote.3 +++ b/lib/libkeynote/keynote.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: keynote.3,v 1.11 1999/10/06 19:26:14 angelos Exp $ +.\" $OpenBSD: keynote.3,v 1.12 1999/10/09 06:34:14 angelos Exp $ .\" .\" The author of this code is Angelos D. Keromytis (angelos@dsl.cis.upenn.edu) .\" @@ -547,7 +547,13 @@ indicating the returned value to the query. On failure, it returns \-1 and sets .Va keynote_errno to the same values as -.Xr kn_do_query 3 . +.Xr kn_do_query 3 , +or to +.Er ERROR_MEMORY +if a trusted or untrusted assertion could not be added to the session due +to lack of memory resources. Syntax errors in assertions will not be reported +by +.Fn kn_query . .Pp .Fn kn_encode_base64 converts the data of length |