Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man9 document FORK_CLEANFILES



details:   https://anonhg.NetBSD.org/src/rev/823062e91f64
branches:  trunk
changeset: 534922:823062e91f64
user:      pooka <pooka%NetBSD.org@localhost>
date:      Tue Aug 06 14:00:03 2002 +0000

description:
document FORK_CLEANFILES

diffstat:

 share/man/man9/fork1.9 |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r e8d31f4e409f -r 823062e91f64 share/man/man9/fork1.9
--- a/share/man/man9/fork1.9    Tue Aug 06 13:58:44 2002 +0000
+++ b/share/man/man9/fork1.9    Tue Aug 06 14:00:03 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: fork1.9,v 1.6 2002/07/11 10:45:58 pooka Exp $
+.\"    $NetBSD: fork1.9,v 1.7 2002/08/06 14:00:03 pooka Exp $
 .\"
 .\" Copyright (c) 1998 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -81,6 +81,9 @@
 The child process will share the parent's signal actions.
 .It FORK_NOWAIT
 The child process will at creation time be inherited by the init process.
+.It FORK_CLEANFILES
+The child process will not copy or share the parent's descriptors, but
+rather will start out with a clean set.
 .El
 .Pp
 A



Home | Main Index | Thread Index | Old Index