X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/6465356a983ac139f81d3b7913cdb548477c346c..aa54d2fad3d9038b43475aa93c76795c5141a993:/stdlib/FreeBSD/realpath.3 diff --git a/stdlib/FreeBSD/realpath.3 b/stdlib/FreeBSD/realpath.3 index bce1dae..07e9dcc 100644 --- a/stdlib/FreeBSD/realpath.3 +++ b/stdlib/FreeBSD/realpath.3 @@ -98,13 +98,13 @@ returns If .Fa resolved_name was non-NULL, it will -contains the pathname which caused the problem. +contain the pathname which caused the problem. .Sh VARIANTS Defining .Dv _DARWIN_C_SOURCE or .Dv _DARWIN_BETTER_REALPATH -before including stdio.h will cause the provided implementation of +before including stdlib.h will cause the provided implementation of .Fn realpath to use F_GETPATH from .Xr fcntl 2