From 34b5d1ec9e2afb06dfcc675d291bc54ea1cf82c0 Mon Sep 17 00:00:00 2001 From: Paul LeoNerd Evans Date: Thu, 29 Sep 2011 20:18:49 +0100 Subject: [PATCH] Minor manpage link fixups --- termkey_set_canonflags.3 | 2 +- termkey_set_waittime.3 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/termkey_set_canonflags.3 b/termkey_set_canonflags.3 index f5332be..2bc125c 100644 --- a/termkey_set_canonflags.3 +++ b/termkey_set_canonflags.3 @@ -13,7 +13,7 @@ Link with \fI-ltermkey\fP. .SH DESCRIPTION \fBtermkey_set_canonflags\fP() changes the set of canonicalisation flags in the termkey instance to those given by \fInewflags\fP. For detail on the available flags and their meaning, see \fBtermkey_set_canonflags\fP(3). .PP -\fBtermkey_get_canonflags\fP() returns the value set by the last call to \fBtermkey_set_canonflags\fP(). +\fBtermkey_get_canonflags\fP() returns the value set by the last call to \fBtermkey_canonicalise\fP(). .SH "RETURN VALUE" \fBtermkey_set_flags\fP() returns no value. \fBtermkey_get_flags\fP() returns the current canonicalisation flags. .SH "SEE ALSO" diff --git a/termkey_set_waittime.3 b/termkey_set_waittime.3 index 67aa6ad..0cc042f 100644 --- a/termkey_set_waittime.3 +++ b/termkey_set_waittime.3 @@ -11,7 +11,7 @@ termkey_set_waittime, termkey_get_waittime \- control the wait time for multibyt .sp Link with \fI-ltermkey\fP. .SH DESCRIPTION -\fBtermkey_set_waittime\fP() sets the number of miliseconds that \fBtermkey_wait\fP(3) will wait for the remaining bytes of a multibyte sequence if it detects the start of a partially-complete one. +\fBtermkey_set_waittime\fP() sets the number of miliseconds that \fBtermkey_waitkey\fP(3) will wait for the remaining bytes of a multibyte sequence if it detects the start of a partially-complete one. .PP \fBtermkey_get_waittime\fP() returns the value set by the last call to \fBtermkey_set_waittime\fP(), or the default value if a different has not been set. .SH "RETURN VALUE"