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

This commit is contained in:
jruoho 2010-04-13 05:41:53 +00:00
parent daf86c0ae0
commit a8e44989a9
1 changed files with 3 additions and 3 deletions

View File

@ -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