Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/sys fork was present in v1



details:   https://anonhg.NetBSD.org/src/rev/025a0a5297ee
branches:  trunk
changeset: 459266:025a0a5297ee
user:      sevan <sevan%NetBSD.org@localhost>
date:      Sun Sep 01 19:40:07 2019 +0000

description:
fork was present in v1
https://www.bell-labs.com/usr/dmr/www/man21.pdf

diffstat:

 lib/libc/sys/fork.2 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r 90c8a3c2d387 -r 025a0a5297ee lib/libc/sys/fork.2
--- a/lib/libc/sys/fork.2       Sun Sep 01 19:37:21 2019 +0000
+++ b/lib/libc/sys/fork.2       Sun Sep 01 19:40:07 2019 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: fork.2,v 1.24 2016/07/12 12:24:40 wiz Exp $
+.\"    $NetBSD: fork.2,v 1.25 2019/09/01 19:40:07 sevan Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"    @(#)fork.2      8.1 (Berkeley) 6/4/93
 .\"
-.Dd July 9, 2016
+.Dd September 1, 2019
 .Dt FORK 2
 .Os
 .Sh NAME
@@ -136,4 +136,4 @@
 A
 .Fn fork
 system call appeared in
-.At v6 .
+.At v1 .



Home | Main Index | Thread Index | Old Index