diff options
author | Paul LeoNerd Evans <leonerd@leonerd.org.uk> | 2012-03-26 19:07:56 +0100 |
---|---|---|
committer | Paul LeoNerd Evans <leonerd@leonerd.org.uk> | 2012-03-26 19:07:56 +0100 |
commit | 6070de26f1ce8e9447054b7e995b577881b0fc15 (patch) | |
tree | a69e7beee0bce6e79975db1854e0eb95d321664e /man | |
parent | 36ab3ba8ea1cf6374ecbfb70dfc393d995441307 (diff) | |
download | termo-6070de26f1ce8e9447054b7e995b577881b0fc15.tar.gz termo-6070de26f1ce8e9447054b7e995b577881b0fc15.tar.xz termo-6070de26f1ce8e9447054b7e995b577881b0fc15.zip |
Fix manpage bug in termkey_start.3
Diffstat (limited to 'man')
-rw-r--r-- | man/termkey_start.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/termkey_start.3 b/man/termkey_start.3 index 22df70f..1de0edf 100644 --- a/man/termkey_start.3 +++ b/man/termkey_start.3 @@ -15,7 +15,7 @@ Link with \fI\-ltermkey\fP. .SH DESCRIPTION \fBtermkey_start\fP() enables the terminal IO operations of the given \fBtermkey\fP(7) instance, including sending a terminal control sequence and setting the \fBtermios\fP(3) modes required. .PP -\fBtermkey_stop\fP() disables terminal IO operations, by reversing the steps taken by \fPtermkey_start\fP(). A newly-constructed \fBtermkey\fP instance will have terminal IO enabled already. +\fBtermkey_stop\fP() disables terminal IO operations, by reversing the steps taken by \fBtermkey_start\fP(). A newly-constructed \fBtermkey\fP instance will have terminal IO enabled already. .PP \fBtermkey_is_started\fP() enquires whether terminal IO is currently enabled. .SH "RETURN VALUE" |