aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2022-12-03 19:09:53 +0100
committerAlejandro Colomar <alx@kernel.org>2022-12-03 20:32:56 +0100
commit4d01b316aa9c729776e1279187fa073c16018565 (patch)
treed4760352de368f5cabbd3080b0e2b9f535cce8d1
parentbc19b86a4b365c43cf2e72626bde78ac26ac75fd (diff)
downloadman-pages-4d01b316aa9c729776e1279187fa073c16018565.tar.gz
execve.2: SYNOPSIS: Add _Nullable
Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--man2/execve.24
1 files changed, 2 insertions, 2 deletions
diff --git a/man2/execve.2 b/man2/execve.2
index 54c2d00409..35eba65f10 100644
--- a/man2/execve.2
+++ b/man2/execve.2
@@ -24,8 +24,8 @@ Standard C library
.nf
.B #include <unistd.h>
.PP
-.BI "int execve(const char *" pathname ", char *const " argv [],
-.BI " char *const " envp []);
+.BI "int execve(const char *" pathname ", char *const _Nullable " argv [],
+.BI " char *const _Nullable " envp []);
.fi
.SH DESCRIPTION
.BR execve ()