diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2001-03-22 21:34:06 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2001-03-22 21:34:06 +0000 |
commit | a7a89a0e1677b088e0c8ca5676b790b183b537bc (patch) | |
tree | 6197ef085149d298adbbb551cb864ae1c4c8eeaa /lib/libkeynote | |
parent | 4cb4e7d86f711cb01555489038179d81924ba794 (diff) |
it is kn_add_action, not keynote_add_action
Diffstat (limited to 'lib/libkeynote')
-rw-r--r-- | lib/libkeynote/keynote.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libkeynote/keynote.3 b/lib/libkeynote/keynote.3 index 9727ec85a80..16fc40367d6 100644 --- a/lib/libkeynote/keynote.3 +++ b/lib/libkeynote/keynote.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: keynote.3,v 1.26 2000/09/17 02:11:12 aaron Exp $ +.\" $OpenBSD: keynote.3,v 1.27 2001/03/22 21:34:05 millert Exp $ .\" .\" The author of this code is Angelos D. Keromytis (angelos@dsl.cis.upenn.edu) .\" @@ -287,7 +287,7 @@ is particularly useful when the action attribute set is particularly large. .Pp On success, -.Xr keynote_add_action 3 +.Xr kn_add_action 3 returns 0. On failure, it returns \-1 and sets .Va keynote_errno to .Er ERROR_NOTFOUND |