diff options
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/sleep.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/sleep.9 b/share/man/man9/sleep.9 index 0a3cdb3..ff6ddf4 100644 --- a/share/man/man9/sleep.9 +++ b/share/man/man9/sleep.9 @@ -96,7 +96,7 @@ Sleeps at most .Fa timo \&/ hz seconds (0 means no timeout). If -.Fa pri +.Fa priority includes the .Dv PCATCH flag, signals are checked before and after sleeping, else signals are @@ -124,7 +124,7 @@ is a mutex which will be released before sleeping and reacquired before .Fn msleep returns. If -.Fa pri +.Fa priority includes the .Dv PDROP flag, the |