summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2019-07-05 12:55:36 +0000
committerderaadt <deraadt@openbsd.org>2019-07-05 12:55:36 +0000
commitb8285a3b8d138439c54f3e7053c48097e5243df6 (patch)
tree4537b5596ac6eec2f3b1e14f9cc40f9ce0808b44
parentstill compile uuencode.c, unbreaks build (diff)
downloadwireguard-openbsd-b8285a3b8d138439c54f3e7053c48097e5243df6.tar.xz
wireguard-openbsd-b8285a3b8d138439c54f3e7053c48097e5243df6.zip
improve verb-tense for explaining the calling convention of __
ok guenther jmc
-rw-r--r--lib/libc/gen/getcwd.36
-rw-r--r--lib/libc/stdlib/realpath.36
2 files changed, 6 insertions, 6 deletions
diff --git a/lib/libc/gen/getcwd.3 b/lib/libc/gen/getcwd.3
index af30b0d5c15..1de983a7b55 100644
--- a/lib/libc/gen/getcwd.3
+++ b/lib/libc/gen/getcwd.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getcwd.3,v 1.20 2019/06/30 17:31:39 jmc Exp $
+.\" $OpenBSD: getcwd.3,v 1.21 2019/07/05 12:55:36 deraadt Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -27,7 +27,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: June 30 2019 $
+.Dd $Mdocdate: July 5 2019 $
.Dt GETCWD 3
.Os
.Sh NAME
@@ -147,7 +147,7 @@ In
was reimplemented on top of the
.Fn __getcwd
system call.
-Its calling convention differed from the standard
+Its calling convention differs from the standard
function by requiring
.Ar buf
to not be
diff --git a/lib/libc/stdlib/realpath.3 b/lib/libc/stdlib/realpath.3
index f4be5ff31a3..6ae3e484b49 100644
--- a/lib/libc/stdlib/realpath.3
+++ b/lib/libc/stdlib/realpath.3
@@ -28,9 +28,9 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: realpath.3,v 1.23 2019/06/30 17:31:39 jmc Exp $
+.\" $OpenBSD: realpath.3,v 1.24 2019/07/05 12:55:36 deraadt Exp $
.\"
-.Dd $Mdocdate: June 30 2019 $
+.Dd $Mdocdate: July 5 2019 $
.Dt REALPATH 3
.Os
.Sh NAME
@@ -153,7 +153,7 @@ In
it was reimplemented on top of the
.Fn __realpath
system call.
-Its calling convention differed from the standard
+Its calling convention differs from the standard
function by requiring
.Ar resolved
to not be