diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2011-08-19 19:59:52 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2011-08-19 19:59:52 +0000 |
commit | 486308bc13638e05017928340aab97fd9ee1adaf (patch) | |
tree | b87fbb91a23e0298aa0f34991af69bcde49665a5 /lib/libc/sys | |
parent | 2132ea7d89e2d70989131689128847a576e576df (diff) |
as with other list types, column lists generally do not need a Pp/-compact
construct;
this also sidesteps what seems to be a problem with mandoc, in that
"-column -compact" seems to mess up the formatting. thus these pages should
now have their lists formatted nicely (i.e. correctly aligned and with indent
applied);
as a side note, the fact that headers are not properly marked up is another
issue which will be addressed separately (a mandoc fix is needed, i think).
i have fudged a few of these to mark up properly, since the workaround does
make sense for some pages.
as another side note, i haven;t fixed man7, as i need to prepare a separate
diff for kristaps and ingo.
Diffstat (limited to 'lib/libc/sys')
-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 |