diff options
author | 1999-04-02 16:21:35 +0000 | |
---|---|---|
committer | 1999-04-02 16:21:35 +0000 | |
commit | 42fb8fa29028b5874cc4205a5051205a76714452 (patch) | |
tree | 4a4f9277ef092d6055d924e7eb53f028624b4564 /lib/libc/sys/vfork.2 | |
parent | all .Nm macros should have an argument in SYNOPSIS; also misc cleanup (diff) | |
download | wireguard-openbsd-42fb8fa29028b5874cc4205a5051205a76714452.tar.xz wireguard-openbsd-42fb8fa29028b5874cc4205a5051205a76714452.zip |
.Pp macros do not belong immiedately after .Sh section header lines
Diffstat (limited to 'lib/libc/sys/vfork.2')
-rw-r--r-- | lib/libc/sys/vfork.2 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/sys/vfork.2 b/lib/libc/sys/vfork.2 index 0c825d45ec3..4f0bdd43229 100644 --- a/lib/libc/sys/vfork.2 +++ b/lib/libc/sys/vfork.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vfork.2,v 1.7 1999/02/27 21:56:59 deraadt Exp $ +.\" $OpenBSD: vfork.2,v 1.8 1999/04/02 16:21:35 aaron Exp $ .\" $NetBSD: vfork.2,v 1.8 1997/07/10 07:54:13 mikel Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -78,7 +78,6 @@ the parent's context. Same as for .Xr fork 2 . .Sh BUGS -.Pp To avoid a possible deadlock situation, processes that are children in the middle of a |