From: bugzilla-daemon@kernel.org
To: linux-man@vger.kernel.org
Subject: [Bug 220192] New: Duplicate size parameter in setxattr manpage
Date: Wed, 04 Jun 2025 11:20:40 +0000 [thread overview]
Message-ID: <bug-220192-11311@https.bugzilla.kernel.org/> (raw)
https://bugzilla.kernel.org/show_bug.cgi?id=220192
Bug ID: 220192
Summary: Duplicate size parameter in setxattr manpage
Product: Documentation
Version: unspecified
Hardware: All
OS: Linux
Status: NEW
Severity: normal
Priority: P3
Component: man-pages
Assignee: documentation_man-pages@kernel-bugs.osdl.org
Reporter: paul.f.fee@gmail.com
Regression: No
The 6.14 man pages document the API of setxattr as:
int setxattr(size_t size;
const char *path, const char *name,
const void value[size], size_t size, int flags);
The first parameter shouldn't be there, it should read:
int setxattr(const char *path, const char *name,
const void *value[size], size_t size, int flags);
Detected on OpenSUSE Tumbleweed, package: man-pages-6.14-1.1.noarch.rpm
Confirmed same issue in upstream tar file:
https://mirrors.edge.kernel.org/pub/linux/docs/man-pages/man-pages-6.14.tar.gz
Not present in 6.8 man pages (as used by Ubuntu 24.04). Flaw was introduced
sometime afterwards.
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are watching the assignee of the bug.
next reply other threads:[~2025-06-04 11:20 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-04 11:20 bugzilla-daemon [this message]
2025-06-04 12:11 ` [Bug 220192] Duplicate size parameter in setxattr manpage bugzilla-daemon
2025-06-04 13:15 ` bugzilla-daemon
2025-06-04 13:15 ` bugzilla-daemon
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=bug-220192-11311@https.bugzilla.kernel.org/ \
--to=bugzilla-daemon@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