diff options
| author | Collin Funk <collin.funk1@gmail.com> | 2025-05-17 15:10:40 -0700 |
|---|---|---|
| committer | Alejandro Colomar <alx@kernel.org> | 2025-10-29 12:26:39 +0100 |
| commit | 3c4914763978b2a02ab2bc0d4eeef0adefe0b1c7 (patch) | |
| tree | 7627768c08e4a6c3e28b379832e0e71ccc459d4f | |
| parent | 9bba33e2593e6c4d024d28053deaa29a75af34d1 (diff) | |
| download | man-pages-3c4914763978b2a02ab2bc0d4eeef0adefe0b1c7.tar.gz | |
man/man7/signal.7: Mention SIGWINCH was standardized in POSIX-1.2024
Signed-off-by: Collin Funk <collin.funk1@gmail.com>
Message-ID: <bae6bc16f9ab6bd3e5c30dc8e11bd83566b06a6f.1747519811.git.collin.funk1@gmail.com>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
| -rw-r--r-- | man/man7/signal.7 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/man/man7/signal.7 b/man/man7/signal.7 index 8de2f06ece..ae3daaabd3 100644 --- a/man/man7/signal.7 +++ b/man/man7/signal.7 @@ -345,6 +345,8 @@ specified the signal: "P1990" indicates that the signal is described in the original POSIX.1-1990 standard; "P2001" indicates that the signal was added or its definition changed in SUSv2 and POSIX.1-2001. +"P2024" indicates that the signal was added or its definition changed +in POSIX.1-2024. .TS l c c l lB c c l. @@ -393,7 +395,7 @@ SIGXCPU P2001 Core CPU time limit exceeded (4.2BSD); see \f[B]setrlimit\f[](2) SIGXFSZ P2001 Core File size limit exceeded (4.2BSD); see \f[B]setrlimit\f[](2) -SIGWINCH \- Ign Window resize signal (4.3BSD, Sun) +SIGWINCH P2024 Ign Window resize signal (4.3BSD, Sun) .TE .P The signals |
