Module Name:    src
Committed By:   jruoho
Date:           Tue Apr 13 05:41:54 UTC 2010

Modified Files:
        src/share/man/man9: cpu_lwp_fork.9

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


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/share/man/man9/cpu_lwp_fork.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/cpu_lwp_fork.9
diff -u src/share/man/man9/cpu_lwp_fork.9:1.3 src/share/man/man9/cpu_lwp_fork.9:1.4
--- src/share/man/man9/cpu_lwp_fork.9:1.3	Wed Apr 30 13:10:58 2008
+++ src/share/man/man9/cpu_lwp_fork.9	Tue Apr 13 05:41:53 2010
@@ -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

Reply via email to