small fixes from Martin Schulze

This commit is contained in:
Michael Kerrisk 2004-12-01 13:56:47 +00:00
parent 3aadaa6594
commit 6b79fcd53e
1 changed files with 1 additions and 2 deletions

View File

@ -292,7 +292,7 @@ STREAM ioctl() timeout
Operation timed out
.TP
.B ETXTBSY
Test file busy
Text file busy
.TP
.B EWOULDBLOCK
Operation would block (may be same value as
@ -327,7 +327,6 @@ if (somecall() == -1) {
printf("somecall() failed\en");
if (errsv == ...) { ... }
}
.fi
.RE
.SH "SEE ALSO"