--- src/share/man/man9/sleep.9 2004/07/16 05:04:36 1.4 +++ src/share/man/man9/sleep.9 2006/01/01 00:53:28 1.4.4.1 @@ -150,16 +150,16 @@ function returns if awakened, otherwise an appropriate error code is returned. .Sh ERRORS .Bl -tag -width Er -.It Bq EWOULDBLOCK +.It Bq Er EWOULDBLOCK The timeout will expire. -.It Bq ERESTART +.It Bq Er ERESTART The signal needs to be delivered to the system call should and it should be restarted if possible. This only happens if .Dv PCATCH was set in .Fa flags . -.It Bq EINTR +.It Bq Er EINTR The system needs to be interrupted by the signal. This only happens if .Dv PCATCH