From 193ecaecfad361aeac03931dfb3156aa0234bfbe Mon Sep 17 00:00:00 2001 From: Matt Jacob Date: Sat, 17 Aug 2013 01:17:51 +0000 Subject: [PATCH] Correct sentence syntax too. --- share/man/man9/sleep.9 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/share/man/man9/sleep.9 b/share/man/man9/sleep.9 index 70ade09f8fb..e0225ee98a4 100644 --- a/share/man/man9/sleep.9 +++ b/share/man/man9/sleep.9 @@ -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