[PATCH v5 4/4] Document --decode-fds=eventfd implementation
Sahil Siddiq
icegambit91 at gmail.com
Thu May 23 14:43:34 UTC 2024
Document changes in the man page and in NEWS.
* NEWS: Mention this change.
* doc/strace.1.in: Add desciption in man page.
Signed-off-by: Sahil Siddiq <icegambit91 at gmail.com>
---
Changes v3 -> v5:
- NEWS: Document this change for next version.
Changes v4 -> v5:
- NEWS: Remove "noteworthy changes" header.
NEWS | 2 ++
doc/strace.1.in | 5 ++++-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/NEWS b/NEWS
index 000f45beb..f0eabdf66 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,8 @@ Noteworthy changes in release ?.? (????-??-??)
==============================================
* Improvements
+ * Implemented --decode-fds=eventfd option to retrieve eventfd object details
+ associated with eventfd file descriptors.
Noteworthy changes in release 6.9 (2024-05-14)
==============================================
diff --git a/doc/strace.1.in b/doc/strace.1.in
index 4d3465499..84b915007 100644
--- a/doc/strace.1.in
+++ b/doc/strace.1.in
@@ -959,11 +959,14 @@ Also enables printing of tracee's current working directory when
constant is used.
.TQ
.B socket
-Print socket protocol-specific information,
+Print socket protocol-specific information.
.TQ
.B dev
Print character/block device numbers.
.TQ
+.B eventfd
+Print eventfd object details associated with eventfd file descriptors.
+.TQ
.B pidfd
Print PIDs associated with pidfd file descriptors.
.TQ
--
2.45.0
More information about the Strace-devel
mailing list