aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man2/execveat.23
1 files changed, 2 insertions, 1 deletions
diff --git a/man2/execveat.2 b/man2/execveat.2
index c54d309966..b8c3be2375 100644
--- a/man2/execveat.2
+++ b/man2/execveat.2
@@ -15,7 +15,8 @@ Standard C library
.B #include <unistd.h>
.PP
.BI "int execveat(int " dirfd ", const char *" pathname ,
-.BI " const char *const " argv "[], const char *const " envp [],
+.BI " const char *const _Nullable " argv [],
+.BI " const char *const _Nullable " envp [],
.BI " int " flags );
.fi
.SH DESCRIPTION