diff options
author | 2015-09-26 17:16:10 +0000 | |
---|---|---|
committer | 2015-09-26 17:16:10 +0000 | |
commit | 6d04317648ab3a1d8c1a33d7a6af88aff0125ba0 (patch) | |
tree | f8d26b5d275cad1bb8a336483967c48595fea6c1 | |
parent | tweak previous; (diff) | |
download | wireguard-openbsd-6d04317648ab3a1d8c1a33d7a6af88aff0125ba0.tar.xz wireguard-openbsd-6d04317648ab3a1d8c1a33d7a6af88aff0125ba0.zip |
oops - avoid Xr to self; sorry sebastien...
-rw-r--r-- | lib/libc/sys/tame.2 | 4 | ||||
-rw-r--r-- | share/man/man4/systrace.4 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/sys/tame.2 b/lib/libc/sys/tame.2 index 86e6396f387..24f27e5047d 100644 --- a/lib/libc/sys/tame.2 +++ b/lib/libc/sys/tame.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tame.2,v 1.28 2015/09/26 15:41:31 semarie Exp $ +.\" $OpenBSD: tame.2,v 1.29 2015/09/26 17:16:10 jmc Exp $ .\" .\" Copyright (c) 2015 Nicholas Marriott <nicm@openbsd.org> .\" @@ -435,5 +435,5 @@ system call appeared in It is not possible to .Xr systrace 4 a -.Xr tame 2 +.Fn tame program. diff --git a/share/man/man4/systrace.4 b/share/man/man4/systrace.4 index d8b39134ed5..dd66605c105 100644 --- a/share/man/man4/systrace.4 +++ b/share/man/man4/systrace.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: systrace.4,v 1.22 2015/09/26 15:41:31 semarie Exp $ +.\" $OpenBSD: systrace.4,v 1.23 2015/09/26 17:16:10 jmc Exp $ .\" .\" Copyright (c) 2002, 2003 CubeSoft Communications, Inc. .\" All rights reserved. @@ -486,7 +486,7 @@ is not large enough to accommodate any system calls needed for fundamental process operations, the traced process will block forever. .Pp It is not possible to -.Xr systrace 4 +.Nm a .Xr tame 2 program. |