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/2a4374d00bb6
branches:  trunk
changeset: 823190:2a4374d00bb6
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 109ed94d6ea0 -r 2a4374d00bb6 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