aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/BUF_TIMELOCK.9
diff options
context:
space:
mode:
authorAlfred Perlstein <alfred@FreeBSD.org>2001-07-11 03:51:44 +0000
committerAlfred Perlstein <alfred@FreeBSD.org>2001-07-11 03:51:44 +0000
commit0ef36920de3bcc0f8591af5fcc9157be26dcb38a (patch)
tree39d5f9ab14f3c91882b071c554d92fd40db66f87 /share/man/man9/BUF_TIMELOCK.9
parent17bbfb5897133ad47926c053d02ebef938a01b65 (diff)
downloadsrc-0ef36920de3bcc0f8591af5fcc9157be26dcb38a.tar.gz
src-0ef36920de3bcc0f8591af5fcc9157be26dcb38a.zip
I have gone through all of the functions and added
the correct includes and changed the functions as requested. Submitted by: Chad David <davidc@acns.ab.ca>
Notes
Notes: svn path=/head/; revision=79574
Diffstat (limited to 'share/man/man9/BUF_TIMELOCK.9')
-rw-r--r--share/man/man9/BUF_TIMELOCK.99
1 files changed, 2 insertions, 7 deletions
diff --git a/share/man/man9/BUF_TIMELOCK.9 b/share/man/man9/BUF_TIMELOCK.9
index 4a319ccc5dfa..067e9dde550a 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