[PATCH 11/41] fanotify_mark.2: SYNOPSIS: Add _Nullable

From: Alejandro Colomar
Date: Sat Dec 03 2022 - 15:24:09 EST


Signed-off-by: Alejandro Colomar <alx@xxxxxxxxxx>
---
man2/fanotify_mark.2 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/man2/fanotify_mark.2 b/man2/fanotify_mark.2
index 6cd3ae2ae..f49759ed4 100644
--- a/man2/fanotify_mark.2
+++ b/man2/fanotify_mark.2
@@ -13,8 +13,8 @@ .SH SYNOPSIS
.B #include <sys/fanotify.h>
.PP
.BI "int fanotify_mark(int " fanotify_fd ", unsigned int " flags ,
-.BI " uint64_t " mask ", int " dirfd \
-", const char *" pathname );
+.BI " uint64_t " mask ", int " dirfd ,
+.BI " const char *_Nullable " pathname );
.fi
.SH DESCRIPTION
For an overview of the fanotify API, see
--
2.38.1