diff options
Diffstat (limited to 'lib/libc/sys/execve.2')
-rw-r--r-- | lib/libc/sys/execve.2 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/libc/sys/execve.2 b/lib/libc/sys/execve.2 index 630ba0e56b3..1e374f1568b 100644 --- a/lib/libc/sys/execve.2 +++ b/lib/libc/sys/execve.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: execve.2,v 1.34 2009/10/27 08:26:20 nicm Exp $ +.\" $OpenBSD: execve.2,v 1.35 2011/08/19 19:59:51 jmc Exp $ .\" $NetBSD: execve.2,v 1.9 1995/02/27 12:32:25 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)execve.2 8.3 (Berkeley) 1/24/94 .\" -.Dd $Mdocdate: October 27 2009 $ +.Dd $Mdocdate: August 19 2011 $ .Dt EXECVE 2 .Os .Sh NAME @@ -160,8 +160,7 @@ The process will be started without the new permissions. .Pp The new process also inherits the following attributes from the calling process: -.Pp -.Bl -column parent_process_ID -offset indent -compact +.Bl -column parent_process_ID -offset indent .It process ID Ta see Xr getpid 2 .It parent process ID Ta see Xr getppid 2 .It process group ID Ta see Xr getpgrp 2 |