* [Bug 219921] New: posix_fadvise refers to non-existent len parameter
@ 2025-03-25 0:32 bugzilla-daemon
2025-03-25 0:48 ` [Bug 219921] " bugzilla-daemon
0 siblings, 1 reply; 2+ messages in thread
From: bugzilla-daemon @ 2025-03-25 0:32 UTC (permalink / raw)
To: linux-man
https://bugzilla.kernel.org/show_bug.cgi?id=219921
Bug ID: 219921
Summary: posix_fadvise refers to non-existent len parameter
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: ppluzhnikov@google.com
Regression: No
The man page currently reads:
int posix_fadvise(int fd, off_t offset, off_t size, int advice);
The advice applies to a (not necessarily existent) region starting
at offset and extending for len bytes (or until the end of the
file if len is 0) within the file referred to by fd.
But there is no "len" in the prototype.
Changing "size" to "len" in the prototype or "len" to "size" in the description
would fix this.
--
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] 2+ messages in thread
* [Bug 219921] posix_fadvise refers to non-existent len parameter
2025-03-25 0:32 [Bug 219921] New: posix_fadvise refers to non-existent len parameter bugzilla-daemon
@ 2025-03-25 0:48 ` bugzilla-daemon
0 siblings, 0 replies; 2+ messages in thread
From: bugzilla-daemon @ 2025-03-25 0:48 UTC (permalink / raw)
To: linux-man
https://bugzilla.kernel.org/show_bug.cgi?id=219921
Alejandro Colomar (alx@kernel.org) changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |alx@kernel.org
Resolution|--- |CODE_FIX
--- Comment #1 from Alejandro Colomar (alx@kernel.org) ---
Thanks! I've fixed it. I'll push soon.
--
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] 2+ messages in thread
end of thread, other threads:[~2025-03-25 0:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-25 0:32 [Bug 219921] New: posix_fadvise refers to non-existent len parameter bugzilla-daemon
2025-03-25 0:48 ` [Bug 219921] " bugzilla-daemon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox