Module Name: src
Committed By: skrll
Date: Sat Apr 15 13:57:47 UTC 2017
Modified Files:
src/share/man/man9: locking.9
Log Message:
Typo
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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.1 src/share/man/man9/locking.9:1.2
--- src/share/man/man9/locking.9:1.1 Sat Apr 15 13:52:51 2017
+++ src/share/man/man9/locking.9 Sat Apr 15 13:57:47 2017
@@ -1,4 +1,4 @@
-.\" $NetBSD: locking.9,v 1.1 2017/04/15 13:52:51 kamil Exp $
+.\" $NetBSD: locking.9,v 1.2 2017/04/15 13:57:47 skrll Exp $
.\"
.\" Copyright (c) 2015 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -65,7 +65,7 @@ kernel:
- here run processes (represented by
.Dv struct proc )
and light-weight processes (represented by
-.Dv struc lwp
+.Dv struct lwp
and known as kernel threads).
Code in this context can sleep, block resources and posses address-space.
.It