summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authortobias <tobias@openbsd.org>2017-10-22 18:26:46 +0000
committertobias <tobias@openbsd.org>2017-10-22 18:26:46 +0000
commit67772e5a360e0921947b3557ac9d3c3a81036d44 (patch)
treef4dce3b367c7756a3dc1011d0e03e4796a87316d /lib/libc
parentTCP_SACK is no longer optional. (diff)
downloadwireguard-openbsd-67772e5a360e0921947b3557ac9d3c3a81036d44.tar.xz
wireguard-openbsd-67772e5a360e0921947b3557ac9d3c3a81036d44.zip
Removed duplicated line.
ok jmc@
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/pledge.25
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/sys/pledge.2 b/lib/libc/sys/pledge.2
index 89884352500..e568d3d7ce5 100644
--- a/lib/libc/sys/pledge.2
+++ b/lib/libc/sys/pledge.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pledge.2,v 1.45 2017/07/05 11:43:09 schwarze Exp $
+.\" $OpenBSD: pledge.2,v 1.46 2017/10/22 18:26:46 tobias 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: July 5 2017 $
+.Dd $Mdocdate: October 22 2017 $
.Dt PLEDGE 2
.Os
.Sh NAME
@@ -190,7 +190,6 @@ previously allocated file descriptors:
.Xr getthrid 2 ,
.Xr gettimeofday 2 ,
.Xr getuid 2 ,
-.Xr getuid 2 ,
.Xr issetugid 2 ,
.Xr kevent 2 ,
.Xr kqueue 2 ,