diff options
author | 2017-01-24 07:59:58 +0000 | |
---|---|---|
committer | 2017-01-24 07:59:58 +0000 | |
commit | 33d562dff9e163ed6cfda3b2e9587eae2f1807ce (patch) | |
tree | 1b9a66e87f1bc738c5dbd31b682b162e0459d61c | |
parent | string terminator is called a NUL (diff) | |
download | wireguard-openbsd-33d562dff9e163ed6cfda3b2e9587eae2f1807ce.tar.xz wireguard-openbsd-33d562dff9e163ed6cfda3b2e9587eae2f1807ce.zip |
pfind(9) has been renamed to tfind(9);
-rw-r--r-- | share/man/man9/fork1.9 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man9/fork1.9 b/share/man/man9/fork1.9 index c872434e5ac..82a8f8f46a7 100644 --- a/share/man/man9/fork1.9 +++ b/share/man/man9/fork1.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fork1.9,v 1.27 2016/03/30 06:58:06 jmc Exp $ +.\" $OpenBSD: fork1.9,v 1.28 2017/01/24 07:59:58 jmc Exp $ .\" $NetBSD: fork1.9,v 1.3 1999/03/16 00:40:47 garbled Exp $ .\" .\" Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -29,7 +29,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: March 30 2016 $ +.Dd $Mdocdate: January 24 2017 $ .Dt FORK1 9 .Os .Sh NAME @@ -192,8 +192,8 @@ user id would be exceeded. .Xr vfork 2 , .Xr __tfork 3 , .Xr kthread_create 9 , -.Xr pfind 9 , -.Xr psignal 9 +.Xr psignal 9 , +.Xr tfind 9 .Sh CAVEATS The .Nm |