diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2005-07-06 12:57:38 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2005-07-06 12:57:38 +0000 |
| commit | 2bc2f4798feabd972879ff8f1633b08e337f57e1 (patch) | |
| tree | 7c2c27db04f020b2ec55c5e24bf135161c5d0b84 /man2/select.2 | |
| parent | 06795d3a1f10b71e1da07ac269240455d40e62b3 (diff) | |
| download | man-pages-2bc2f4798feabd972879ff8f1633b08e337f57e1.tar.gz | |
hyphen/dash fixes
Diffstat (limited to 'man2/select.2')
| -rw-r--r-- | man2/select.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man2/select.2 b/man2/select.2 index e63b97726e..a62ffaa900 100644 --- a/man2/select.2 +++ b/man2/select.2 @@ -283,7 +283,7 @@ main(void) { retval = select(1, &rfds, NULL, NULL, &tv); /* Don't rely on the value of tv now! */ - if (retval == -1) + if (retval == \-1) perror("select()"); else if (retval) printf("Data is available now.\\n"); |
