summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2008-12-07 08:59:23 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2008-12-07 08:59:23 +0000
commitebe414cc8d4e025f8ceb56e63d00c741eb8095e1 (patch)
tree38f2cc9ee905a8016323c3ac13d251b23bf08008 /lib
parent872845b258a6ff49ed0d2e515e77ec109f5d3dcd (diff)
- man page name is keybound, not keyok
- returned type is char *, not int from Frederic Culot, documentation/6019 first issue sent upstream (second already fixed)
Diffstat (limited to 'lib')
-rw-r--r--lib/libcurses/keybound.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcurses/keybound.3 b/lib/libcurses/keybound.3
index f98ec445d07..bad5d9e4486 100644
--- a/lib/libcurses/keybound.3
+++ b/lib/libcurses/keybound.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: keybound.3,v 1.1 1999/02/24 06:31:07 millert Exp $
+.\" $OpenBSD: keybound.3,v 1.2 2008/12/07 08:59:22 jmc Exp $
.\"
.\"***************************************************************************
.\" Copyright (c) 1999 Free Software Foundation, Inc. *
@@ -31,14 +31,14 @@
.\" Author: Thomas E. Dickey <dickey@clark.net> 1999
.\"
.\" $From: keybound.3x,v 1.1 1999/02/19 11:59:24 tom Exp $
-.TH keyok 3 ""
+.TH keybound 3 ""
.SH NAME
\fBkeybound\fP \- return definition of keycode
..
.SH SYNOPSIS
\fB#include <curses.h>\fP
-\fBint keybound(int keycode, int count);\fP
+\fBchar * keybound(int keycode, int count);\fP
..
.SH DESCRIPTION
This is an extension to the curses library.