summaryrefslogtreecommitdiffstats
path: root/lib/libcurses
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2008-12-07 08:59:22 +0000
committerjmc <jmc@openbsd.org>2008-12-07 08:59:22 +0000
commitc0ac6fe406e3965068684191dd77f28b41cb7d2c (patch)
tree011f7c654eaa85bc29807fd35b71d45bbdead1f7 /lib/libcurses
parent- use MLINKS for currently enabled drm devices (diff)
downloadwireguard-openbsd-c0ac6fe406e3965068684191dd77f28b41cb7d2c.tar.xz
wireguard-openbsd-c0ac6fe406e3965068684191dd77f28b41cb7d2c.zip
- 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/libcurses')
-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.