Fix some typoes in termkey_set_canonflags.3

This commit is contained in:
Paul LeoNerd Evans 2012-01-21 00:53:35 +00:00
parent dc5ce23316
commit 61e304c6b4
1 changed files with 2 additions and 2 deletions

View File

@ -13,9 +13,9 @@ Link with \fI-ltermkey\fP.
.SH DESCRIPTION .SH DESCRIPTION
\fBtermkey_set_canonflags\fP() changes the set of canonicalisation flags in the \fBtermkey\fP(7) instance to those given by \fInewflags\fP. For detail on the available flags and their meaning, see the \fBtermkey\fP manpage. \fBtermkey_set_canonflags\fP() changes the set of canonicalisation flags in the \fBtermkey\fP(7) instance to those given by \fInewflags\fP. For detail on the available flags and their meaning, see the \fBtermkey\fP manpage.
.PP .PP
\fBtermkey_get_canonflags\fP() returns the value set by the last call to \fBtermkey_canonicalise\fP(). \fBtermkey_get_canonflags\fP() returns the value set by the last call to \fBtermkey_set_canonflags\fP().
.SH "RETURN VALUE" .SH "RETURN VALUE"
\fBtermkey_set_flags\fP() returns no value. \fBtermkey_get_flags\fP() returns the current canonicalisation flags. \fBtermkey_set_canonflags\fP() returns no value. \fBtermkey_get_canonflags\fP() returns the current canonicalisation flags.
.SH "SEE ALSO" .SH "SEE ALSO"
.BR termkey_canonicalise (3), .BR termkey_canonicalise (3),
.BR termkey (7) .BR termkey (7)