diff options
| author | Jakub Wilk <jwilk@jwilk.net> | 2020-04-20 15:55:59 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2020-04-20 20:31:17 +0200 |
| commit | 90d83c61f1314de9276175ee2a4eb2336e6621af (patch) | |
| tree | 5fc87a5bc9bf7a214dc0491cc3d4567011c704de /man3/posix_spawn.3 | |
| parent | ee01213e5bddd09491222af7a52b344cae8361ce (diff) | |
| download | man-pages-90d83c61f1314de9276175ee2a4eb2336e6621af.tar.gz | |
posix_spawn.3: tfix
Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3/posix_spawn.3')
| -rw-r--r-- | man3/posix_spawn.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/posix_spawn.3 b/man3/posix_spawn.3 index 63168b63e2..c21c90f502 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 |
