Use Em for notes. Whitespace nits. Typo fix.
This commit is contained in:
parent
c3ab7ea8ed
commit
30fd28f965
@ -1,4 +1,4 @@
|
|||||||
.\" $NetBSD: lock.9,v 1.24 2007/02/11 16:05:08 ad Exp $
|
.\" $NetBSD: lock.9,v 1.25 2007/02/17 08:43:10 wiz Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 2000, 2007 The NetBSD Foundation, Inc.
|
.\" Copyright (c) 2000, 2007 The NetBSD Foundation, Inc.
|
||||||
.\" All rights reserved.
|
.\" All rights reserved.
|
||||||
@ -31,7 +31,7 @@
|
|||||||
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||||
.\" POSSIBILITY OF SUCH DAMAGE.
|
.\" POSSIBILITY OF SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.Dd Febuary 11, 2007
|
.Dd February 11, 2007
|
||||||
.Dt LOCK 9
|
.Dt LOCK 9
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -80,15 +80,15 @@
|
|||||||
.Ft int
|
.Ft int
|
||||||
.Fn spinlockmgr "struct lock *lock" "u_int flags" "struct simplelock *slock"
|
.Fn spinlockmgr "struct lock *lock" "u_int flags" "struct simplelock *slock"
|
||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
.Sy The interfaces described in this manual page are obsolete
|
.Em The interfaces described in this manual page are obsolete
|
||||||
.Sy and will be removed from a future version of the system.
|
.Em and will be removed from a future version of the system.
|
||||||
.Pp
|
.Pp
|
||||||
.Sy Please see the
|
.Em Please see the
|
||||||
.Xr condvar 9 ,
|
.Xr condvar 9 ,
|
||||||
.Xr mutex 9 ,
|
.Xr mutex 9 ,
|
||||||
.Sy and
|
.Em and
|
||||||
.Sy Xr rwlock 9
|
.Xr rwlock 9
|
||||||
.Sy manual pages for information on kernel synchronisation primitives.
|
.Em manual pages for information on kernel synchronisation primitives.
|
||||||
.Pp
|
.Pp
|
||||||
The
|
The
|
||||||
.Nm
|
.Nm
|
||||||
@ -398,7 +398,7 @@ file
|
|||||||
.Xr condvar 9 ,
|
.Xr condvar 9 ,
|
||||||
.Xr mutex 9 ,
|
.Xr mutex 9 ,
|
||||||
.Xr pmap 9 ,
|
.Xr pmap 9 ,
|
||||||
.Xr rwlock 9,
|
.Xr rwlock 9 ,
|
||||||
.Xr spl 9 ,
|
.Xr spl 9 ,
|
||||||
.Xr tsleep 9 ,
|
.Xr tsleep 9 ,
|
||||||
.Xr uvm 9
|
.Xr uvm 9
|
||||||
|
Loading…
Reference in New Issue
Block a user