#1056635 utimensat(2): man page does not mention AT_EMPTY_PATH flag

#1056635#5
Date:
2023-11-24 08:29:13 UTC
From:
To:
Dear Maintainer,

		 utimensat supports the flag AT_EMPTY_PATH since Linux 5.8 but
this option is still missing in the man page.

I think the standard text used in many other -at man page could fit
here, too.

AT_EMPTY_PATH (since Linux 5.8)
	If  pathname is an empty string, operate on the file referred to
	by dirfd (which may have been obtained using the open(2)  O_PATH
	flag).   In  this case, dirfd can refer to any type of file, not
	just a directory.  If dirfd is AT_FDCWD, the  call  operates  on
	the current working directory.  This flag is Linux-specific;
	define _GNU_SOURCE to obtain its definition.

Thank you
	renzo