diff options
author | deraadt <> | 2019-07-05 12:55:36 +0000 |
---|---|---|
committer | deraadt <> | 2019-07-05 12:55:36 +0000 |
commit | a2b077666296f6864387d870092af9604932c376 (patch) | |
tree | fefd5391dcfd329efb35c89c8dafd5ee25788c3d | |
parent | 69d0bc7e6f788b01faa9e770ef01f9733dcd10a3 (diff) | |
download | openbsd-a2b077666296f6864387d870092af9604932c376.tar.gz openbsd-a2b077666296f6864387d870092af9604932c376.tar.bz2 openbsd-a2b077666296f6864387d870092af9604932c376.zip |
improve verb-tense for explaining the calling convention of __
ok guenther jmc
-rw-r--r-- | src/lib/libc/stdlib/realpath.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/stdlib/realpath.3 b/src/lib/libc/stdlib/realpath.3 index f4be5ff31a..6ae3e484b4 100644 --- a/src/lib/libc/stdlib/realpath.3 +++ b/src/lib/libc/stdlib/realpath.3 | |||
@@ -28,9 +28,9 @@ | |||
28 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 28 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
29 | .\" SUCH DAMAGE. | 29 | .\" SUCH DAMAGE. |
30 | .\" | 30 | .\" |
31 | .\" $OpenBSD: realpath.3,v 1.23 2019/06/30 17:31:39 jmc Exp $ | 31 | .\" $OpenBSD: realpath.3,v 1.24 2019/07/05 12:55:36 deraadt Exp $ |
32 | .\" | 32 | .\" |
33 | .Dd $Mdocdate: June 30 2019 $ | 33 | .Dd $Mdocdate: July 5 2019 $ |
34 | .Dt REALPATH 3 | 34 | .Dt REALPATH 3 |
35 | .Os | 35 | .Os |
36 | .Sh NAME | 36 | .Sh NAME |
@@ -153,7 +153,7 @@ In | |||
153 | it was reimplemented on top of the | 153 | it was reimplemented on top of the |
154 | .Fn __realpath | 154 | .Fn __realpath |
155 | system call. | 155 | system call. |
156 | Its calling convention differed from the standard | 156 | Its calling convention differs from the standard |
157 | function by requiring | 157 | function by requiring |
158 | .Ar resolved | 158 | .Ar resolved |
159 | to not be | 159 | to not be |