From 56f6529fc36c6db13ad6ff247464d6b0c9e0d023 Mon Sep 17 00:00:00 2001 From: Aaron Campbell Date: Tue, 29 Jun 1999 14:10:33 +0000 Subject: - change references to nil to null; tschroed@acm.org - remove trailing spaces from end of lines - add some .Dv - change -1 to \-1, so `-' is taken as a negative sign - other misc formatting fixes --- lib/libc/sys/vfork.2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libc/sys/vfork.2') diff --git a/lib/libc/sys/vfork.2 b/lib/libc/sys/vfork.2 index c0363709210..1b83bb110c8 100644 --- a/lib/libc/sys/vfork.2 +++ b/lib/libc/sys/vfork.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vfork.2,v 1.10 1999/05/23 14:10:57 aaron Exp $ +.\" $OpenBSD: vfork.2,v 1.11 1999/06/29 14:10:28 aaron Exp $ .\" $NetBSD: vfork.2,v 1.8 1997/07/10 07:54:13 mikel Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -52,7 +52,7 @@ environment. It was useful when the purpose of .Xr fork 2 would have been to create a new system context for an .Xr execve . -It is the case that +It is the case that .Xr fork is now efficient, even in the above case, so that the need for .Fn vfork -- cgit v1.2.3