From 1f305be431e07cfe5a40b3140775238ef44cdcbb Mon Sep 17 00:00:00 2001 From: Konstantin Belousov Date: Tue, 22 Sep 2020 22:54:54 +0000 Subject: Document {O,AT}_RESOLVE_BENEATH and new O_BENEATH behavior for relative paths. PR: 248335 Reviewed by: markj Tested by: pho Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D25886 --- lib/libc/sys/fhlink.2 | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'lib/libc/sys/fhlink.2') diff --git a/lib/libc/sys/fhlink.2 b/lib/libc/sys/fhlink.2 index db4ccf6fe403..1fcb7365fc0c 100644 --- a/lib/libc/sys/fhlink.2 +++ b/lib/libc/sys/fhlink.2 @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd March 30, 2020 +.Dd September 23, 2020 .Dt FHLINK 2 .Os .Sh NAME @@ -113,6 +113,13 @@ See the description of the flag in the .Xr open 2 manual page. +.It Dv AT_RESOLVE_BENEATH +Only walks paths below the topping directory. +See the description of the +.Dv O_RESOLVE_BENEATH +flag in the +.Xr open 2 +manual page. .El .Pp If -- cgit v1.2.3