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/0ec833d6c9ea
branches: trunk
changeset: 965123:0ec833d6c9ea
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 34014fb304ca -r 0ec833d6c9ea 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