Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/sys grammar



details:   https://anonhg.NetBSD.org/src/rev/6cee2cd5f242
branches:  trunk
changeset: 518411:6cee2cd5f242
user:      ross <ross%NetBSD.org@localhost>
date:      Thu Nov 29 23:00:43 2001 +0000

description:
grammar

diffstat:

 lib/libc/sys/vfork.2 |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r 5a7770ca2d36 -r 6cee2cd5f242 lib/libc/sys/vfork.2
--- a/lib/libc/sys/vfork.2      Thu Nov 29 22:55:57 2001 +0000
+++ b/lib/libc/sys/vfork.2      Thu Nov 29 23:00:43 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: vfork.2,v 1.16 2001/09/16 02:13:32 wiz Exp $
+.\"    $NetBSD: vfork.2,v 1.17 2001/11/29 23:00:43 ross Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -92,11 +92,12 @@
 since
 .Xr exit 3
 will flush and close standard I/O channels, and thereby mess up the
-parent processes standard I/O data structures (even with
+standard I/O data structures
+in the parent process.  (Even with
 .Xr fork 2
 it is wrong to call
 .Xr exit 3
-since buffered data would then be flushed twice).
+since buffered data would then be flushed twice.)
 .Sh RETURN VALUES
 Same as for
 .Xr fork 2 .



Home | Main Index | Thread Index | Old Index