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 - although maybe the language should change



details:   https://anonhg.NetBSD.org/src/rev/61d6912434ee
branches:  trunk
changeset: 823191:61d6912434ee
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sat Apr 15 14:00:30 2017 +0000

description:
Typo - although maybe the language should change

diffstat:

 share/man/man9/locking.9 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2a4374d00bb6 -r 61d6912434ee share/man/man9/locking.9
--- a/share/man/man9/locking.9  Sat Apr 15 13:57:47 2017 +0000
+++ b/share/man/man9/locking.9  Sat Apr 15 14:00:30 2017 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: locking.9,v 1.2 2017/04/15 13:57:47 skrll Exp $
+.\"    $NetBSD: locking.9,v 1.3 2017/04/15 14:00:30 skrll Exp $
 .\"
 .\" Copyright (c) 2015 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -67,7 +67,7 @@
 and light-weight processes (represented by
 .Dv struct lwp
 and known as kernel threads).
-Code in this context can sleep, block resources and posses address-space.
+Code in this context can sleep, block resources and possess address-space.
 .It
 .Em Software interrupt context
 - it's limited thread context.



Home | Main Index | Thread Index | Old Index