diff --git a/share/man/man9/cpu_lwp_fork.9 b/share/man/man9/cpu_lwp_fork.9 index 9c3f827e5589..279d1a253029 100644 --- a/share/man/man9/cpu_lwp_fork.9 +++ b/share/man/man9/cpu_lwp_fork.9 @@ -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 @@ level with an apparent return value of 0 from while the parent process returns normally. .Sh SEE ALSO .Xr fork 2 , -.Xr cpu_switch 9 , +.Xr cpu_switchto 9 , .Xr fork1 9