diff --git a/man3/errno.3 b/man3/errno.3 index d248a68d5..327723e8c 100644 --- a/man3/errno.3 +++ b/man3/errno.3 @@ -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"