summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2015-11-16 19:26:21 +0000
committerjmc <jmc@openbsd.org>2015-11-16 19:26:21 +0000
commitf6e892ecfab5a97cdda3b8a20205574826369717 (patch)
tree22322e8ee6f6a83380f54cd6df42f82cf00d3745
parentObserve that FIOASYNC clearing for stdin is only done in the case where (diff)
downloadwireguard-openbsd-f6e892ecfab5a97cdda3b8a20205574826369717.tar.xz
wireguard-openbsd-f6e892ecfab5a97cdda3b8a20205574826369717.zip
minor tweaks;
-rw-r--r--lib/libc/sys/pledge.24
-rw-r--r--lib/libc/sys/revoke.24
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/sys/pledge.2 b/lib/libc/sys/pledge.2
index 4222039ed22..653046a228f 100644
--- a/lib/libc/sys/pledge.2
+++ b/lib/libc/sys/pledge.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pledge.2,v 1.14 2015/11/16 18:29:34 deraadt Exp $
+.\" $OpenBSD: pledge.2,v 1.15 2015/11/16 19:26:21 jmc Exp $
.\"
.\" Copyright (c) 2015 Nicholas Marriott <nicm@openbsd.org>
.\"
@@ -409,7 +409,7 @@ and
If
.Va "tty"
is accompanied with
-.Va "rpath",
+.Va "rpath" ,
.Xr revoke 2
is permitted.
.It Va "proc"
diff --git a/lib/libc/sys/revoke.2 b/lib/libc/sys/revoke.2
index 453c84a88cd..0a9c729e8bf 100644
--- a/lib/libc/sys/revoke.2
+++ b/lib/libc/sys/revoke.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: revoke.2,v 1.13 2015/11/16 18:25:18 deraadt Exp $
+.\" $OpenBSD: revoke.2,v 1.14 2015/11/16 19:26:21 jmc Exp $
.\" $NetBSD: revoke.2,v 1.3 1995/10/12 15:41:11 jtc Exp $
.\"
.\" Copyright (c) 1993
@@ -68,7 +68,7 @@ preventing any access by a previous user of the terminal.
The
.Xr pty 4
subsystem has this as an implicit operation, but hardwired
-. Xr tty 4
+.Xr tty 4
require the operation.
.Sh RETURN VALUES
.Rv -std