diff options
author | 2012-04-12 19:13:44 +0000 | |
---|---|---|
committer | 2012-04-12 19:13:44 +0000 | |
commit | 93ffb7ea69923282c977214f917b66b702ea8e4a (patch) | |
tree | a21c5f4ab5589222571baa2b60abed82c0aafe3d | |
parent | tweak previous; (diff) | |
download | wireguard-openbsd-93ffb7ea69923282c977214f917b66b702ea8e4a.tar.xz wireguard-openbsd-93ffb7ea69923282c977214f917b66b702ea8e4a.zip |
sort SEE ALSO;
-rw-r--r-- | share/man/man9/fork1.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/fork1.9 b/share/man/man9/fork1.9 index 37d98914ec8..ba6809e7156 100644 --- a/share/man/man9/fork1.9 +++ b/share/man/man9/fork1.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fork1.9,v 1.17 2012/04/12 14:25:57 deraadt Exp $ +.\" $OpenBSD: fork1.9,v 1.18 2012/04/12 19:13:44 jmc Exp $ .\" $NetBSD: fork1.9,v 1.3 1999/03/16 00:40:47 garbled Exp $ .\" .\" Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -197,9 +197,9 @@ on the total number of processes under execution by this user id would be exceeded. .El .Sh SEE ALSO +.Xr __tfork 2 , .Xr execve 2 , .Xr fork 2 , -.Xr __tfork 2 , .Xr vfork 2 , .Xr kthread_create 9 , .Xr pfind 9 , |