fix typos: s/BUF_LOCK/BUF_TIMELOCK, order xrefs.

This commit is contained in:
Alfred Perlstein 2001-07-10 04:27:03 +00:00
parent 82ed18ac0c
commit ec12cfb58b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=79504

View File

@ -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.