diff options
author | 2019-07-05 12:55:36 +0000 | |
---|---|---|
committer | 2019-07-05 12:55:36 +0000 | |
commit | b8285a3b8d138439c54f3e7053c48097e5243df6 (patch) | |
tree | 4537b5596ac6eec2f3b1e14f9cc40f9ce0808b44 /lib/libc/stdlib | |
parent | still compile uuencode.c, unbreaks build (diff) | |
download | wireguard-openbsd-b8285a3b8d138439c54f3e7053c48097e5243df6.tar.xz wireguard-openbsd-b8285a3b8d138439c54f3e7053c48097e5243df6.zip |
improve verb-tense for explaining the calling convention of __
ok guenther jmc
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r-- | lib/libc/stdlib/realpath.3 | 6 |
1 files changed, 3 insertions, 3 deletions
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 |