diff options
author | 2015-10-09 07:39:56 +0000 | |
---|---|---|
committer | 2015-10-09 07:39:56 +0000 | |
commit | 0f6a4fabd67a2b1f8613cd249f8da18c96c61e1c (patch) | |
tree | ebec46d23ab5991c56db2860bbcf779be1b2b895 | |
parent | Fix line number bug when calling onlywind(). (diff) | |
download | wireguard-openbsd-0f6a4fabd67a2b1f8613cd249f8da18c96c61e1c.tar.xz wireguard-openbsd-0f6a4fabd67a2b1f8613cd249f8da18c96c61e1c.zip |
another tame(2), spotted by jmc
-rw-r--r-- | share/man/man4/systrace.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/systrace.4 b/share/man/man4/systrace.4 index dd66605c105..5db5936cccf 100644 --- a/share/man/man4/systrace.4 +++ b/share/man/man4/systrace.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: systrace.4,v 1.23 2015/09/26 17:16:10 jmc Exp $ +.\" $OpenBSD: systrace.4,v 1.24 2015/10/09 07:39:56 deraadt Exp $ .\" .\" Copyright (c) 2002, 2003 CubeSoft Communications, Inc. .\" All rights reserved. @@ -24,7 +24,7 @@ .\" IN ANY WAY OUT OF THE USE OF THIS SOFTWARE EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: September 26 2015 $ +.Dd $Mdocdate: October 9 2015 $ .Dt SYSTRACE 4 .Os .Sh NAME @@ -488,5 +488,5 @@ fundamental process operations, the traced process will block forever. It is not possible to .Nm a -.Xr tame 2 +.Xr pledge 2 program. |