Source-Changes-HG archive

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

[src/trunk]: src/lib/libnvmm should be fork(2), noticed by wiz



details:   https://anonhg.NetBSD.org/src/rev/89d97157d4ac
branches:  trunk
changeset: 846020:89d97157d4ac
user:      maxv <maxv%NetBSD.org@localhost>
date:      Mon Oct 28 14:20:28 2019 +0000

description:
should be fork(2), noticed by wiz

diffstat:

 lib/libnvmm/libnvmm.3 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 7b4e642f064d -r 89d97157d4ac lib/libnvmm/libnvmm.3
--- a/lib/libnvmm/libnvmm.3     Mon Oct 28 13:44:42 2019 +0000
+++ b/lib/libnvmm/libnvmm.3     Mon Oct 28 14:20:28 2019 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: libnvmm.3,v 1.24 2019/10/28 13:43:42 wiz Exp $
+.\"    $NetBSD: libnvmm.3,v 1.25 2019/10/28 14:20:28 maxv Exp $
 .\"
 .\" Copyright (c) 2018, 2019 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -336,7 +336,7 @@
 .Fn nvmm_machine_destroy .
 .Pp
 Virtual machines are not inherited across
-.Xr fork 9
+.Xr fork 2
 operations.
 .Ss Machine Configuration
 Emulator software can configure several parameters of a virtual machine by using



Home | Main Index | Thread Index | Old Index