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/749938c42eba
branches: trunk
changeset: 966386:749938c42eba
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 8f7d92dc2e8b -r 749938c42eba 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