aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul LeoNerd Evans <leonerd@leonerd.org.uk>2011-09-29 20:18:49 +0100
committerPaul LeoNerd Evans <leonerd@leonerd.org.uk>2011-09-29 20:18:49 +0100
commit34b5d1ec9e2afb06dfcc675d291bc54ea1cf82c0 (patch)
tree35873084906308f62e91ace1ed093cbb55f89f02
parente768f022197aaf1265b0afcdf673a0414f1ab9cd (diff)
downloadtermo-34b5d1ec9e2afb06dfcc675d291bc54ea1cf82c0.tar.gz
termo-34b5d1ec9e2afb06dfcc675d291bc54ea1cf82c0.tar.xz
termo-34b5d1ec9e2afb06dfcc675d291bc54ea1cf82c0.zip
Minor manpage link fixups
-rw-r--r--termkey_set_canonflags.32
-rw-r--r--termkey_set_waittime.32
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"