diff options
author | davide <davide@FreeBSD.org> | 2013-08-23 14:33:56 +0000 |
---|---|---|
committer | davide <davide@FreeBSD.org> | 2013-08-23 14:33:56 +0000 |
commit | 9e74434e9250dbdfb3b9f71d6371507b4186018e (patch) | |
tree | 3ba51cce34cbac6cc426b670755fc6adf760cf8f /share/man/man9 | |
parent | 01af225f384a4dade5770162da4457093515f9cf (diff) | |
download | FreeBSD-src-9e74434e9250dbdfb3b9f71d6371507b4186018e.zip FreeBSD-src-9e74434e9250dbdfb3b9f71d6371507b4186018e.tar.gz |
- Bump date.
- Small mdoc fix.
Submitted by: pluknet
Diffstat (limited to 'share/man/man9')
-rw-r--r-- | share/man/man9/timeout.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/timeout.9 b/share/man/man9/timeout.9 index 5179d79..2981333 100644 --- a/share/man/man9/timeout.9 +++ b/share/man/man9/timeout.9 @@ -29,7 +29,7 @@ .\" .\" $FreeBSD$ .\" -.Dd February 19, 2013 +.Dd August 23, 2013 .Dt TIMEOUT 9 .Os .Sh NAME @@ -270,7 +270,7 @@ argument. If an .Fa rm argument is specified, the lock should be created without passing the -.It Dv RM_SLEEPABLE +.Dv RM_SLEEPABLE flag. The usable lock classes are currently limited to mutexes, rwlocks and non-sleepable rmlocks, because callout handlers run in softclock swi, |