diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2015-11-16 19:26:22 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2015-11-16 19:26:22 +0000 |
commit | 36e49efc8023dbd9e7ceb0d59d483be68658ce63 (patch) | |
tree | 540a609c49f77acab0659947733e62e3018a6447 /lib/libc | |
parent | bed478c636d07bfcfb61a25b79e8891af388dde9 (diff) |
minor tweaks;
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/pledge.2 | 4 | ||||
-rw-r--r-- | lib/libc/sys/revoke.2 | 4 |
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 |