diff options
| author | Maxim Konovalov <maxim@FreeBSD.org> | 2004-02-17 13:31:36 +0000 |
|---|---|---|
| committer | Maxim Konovalov <maxim@FreeBSD.org> | 2004-02-17 13:31:36 +0000 |
| commit | ad1218e35e434df80f3f76f7d45e2038392657a1 (patch) | |
| tree | ec3bc902b3eacc96e44a329984acc6c3bd34f423 | |
| parent | a1cc6206fb6a30805d900b21b3ed39fc5c6327a7 (diff) | |
Notes
| -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 0a3cdb3e5c148..ff6ddf433f77b 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 |
