Deleted Added
full compact
BUF_RECURSED.9 (204383) BUF_RECURSED.9 (267936)
1.\"
2.\" Copyright (C) 2008 Attilio Rao <attilio@FreeBSD.org>
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 11 unchanged lines hidden (view full) ---

20.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
21.\" (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
22.\" SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
23.\" CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
26.\" DAMAGE.
27.\"
1.\"
2.\" Copyright (C) 2008 Attilio Rao <attilio@FreeBSD.org>
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 11 unchanged lines hidden (view full) ---

20.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
21.\" (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
22.\" SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
23.\" CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
26.\" DAMAGE.
27.\"
28.\" $FreeBSD: head/share/man/man9/BUF_RECURSED.9 204383 2010-02-27 01:17:44Z delphij $
28.\" $FreeBSD: head/share/man/man9/BUF_RECURSED.9 267936 2014-06-26 21:44:30Z bapt $
29.\"
30.Dd January 22, 2008
31.Dt BUF_RECURSED 9
32.Os
33.Sh NAME
34.Nm BUF_RECURSED
35.Nd "checks if the lock linked to the buffer is recursed"
36.Sh SYNOPSIS

--- 20 unchanged lines hidden (view full) ---

57.El
58.Sh SEE ALSO
59.Xr buf 9 ,
60.Xr BUF_LOCK 9 ,
61.Xr BUF_UNLOCK 9 ,
62.Xr lockmgr 9
63.Sh AUTHORS
64This manual page was written by
29.\"
30.Dd January 22, 2008
31.Dt BUF_RECURSED 9
32.Os
33.Sh NAME
34.Nm BUF_RECURSED
35.Nd "checks if the lock linked to the buffer is recursed"
36.Sh SYNOPSIS

--- 20 unchanged lines hidden (view full) ---

57.El
58.Sh SEE ALSO
59.Xr buf 9 ,
60.Xr BUF_LOCK 9 ,
61.Xr BUF_UNLOCK 9 ,
62.Xr lockmgr 9
63.Sh AUTHORS
64This manual page was written by
65.An Attilio Rao Aq attilio@FreeBSD.org .
65.An Attilio Rao Aq Mt attilio@FreeBSD.org .