[PATCH] system_data_types.7: tfix

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The actual field names omit the 'g', matching sigevent.7.

Signed-off-by: Eric Wong <e@xxxxxxxxx>
---
 I really don't understand why the 'g' is omitted to give us
 this footgun; `struct sigevent' has longer field names...

 man7/system_data_types.7 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/man7/system_data_types.7 b/man7/system_data_types.7
index 6bbf71004..1840a40fa 100644
--- a/man7/system_data_types.7
+++ b/man7/system_data_types.7
@@ -183,8 +183,8 @@ POSIX.1-2001 and later.
 .PP
 .EX
 union sigval {
-    int     sigval_int; /* Integer value */
-    void   *sigval_ptr; /* Pointer value */
+    int     sival_int; /* Integer value */
+    void   *sival_ptr; /* Pointer value */
 };
 .EE
 .PP



[Index of Archives]     [Kernel Documentation]     [Netdev]     [Linux Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux