From 6c0599a2ef915718fb80d66882781cc8f0d1709b Mon Sep 17 00:00:00 2001 From: bluhm <> Date: Wed, 11 Dec 2019 20:01:50 +0000 Subject: The file passed to realpath(3) must exists, adjust man page to new behavior. noticed by hshoexer@; OK beck@ --- src/lib/libc/stdlib/realpath.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/libc/stdlib/realpath.3 b/src/lib/libc/stdlib/realpath.3 index 6ae3e484b4..51abd93652 100644 --- a/src/lib/libc/stdlib/realpath.3 +++ b/src/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.24 2019/07/05 12:55:36 deraadt Exp $ +.\" $OpenBSD: realpath.3,v 1.25 2019/12/11 20:01:50 bluhm Exp $ .\" -.Dd $Mdocdate: July 5 2019 $ +.Dd $Mdocdate: December 11 2019 $ .Dt REALPATH 3 .Os .Sh NAME @@ -68,7 +68,7 @@ The function will resolve both absolute and relative paths and return the absolute pathname corresponding to .Fa pathname . -All but the last component of +All components of .Fa pathname must exist when .Fn realpath -- cgit v1.2.3-55-g6feb