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
details: https://anonhg.NetBSD.org/src/rev/451be6a53b17
branches: trunk
changeset: 352939:451be6a53b17
user: skrll <skrll%NetBSD.org@localhost>
date: Sat Apr 15 13:57:47 2017 +0000
description:
Typo
diffstat:
share/man/man9/locking.9 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r f7bb8367c1e3 -r 451be6a53b17 share/man/man9/locking.9
--- a/share/man/man9/locking.9 Sat Apr 15 13:52:51 2017 +0000
+++ b/share/man/man9/locking.9 Sat Apr 15 13:57:47 2017 +0000
@@ -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 @@
- 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
Home |
Main Index |
Thread Index |
Old Index