Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man9 Typo. Bump date.



details:   https://anonhg.NetBSD.org/src/rev/76424d0e1ad5
branches:  trunk
changeset: 789708:76424d0e1ad5
user:      skrll <skrll%NetBSD.org@localhost>
date:      Wed Sep 04 10:17:58 2013 +0000

description:
Typo. Bump date.

diffstat:

 share/man/man9/mutex.9 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 711cdb42d249 -r 76424d0e1ad5 share/man/man9/mutex.9
--- a/share/man/man9/mutex.9    Wed Sep 04 10:16:16 2013 +0000
+++ b/share/man/man9/mutex.9    Wed Sep 04 10:17:58 2013 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: mutex.9,v 1.25 2012/07/07 21:27:56 rmind Exp $
+.\"    $NetBSD: mutex.9,v 1.26 2013/09/04 10:17:58 skrll Exp $
 .\"
 .\" Copyright (c) 2007, 2009 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -27,7 +27,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd July 7, 2012
+.Dd September 4, 2013
 .Dt MUTEX 9
 .Os
 .Sh NAME
@@ -195,7 +195,7 @@
 but may only be used when it is known that
 .Ar mtx
 is a spin mutex.
-On some architectures, this can substantially reduce the cost of acquring
+On some architectures, this can substantially reduce the cost of acquiring
 a spin mutex.
 .It Fn mutex_spin_exit "mtx"
 .Pp



Home | Main Index | Thread Index | Old Index