Hello Jakub On 4/20/20 3:55 PM, Jakub Wilk wrote: > Signed-off-by: Jakub Wilk <jwilk@xxxxxxxxx> > --- > man3/posix_spawn.3 | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/man3/posix_spawn.3 b/man3/posix_spawn.3 > index 63168b63e..c21c90f50 100644 > --- a/man3/posix_spawn.3 > +++ b/man3/posix_spawn.3 > @@ -393,7 +393,7 @@ instead of > .BR fork (2). > The > .B _GNU_SOURCE > -feature test macro must be defined to obtain the definition of this contant. > +feature test macro must be defined to obtain the definition of this constant. > .TP > .BR POSIX_SPAWN_SETSID " (since glibc 2.26)" > If this flag is set, > @@ -403,7 +403,7 @@ group in the session (see > .BR setsid (2)). > The > .B _GNU_SOURCE > -feature test macro must be defined to obtain the definition of this contant. > +feature test macro must be defined to obtain the definition of this constant. > .\" This flag has been accepted in POSIX, see: > .\" http://austingroupbugs.net/view.php?id=1044 > .\" and has been implemented in glibc since version 2.26 Thanks. Applied. Cheers, Michael -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/