diff options
-rw-r--r-- | share/man/man9/fork1.9 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/share/man/man9/fork1.9 b/share/man/man9/fork1.9 index 810136661c7..f0f28b6d852 100644 --- a/share/man/man9/fork1.9 +++ b/share/man/man9/fork1.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fork1.9,v 1.23 2014/02/12 05:49:36 guenther Exp $ +.\" $OpenBSD: fork1.9,v 1.24 2014/07/01 05:53:13 jmc Exp $ .\" $NetBSD: fork1.9,v 1.3 1999/03/16 00:40:47 garbled Exp $ .\" .\" Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -29,7 +29,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: February 12 2014 $ +.Dd $Mdocdate: July 1 2014 $ .Dt FORK1 9 .Os .Sh NAME @@ -193,8 +193,7 @@ user id would be exceeded. .Xr vfork 2 , .Xr kthread_create 9 , .Xr pfind 9 , -.Xr psignal 9 , -.Xr uvm_fork 9 +.Xr psignal 9 .Sh CAVEATS The .Nm |