diff options
author | Paul LeoNerd Evans <leonerd@leonerd.org.uk> | 2012-04-25 00:59:13 +0100 |
---|---|---|
committer | Paul LeoNerd Evans <leonerd@leonerd.org.uk> | 2012-04-25 00:59:13 +0100 |
commit | af3c0bf378a74408de83dc37b17420ff5cdb37a1 (patch) | |
tree | f3cbf2b5ecb239a17f07966985b8922405ffdd89 /man/termkey_waitkey.3.sh | |
parent | cd57c39191e330ebec43468a0b47c5b6b23a3dc9 (diff) | |
download | termo-af3c0bf378a74408de83dc37b17420ff5cdb37a1.tar.gz termo-af3c0bf378a74408de83dc37b17420ff5cdb37a1.tar.xz termo-af3c0bf378a74408de83dc37b17420ff5cdb37a1.zip |
Many small manpage markup fixes
Diffstat (limited to 'man/termkey_waitkey.3.sh')
-rw-r--r-- | man/termkey_waitkey.3.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/termkey_waitkey.3.sh b/man/termkey_waitkey.3.sh index 5a219b4..7f11228 100644 --- a/man/termkey_waitkey.3.sh +++ b/man/termkey_waitkey.3.sh @@ -29,7 +29,7 @@ No key events are ready and the terminal has been closed, so no more will arrive .B TERMKEY_RES_ERROR An IO error occured. \fIerrno\fP will be preserved. If the error is \fBEINTR\fP then this will only be returned if \fBTERMKEY_FLAG_EINTR\fP flag is not set; if it is then the IO operation will be retried instead. If this is called with terminal IO stopped, due to \fBtermkey_stop\fP(3) then \fIerrno\fP will be set to \fBEINVAL\fP. .SH EXAMPLE -The following example program prints details of every keypress until the user presses "Ctrl-C". +The following example program prints details of every keypress until the user presses \fICtrl-C\fP. .PP .in +4n .nf |