Error in posix_spawn(3) man page

Corinna Vinschen vinschen@redhat.com
Wed Jan 5 11:46:59 GMT 2022


Hi Keith,

On Dec 28 19:24, Keith Thompson wrote:
> The posix_spawn(3) man page has incorrect types for the argv and
> envp parameters for the posix_spawn and posix_spawnp functions.
> 
> They're shown as
>     char *const argv, char *const envp
> when they should be
>     char *const argv[], char *const envp[]
> 
> Suggested patch (though I'm not 100% sure how the square brackets
> are handled when generating the man page):

Please send a git compatible patch in `git format-patch' format.


Thanks,
Corinna



More information about the Newlib mailing list