[RFC PATCH v4 4/4] Document --decode-fds=eventfd implementation
Sahil Siddiq
icegambit91 at gmail.com
Thu May 16 04:20:56 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 -> v4:
- NEWS: Document this change for next version.
NEWS | 6 ++++++
doc/strace.1.in | 5 ++++-
2 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/NEWS b/NEWS
index 91d2be4ce..cab8c0b3e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+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