diff options
author | 2017-07-05 11:43:09 +0000 | |
---|---|---|
committer | 2017-07-05 11:43:09 +0000 | |
commit | 1e7790ad8ac561c9856aded659ae0760c0f0a60d (patch) | |
tree | c6b4e52241ee4da4363905e2a09d6c4a881399db /lib/libc | |
parent | Convert pf tagname malloc(9) into pool_get(9) to make it MP safe. (diff) | |
download | wireguard-openbsd-1e7790ad8ac561c9856aded659ae0760c0f0a60d.tar.xz wireguard-openbsd-1e7790ad8ac561c9856aded659ae0760c0f0a60d.zip |
fix cross references to self; found with mandoc -Tlint
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/pledge.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/pledge.2 b/lib/libc/sys/pledge.2 index 47c3a5f2eb2..89884352500 100644 --- a/lib/libc/sys/pledge.2 +++ b/lib/libc/sys/pledge.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pledge.2,v 1.44 2017/06/11 18:56:09 jmc Exp $ +.\" $OpenBSD: pledge.2,v 1.45 2017/07/05 11:43:09 schwarze Exp $ .\" .\" Copyright (c) 2015 Nicholas Marriott <nicm@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: June 11 2017 $ +.Dd $Mdocdate: July 5 2017 $ .Dt PLEDGE 2 .Os .Sh NAME @@ -142,7 +142,7 @@ support: .Xr uname 3 , system sensor readings. .Pp -.It Xr pledge 2 +.It Fn pledge Can only reduce permissions; can only set a list of .Pa paths once. |