Remove duplicate that. lib/16849 by John Heasley.

This commit is contained in:
wiz 2002-05-16 21:23:31 +00:00
parent e26b1052bb
commit 44086ebfde
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: vfork.2,v 1.18 2002/02/08 01:28:23 ross Exp $
.\" $NetBSD: vfork.2,v 1.19 2002/05/16 21:23:31 wiz Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -48,7 +48,7 @@
.Sh DESCRIPTION
The
.Nm
system call creates a new process that that does not have a new
system call creates a new process that does not have a new
virtual address space, but rather shares address space with the
parent, thus avoiding potentially expensive copy-on-write operations
normally associated with creating a new process.