Rephrase the explanation of when "func" is called.
This commit is contained in:
parent
1c6cf449e1
commit
3e08395424
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: fork1.9,v 1.11 2004/03/13 20:50:17 wiz Exp $
|
||||
.\" $NetBSD: fork1.9,v 1.12 2008/01/04 23:42:39 mjf Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1998 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
@ -35,7 +35,7 @@
|
||||
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
.\" POSSIBILITY OF SUCH DAMAGE.
|
||||
.\"
|
||||
.Dd March 11, 2004
|
||||
.Dd January 4, 2007
|
||||
.Dt FORK1 9
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -113,8 +113,8 @@ The arguments
|
||||
.Ar func
|
||||
and
|
||||
.Ar arg
|
||||
can be used to specify a kernel function to called for child return handling
|
||||
instead of
|
||||
can be used to specify a kernel function to be called when the child process
|
||||
returns instead of
|
||||
.Fn child_return .
|
||||
These are used for example in starting the init process and creating kernel
|
||||
threads.
|
||||
|
Loading…
Reference in New Issue
Block a user