Linux-man Archive mirror
 help / color / mirror / Atom feed
From: Renzo Davoli <renzo@cs.unibo.it>
To: Alejandro Colomar <alx@kernel.org>
Cc: linux-man@vger.kernel.org
Subject: utimensat(2) and faccessat(2): man pages do not mention AT_EMPTY_PATH flag
Date: Wed, 6 Dec 2023 12:04:07 +0100	[thread overview]
Message-ID: <ZXBVJ5phq4tK1fWq@cs.unibo.it> (raw)

[-- Attachment #1: Type: text/plain, Size: 794 bytes --]

Dear Alejandro,

utimensat and faccessat support the flag AT_EMPTY_PATH since Linux 5.8 but
this option is still missing in the man pages.

(actually Linux 5.8 added faccessat2: glibc wrapper for faccessat
 uses faccessat2, and faccessat2 does support AT_EMPTY_PATH).

I think the standard text used in many other -at man page could fit
for these system calls, 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.

All the best,

	renzo

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

             reply	other threads:[~2023-12-06 11:12 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-06 11:04 Renzo Davoli [this message]
2023-12-09 12:00 ` utimensat(2) and faccessat(2): man pages do not mention AT_EMPTY_PATH flag Alejandro Colomar
2023-12-09 16:38   ` Renzo Davoli
2023-12-09 21:36     ` Alejandro Colomar
2023-12-10  8:07       ` Renzo Davoli
     [not found]   ` <ZXSXwZMWbojebpH1@cs.unibo.it>
2024-01-01 11:43     ` Alejandro Colomar
2024-01-01 15:48       ` Renzo Davoli

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ZXBVJ5phq4tK1fWq@cs.unibo.it \
    --to=renzo@cs.unibo.it \
    --cc=alx@kernel.org \
    --cc=linux-man@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).