posix_spawn.3: tfix

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Mike Frysinger 2020-09-07 19:46:22 -04:00 committed by Michael Kerrisk
parent b33535f535
commit 4e0df17fce
1 changed files with 3 additions and 3 deletions

View File

@ -41,9 +41,9 @@ posix_spawn, posix_spawnp \- spawn a process
.BI " char *const " argv[] ", char *const " envp[] );
.PP
.BI "int posix_spawnp(pid_t *" pid ", const char *" file ,
.BI " const posix_spawn_file_actions_t *" file_actions ,
.BI " const posix_spawnattr_t *" attrp ,
.BI " char *const " argv[] ", char *const " envp[] );
.BI " const posix_spawn_file_actions_t *" file_actions ,
.BI " const posix_spawnattr_t *" attrp ,
.BI " char *const " argv[] ", char *const " envp[] );
.fi
.SH DESCRIPTION
The