DragonFly BSD
DragonFly submit List (threaded) for 2006-08
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

sleep(9) fix


From: Francis GUDIN <fgudin@xxxxxxxxx>
Date: 29 Aug 2006 14:23:47 GMT

Hi,

Here's a little fix for sleep(9)'s ERRORS section, hoping I understand
it correctly.

Regards,
Francis.

--
sleep.9.diff:

diff -r fc37e3632c83 share/man/man9/sleep.9
--- a/share/man/man9/sleep.9	Tue Aug 29 07:41:46 2006 +0000
+++ b/share/man/man9/sleep.9	Tue Aug 29 15:07:22 2006 +0200
@@ -151,16 +151,16 @@ if awakened, otherwise an appropriate er
 .Sh ERRORS
 .Bl -tag -width Er
 .It Bq Er EWOULDBLOCK
-The timeout will expire.
+The timeout expired.
 .It Bq Er ERESTART
-The signal needs to be delivered to the system call should and
-it should be restarted if possible.
+A signal needs to be delivered and the system call should
+be restarted if possible.
 This only happens if
 .Dv PCATCH
 was set in
 .Fa flags .
 .It Bq Er EINTR
-The system needs to be interrupted by the signal.
+The system call needs to be interrupted by the signal.
 This only happens if
 .Dv PCATCH
 was set in



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]