Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man9 Fix word duplication in previous.



details:   https://anonhg.NetBSD.org/src/rev/039dcb2bf515
branches:  trunk
changeset: 773128:039dcb2bf515
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sat Jan 28 13:26:12 2012 +0000

description:
Fix word duplication in previous.

diffstat:

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

diffs (20 lines):

diff -r 92c8a02ce65a -r 039dcb2bf515 share/man/man9/ltsleep.9
--- a/share/man/man9/ltsleep.9  Sat Jan 28 13:12:52 2012 +0000
+++ b/share/man/man9/ltsleep.9  Sat Jan 28 13:26:12 2012 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: ltsleep.9,v 1.13 2012/01/28 13:12:52 rmind Exp $
+.\"    $NetBSD: ltsleep.9,v 1.14 2012/01/28 13:26:12 wiz Exp $
 .\"
 .\" Copyright (c) 1996, 2002, 2007 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -58,9 +58,7 @@
 .Pp
 These functions implement voluntary context switching.
 .Fn tsleep
-and
-.Fn tsleep
-are used throughout the kernel whenever processing in the current context
+is used throughout the kernel whenever processing in the current context
 can not continue for any of the following reasons:
 .Bl -bullet -offset indent
 .It



Home | Main Index | Thread Index | Old Index