Fix typo, sort SEE ALSO.
This commit is contained in:
parent
dd4f98f0e4
commit
ec6a61389d
@ -1,4 +1,4 @@
|
|||||||
.\" $NetBSD: rwlock.9,v 1.12 2009/03/23 21:27:10 ad Exp $
|
.\" $NetBSD: rwlock.9,v 1.13 2009/03/23 22:22:40 wiz Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 2006, 2007, 2009 The NetBSD Foundation, Inc.
|
.\" Copyright (c) 2006, 2007, 2009 The NetBSD Foundation, Inc.
|
||||||
.\" All rights reserved.
|
.\" All rights reserved.
|
||||||
@ -193,7 +193,7 @@ The read-side hold time for the RW lock is long (in the order of thousands
|
|||||||
of processor clock cycles).
|
of processor clock cycles).
|
||||||
.It
|
.It
|
||||||
Strong synchronization semantics are required: there is no scope for
|
Strong synchronization semantics are required: there is no scope for
|
||||||
lockless, lazy or optimisitic synchronization.
|
lockless, lazy or optimistic synchronization.
|
||||||
.El
|
.El
|
||||||
.Pp
|
.Pp
|
||||||
Generally speaking, it is better to organise code paths and/or
|
Generally speaking, it is better to organise code paths and/or
|
||||||
@ -214,8 +214,8 @@ The header file
|
|||||||
describes the public interface, and interfaces that machine-dependent
|
describes the public interface, and interfaces that machine-dependent
|
||||||
code must provide to support RW locks.
|
code must provide to support RW locks.
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
.Xr condvar 9 ,
|
|
||||||
.Xr lockstat 8 ,
|
.Xr lockstat 8 ,
|
||||||
|
.Xr condvar 9 ,
|
||||||
.Xr mb 9 ,
|
.Xr mb 9 ,
|
||||||
.Xr mutex 9
|
.Xr mutex 9
|
||||||
.Rs
|
.Rs
|
||||||
|
Loading…
Reference in New Issue
Block a user