diff options
| author | Mattias Andrée <m@maandree.se> | 2026-02-22 14:05:00 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-02-22 14:05:00 +0100 |
| commit | 678aa0aa40db4dc40ffb086c98ad3a2961b56a3d (patch) | |
| tree | f45dcd083f1fe2dfeae578c406bf7db50ab9230d /libterminput_is_ready.3 | |
| parent | Some fixes and tests (diff) | |
| download | libterminput-1.1.1.tar.gz libterminput-1.1.1.tar.bz2 libterminput-1.1.1.tar.xz | |
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
| -rw-r--r-- | libterminput_is_ready.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libterminput_is_ready.3 b/libterminput_is_ready.3 index c624008..de1e919 100644 --- a/libterminput_is_ready.3 +++ b/libterminput_is_ready.3 @@ -15,13 +15,13 @@ Link with .SH DESCRIPTION The .BR libterminput_is_ready () -function check if a call to the +function checks if a call to the .BR libterminput_read (3) function will skip reading from the file descriptor passed to it because it already has read data buffered. However, if there is buffered data but the library knows it -it not enough to return something they, +is not enough to return anything yet, it will also return that there is nothing buffered. .PP |
