diff options
| author | Alejandro Colomar <alx@kernel.org> | 2022-12-03 19:12:08 +0100 |
|---|---|---|
| committer | Alejandro Colomar <alx@kernel.org> | 2022-12-03 20:32:59 +0100 |
| commit | fcc4984548843ff2c1282b91866089835bd55695 (patch) | |
| tree | 8bf6bb581fc115e6b03fd2472633e3a0458314af | |
| parent | 4d01b316aa9c729776e1279187fa073c16018565 (diff) | |
| download | man-pages-fcc4984548843ff2c1282b91866089835bd55695.tar.gz | |
execveat.2: SYNOPSIS: Add _Nullable
Signed-off-by: Alejandro Colomar <alx@kernel.org>
| -rw-r--r-- | man2/execveat.2 | 3 |
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 |
