aboutsummaryrefslogtreecommitdiffstats
path: root/man3/posix_spawn.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/posix_spawn.3')
-rw-r--r--man3/posix_spawn.34
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