Use Em for notes. Whitespace nits. Typo fix.

This commit is contained in:
wiz 2007-02-17 08:43:10 +00:00
parent c3ab7ea8ed
commit 30fd28f965

View File

@ -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.
.\" All rights reserved.
@ -31,7 +31,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
.Dd Febuary 11, 2007
.Dd February 11, 2007
.Dt LOCK 9
.Os
.Sh NAME
@ -80,15 +80,15 @@
.Ft int
.Fn spinlockmgr "struct lock *lock" "u_int flags" "struct simplelock *slock"
.Sh DESCRIPTION
.Sy The interfaces described in this manual page are obsolete
.Sy and will be removed from a future version of the system.
.Em The interfaces described in this manual page are obsolete
.Em and will be removed from a future version of the system.
.Pp
.Sy Please see the
.Em Please see the
.Xr condvar 9 ,
.Xr mutex 9 ,
.Sy and
.Sy Xr rwlock 9
.Sy manual pages for information on kernel synchronisation primitives.
.Em and
.Xr rwlock 9
.Em manual pages for information on kernel synchronisation primitives.
.Pp
The
.Nm
@ -398,7 +398,7 @@ file
.Xr condvar 9 ,
.Xr mutex 9 ,
.Xr pmap 9 ,
.Xr rwlock 9,
.Xr rwlock 9 ,
.Xr spl 9 ,
.Xr tsleep 9 ,
.Xr uvm 9