summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormaxim <maxim@FreeBSD.org>2004-02-17 13:31:36 +0000
committermaxim <maxim@FreeBSD.org>2004-02-17 13:31:36 +0000
commit180ac35cac1b391fa9fb698f9b690a29311b3132 (patch)
treeec3bc902b3eacc96e44a329984acc6c3bd34f423
parent35850f8433df95b24bbb318bb5ccfe8bb33e939b (diff)
downloadFreeBSD-src-180ac35cac1b391fa9fb698f9b690a29311b3132.zip
FreeBSD-src-180ac35cac1b391fa9fb698f9b690a29311b3132.tar.gz
o Be consistent with the declaration: pri -> priority.
Spotted by: Dmitry Rzhavin MFC after: 1 week
-rw-r--r--share/man/man9/sleep.94
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
OpenPOWER on IntegriCloud