Source-Changes-HG archive

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

[src/trunk]: src/share/man/man9 Refer to cpu_switchto(9) instead of nonexiste...



details:   https://anonhg.NetBSD.org/src/rev/ae7eeeb0002c
branches:  trunk
changeset: 753875:ae7eeeb0002c
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Tue Apr 13 05:41:53 2010 +0000

description:
Refer to cpu_switchto(9) instead of nonexistent cpu_switch(x).

diffstat:

 share/man/man9/cpu_lwp_fork.9 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r 169be507ce6e -r ae7eeeb0002c share/man/man9/cpu_lwp_fork.9
--- a/share/man/man9/cpu_lwp_fork.9     Tue Apr 13 05:40:12 2010 +0000
+++ b/share/man/man9/cpu_lwp_fork.9     Tue Apr 13 05:41:53 2010 +0000
@@ -1,4 +1,4 @@
-.\"     $NetBSD: cpu_lwp_fork.9,v 1.3 2008/04/30 13:10:58 martin Exp $
+.\"     $NetBSD: cpu_lwp_fork.9,v 1.4 2010/04/13 05:41:53 jruoho Exp $
 .\"
 .\" Copyright (c) 2002, 2005, 2006 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -27,7 +27,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd January 29, 2006
+.Dd April 13, 2010
 .Dt CPU_LWP_FORK 9
 .Os
 .Sh NAME
@@ -98,5 +98,5 @@
 while the parent process returns normally.
 .Sh SEE ALSO
 .Xr fork 2 ,
-.Xr cpu_switch 9 ,
+.Xr cpu_switchto 9 ,
 .Xr fork1 9



Home | Main Index | Thread Index | Old Index