diff options
Diffstat (limited to 'share/man/man9/BUF_TIMELOCK.9')
-rw-r--r-- | share/man/man9/BUF_TIMELOCK.9 | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/share/man/man9/BUF_TIMELOCK.9 b/share/man/man9/BUF_TIMELOCK.9 index 4a319cc..067e9dd 100644 --- a/share/man/man9/BUF_TIMELOCK.9 +++ b/share/man/man9/BUF_TIMELOCK.9 @@ -33,15 +33,10 @@ .Nm BUF_TIMELOCK .Nd "Locks a buffer" .Sh SYNOPSIS +.Fd #include <sys/param.h> .Fd #include <sys/buf.h> .Ft int -.Fo BUF_TIMELOCK -.Fa "struct buf *bp" -.Fa "int locktype" -.Fa "char *wmesg" -.Fa "int catch" -.Fa "int timo" -.Fc +.Fn BUF_TIMELOCK "struct buf *bp" "int locktype" "char *wmesg" "int catch" "int timo" .Sh DESCRIPTION The .Nm |