svn commit: r254436 - head/share/man/man9

Matt Jacob mjacob at FreeBSD.org
Sat Aug 17 01:17:51 UTC 2013


Author: mjacob
Date: Sat Aug 17 01:17:51 2013
New Revision: 254436
URL: http://svnweb.freebsd.org/changeset/base/254436

Log:
  Correct sentence syntax too.

Modified:
  head/share/man/man9/sleep.9

Modified: head/share/man/man9/sleep.9
==============================================================================
--- head/share/man/man9/sleep.9	Sat Aug 17 01:14:28 2013	(r254435)
+++ head/share/man/man9/sleep.9	Sat Aug 17 01:17:51 2013	(r254436)
@@ -173,15 +173,15 @@ functions take
 .Fa sbt
 parameter instead of
 .Fa timo .
-It allows to specify relative or absolute wakeup time with higher resolution
+It allows the caller to specify relative or absolute wakeup time with higher resolution
 in form of
 .Vt sbintime_t .
 The parameter
 .Fa pr
-allows to specify wanted absolute event precision.
+allows the caller to specify wanted absolute event precision.
 The parameter
 .Fa flags
-allows to pass additional
+allows the caller to pass additional
 .Fn callout_reset_sbt
 flags.
 .Pp


More information about the svn-src-all mailing list