Module Name: src Committed By: wiz Date: Sat Jan 28 13:26:12 UTC 2012
Modified Files: src/share/man/man9: ltsleep.9 Log Message: Fix word duplication in previous. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/share/man/man9/ltsleep.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/ltsleep.9 diff -u src/share/man/man9/ltsleep.9:1.13 src/share/man/man9/ltsleep.9:1.14 --- src/share/man/man9/ltsleep.9:1.13 Sat Jan 28 13:12:52 2012 +++ src/share/man/man9/ltsleep.9 Sat Jan 28 13:26:12 2012 @@ -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