Module Name: src
Committed By: skrll
Date: Sat Apr 15 14:00:30 UTC 2017
Modified Files:
src/share/man/man9: locking.9
Log Message:
Typo - although maybe the language should change
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/share/man/man9/locking.9
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man9/locking.9
diff -u src/share/man/man9/locking.9:1.2 src/share/man/man9/locking.9:1.3
--- src/share/man/man9/locking.9:1.2 Sat Apr 15 13:57:47 2017
+++ src/share/man/man9/locking.9 Sat Apr 15 14:00:30 2017
@@ -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 @@ kernel:
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.