diff options
author | 2011-08-19 19:59:51 +0000 | |
---|---|---|
committer | 2011-08-19 19:59:51 +0000 | |
commit | fb8186cfb50c30a379b77e04f2ae14d2653caef7 (patch) | |
tree | 63a9da40b8cfac0d3b7098458550640d7b612231 /lib/libc/sys | |
parent | Let ums probe bounds of absolute devices if available. (diff) | |
download | wireguard-openbsd-fb8186cfb50c30a379b77e04f2ae14d2653caef7.tar.xz wireguard-openbsd-fb8186cfb50c30a379b77e04f2ae14d2653caef7.zip |
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 |