diff options
author | 2003-06-01 20:02:39 +0000 | |
---|---|---|
committer | 2003-06-01 20:02:39 +0000 | |
commit | d4c14dd9ef981f8bef4948ffe3fc34ee679438eb (patch) | |
tree | 2626b152145ca189d4c90fd86b898e4be28428da /lib/libc/sys/execve.2 | |
parent | - section reorder (diff) | |
download | wireguard-openbsd-d4c14dd9ef981f8bef4948ffe3fc34ee679438eb.tar.xz wireguard-openbsd-d4c14dd9ef981f8bef4948ffe3fc34ee679438eb.zip |
- section reorder
- merge COMPATIBILITY
- kill whitespace at EOL
- tidy up macros
Diffstat (limited to 'lib/libc/sys/execve.2')
-rw-r--r-- | lib/libc/sys/execve.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/execve.2 b/lib/libc/sys/execve.2 index fd84737815c..3c5f6d582e8 100644 --- a/lib/libc/sys/execve.2 +++ b/lib/libc/sys/execve.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: execve.2,v 1.21 2003/03/18 12:58:21 david Exp $ +.\" $OpenBSD: execve.2,v 1.22 2003/06/01 20:02:39 jmc Exp $ .\" $NetBSD: execve.2,v 1.9 1995/02/27 12:32:25 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -288,7 +288,7 @@ the system file table was found to be full. .Xr execl 3 , .Xr exit 3 , .Xr environ 7 -.Sh COMPATIBILITY +.Sh STANDARDS The .Fn exect function should not be used in portable applications. |