aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/BUF_TIMELOCK.9
diff options
context:
space:
mode:
authorAlfred Perlstein <alfred@FreeBSD.org>2001-07-10 04:27:03 +0000
committerAlfred Perlstein <alfred@FreeBSD.org>2001-07-10 04:27:03 +0000
commitec12cfb58b359dacfc9fd6b781b7044855739122 (patch)
tree3cb567fc85ebd8237224ce0ba8f0f6d3827b8062 /share/man/man9/BUF_TIMELOCK.9
parent82ed18ac0ce448f0cab4f87b0dea74fc3f9f9469 (diff)
downloadsrc-ec12cfb58b359dacfc9fd6b781b7044855739122.tar.gz
src-ec12cfb58b359dacfc9fd6b781b7044855739122.zip
fix typos: s/BUF_LOCK/BUF_TIMELOCK, order xrefs.
Notes
Notes: svn path=/head/; revision=79504
Diffstat (limited to 'share/man/man9/BUF_TIMELOCK.9')
-rw-r--r--share/man/man9/BUF_TIMELOCK.98
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man9/BUF_TIMELOCK.9 b/share/man/man9/BUF_TIMELOCK.9
index 862eba8b5f8b..4a319ccc5dfa 100644
--- a/share/man/man9/BUF_TIMELOCK.9
+++ b/share/man/man9/BUF_TIMELOCK.9
@@ -27,15 +27,15 @@
.\" $FreeBSD$
.\"
.Dd July 9, 2001
-.Dt BUF_LOCK 9
+.Dt BUF_TIMELOCK 9
.Os
.Sh NAME
-.Nm BUF_LOCK
+.Nm BUF_TIMELOCK
.Nd "Locks a buffer"
.Sh SYNOPSIS
.Fd #include <sys/buf.h>
.Ft int
-.Fo BUF_LOCK
+.Fo BUF_TIMELOCK
.Fa "struct buf *bp"
.Fa "int locktype"
.Fa "char *wmesg"
@@ -73,7 +73,7 @@ details on non-zero return values.
.Sh SEE ALSO
.Xr buf 9
.Xr lockmgr 9
+.Xr BUF_LOCK 9
.Xr BUF_UNLOCK 9
-.Xr BUF_TIMELOCK 9
.Sh AUTHORS
This man page was written by Chad David.