diff options
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/pathconf.2 | 3 | ||||
-rw-r--r-- | lib/libc/sys/vfork.2 | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/lib/libc/sys/pathconf.2 b/lib/libc/sys/pathconf.2 index 299c5ca7721..1ddf33bb6ed 100644 --- a/lib/libc/sys/pathconf.2 +++ b/lib/libc/sys/pathconf.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pathconf.2,v 1.4 1999/02/27 21:56:37 deraadt Exp $ +.\" $OpenBSD: pathconf.2,v 1.5 1999/04/02 16:21:35 aaron Exp $ .\" $NetBSD: pathconf.2,v 1.2 1995/02/27 12:35:22 cgd Exp $ .\" .\" Copyright (c) 1993 @@ -48,7 +48,6 @@ .Ft long .Fn fpathconf "int fd" "int name" .Sh DESCRIPTION -.Pp The .Fn pathconf and 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 |