lkml.org 
[lkml]   [2022]   [Dec]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 29/41] sigaction.2: SYNOPSIS: Add _Nullable
Date
Signed-off-by: Alejandro Colomar <alx@kernel.org>
---
man2/sigaction.2 | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/man2/sigaction.2 b/man2/sigaction.2
index d43f9b0d0..b6ad9d63f 100644
--- a/man2/sigaction.2
+++ b/man2/sigaction.2
@@ -35,8 +35,9 @@ .SH SYNOPSIS
.nf
.B #include <signal.h>
.PP
-.BI "int sigaction(int " signum ", const struct sigaction *restrict " act ,
-.BI " struct sigaction *restrict " oldact );
+.BI "int sigaction(int " signum ,
+.BI " const struct sigaction *_Nullable restrict " act ,
+.BI " struct sigaction *_Nullable restrict " oldact );
.fi
.PP
.RS -4
--
2.38.1
\
 
 \ /
  Last update: 2022-12-03 21:26    [W:0.135 / U:0.052 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site