public inbox for linux-man@vger.kernel.org
 help / color / mirror / Atom feed
* [Bug 220192] New: Duplicate size parameter in setxattr manpage
@ 2025-06-04 11:20 bugzilla-daemon
  2025-06-04 12:11 ` [Bug 220192] " bugzilla-daemon
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: bugzilla-daemon @ 2025-06-04 11:20 UTC (permalink / raw)
  To: linux-man

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.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-06-04 13:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-04 11:20 [Bug 220192] New: Duplicate size parameter in setxattr manpage bugzilla-daemon
2025-06-04 12:11 ` [Bug 220192] " bugzilla-daemon
2025-06-04 13:15 ` bugzilla-daemon
2025-06-04 13:15 ` bugzilla-daemon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox