Browse Source

improve verb-tense for explaining the calling convention of __

ok guenther jmc
OPENBSD_6_6
deraadt 5 years ago
parent
commit
ac61f7141b
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/lib/libc/stdlib/realpath.3

+ 3
- 3
src/lib/libc/stdlib/realpath.3 View File

@ -28,9 +28,9 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE. .\" 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 .Dt REALPATH 3
.Os .Os
.Sh NAME .Sh NAME
@ -153,7 +153,7 @@ In
it was reimplemented on top of the it was reimplemented on top of the
.Fn __realpath .Fn __realpath
system call. system call.
Its calling convention differed from the standard
Its calling convention differs from the standard
function by requiring function by requiring
.Ar resolved .Ar resolved
to not be to not be


Loading…
Cancel
Save