aboutsummaryrefslogtreecommitdiffstats
path: root/man2/sigaltstack.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/sigaltstack.2')
-rw-r--r--man2/sigaltstack.22
1 files changed, 1 insertions, 1 deletions
diff --git a/man2/sigaltstack.2 b/man2/sigaltstack.2
index 10141f4314..05fd811d7d 100644
--- a/man2/sigaltstack.2
+++ b/man2/sigaltstack.2
@@ -165,7 +165,7 @@ signal stack.
For backwards compatibility, glibc also provides \fBsigstack\fP.
All new applications should be written using \fBsigaltstack\fB.
.SH HISTORY
-BSD 4.2 had a \fIsigstack\fP() system call. It used a slightly
+4.2BSD had a \fIsigstack\fP() system call. It used a slightly
different struct, and had as major disadvantage that the caller
had to know the direction of stack growth.
.SH "CONFORMING TO"