On 9/8/20 1:46 AM, Mike Frysinger wrote: > From: Mike Frysinger <vapier@xxxxxxxxxxxx> > > Signed-off-by: Mike Frysinger <vapier@xxxxxxxxxx> Thanks, Mike. Patch applied. I did have to look at the patch for a moment to work out what it was about. Just a few words in the message body like "fix indentation" would speed things up for me. Cheers, Michael > --- > man3/posix_spawn.3 | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/man3/posix_spawn.3 b/man3/posix_spawn.3 > index 820d5cef5768..a7472bce5ed3 100644 > --- a/man3/posix_spawn.3 > +++ b/man3/posix_spawn.3 > @@ -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 > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/