Uppercase PCB.
This commit is contained in:
parent
7dc225507c
commit
bdc63189e4
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: cpu_fork.9,v 1.1 2002/05/25 02:16:36 gmcgarry Exp $
|
||||
.\" $NetBSD: cpu_fork.9,v 1.2 2002/05/25 11:40:02 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2002 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -55,7 +55,7 @@ is the machine-dependent portion of
|
|||
.Fn fork1
|
||||
which finishes a fork operation, with child process
|
||||
.Fa p2
|
||||
nearly set up. It copies and updates the pcb and trap frame from the
|
||||
nearly set up. It copies and updates the PCB and trap frame from the
|
||||
parent
|
||||
.Fa p1 ,
|
||||
making the child ready to run.
|
||||
|
|
Loading…
Reference in New Issue