]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - man/keybound.3x
ncurses 6.4 - patch 20230917
[ncurses.git] / man / keybound.3x
index 76825c4c04e97d6c05c7e1341aa876fa45088711..b2dde39c38ab938506de3f91406940047d11327a 100644 (file)
@@ -1,5 +1,5 @@
 .\"***************************************************************************
-.\" Copyright 2018-2021,2022 Thomas E. Dickey                                *
+.\" Copyright 2018-2022,2023 Thomas E. Dickey                                *
 .\" Copyright 1999-2008,2010 Free Software Foundation, Inc.                  *
 .\"                                                                          *
 .\" Permission is hereby granted, free of charge, to any person obtaining a  *
 .\"
 .\" Author: Thomas E. Dickey 1999
 .\"
-.\" $Id: keybound.3x,v 1.15 2022/02/12 20:03:40 tom Exp $
-.TH keybound 3X 2022-02-12 "ncurses 6.4" "Library calls"
+.\" $Id: keybound.3x,v 1.21 2023/09/16 23:38:39 tom Exp $
+.TH keybound 3X 2023-09-16 "ncurses 6.4" "Library calls"
 .SH NAME
-\fBkeybound\fP \- return definition of keycode
+\fB\%keybound\fP \-
+get definition of \fIcurses\fR keycode
 .SH SYNOPSIS
 \fB#include <curses.h>\fP
 .sp
@@ -49,8 +50,8 @@ through multiple definitions, counting from zero.
 When successful,
 the function returns a string which must be freed by the caller.
 .SH PORTABILITY
-These routines are specific to ncurses.
-They were not supported on
+This routine is specific to ncurses.
+It was not supported on
 Version 7, BSD or System V implementations.
 It is recommended that
 any code depending on them be conditioned using NCURSES_VERSION.