Module Name: src Committed By: wiz Date: Sat Mar 22 11:35:03 UTC 2014
Modified Files: src/share/man/man9: ltsleep.9 Log Message: New sentence, new line; slight wording improvements. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/share/man/man9/ltsleep.9 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/share/man/man9/ltsleep.9 diff -u src/share/man/man9/ltsleep.9:1.16 src/share/man/man9/ltsleep.9:1.17 --- src/share/man/man9/ltsleep.9:1.16 Sat Mar 22 11:25:54 2014 +++ src/share/man/man9/ltsleep.9 Sat Mar 22 11:35:03 2014 @@ -1,4 +1,4 @@ -.\" $NetBSD: ltsleep.9,v 1.16 2014/03/22 11:25:54 skrll Exp $ +.\" $NetBSD: ltsleep.9,v 1.17 2014/03/22 11:35:03 wiz Exp $ .\" .\" Copyright (c) 1996, 2002, 2007 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -139,7 +139,8 @@ function takes an additional argument an .It Fa mtx A .Xr mutex 9 -representing the lock protecting the data-structures. On entry +representing the lock protecting the data-structures. +On entry .Fn mtsleep will release the lock and re-acquire the lock on return. .It Fa priority @@ -191,7 +192,7 @@ If .Fn tsleep and .Fn mtsleep -returns because of a timeout it returns +return because of a timeout, the return value is .Er EWOULDBLOCK . .Sh MIGRATING TO CONDVAR Note the conversion from tsleep/wakeup into @@ -200,7 +201,7 @@ should not be done mechanically i.e. .Dq blindly . Code logic should be understood before changing, and it may also need to be revisited for the change. -Please also read +Please also read the .Xr condvar 9 man page. .Pp