signal.7: improve description in NAME section

Reported-by: Gergely Soos <sogerc1@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2008-10-06 10:12:00 +02:00
parent 783a623352
commit 2411effea2
1 changed files with 2 additions and 1 deletions

View File

@ -39,10 +39,11 @@
.\" 2008-07-04, mtk: .\" 2008-07-04, mtk:
.\" Added section on system call restarting (SA_RESTART) .\" Added section on system call restarting (SA_RESTART)
.\" Added section on stop/cont signals interrupting syscalls. .\" Added section on stop/cont signals interrupting syscalls.
.\" 2008-10-05, mtk: various additions
.\" .\"
.TH SIGNAL 7 2008-10-05 "Linux" "Linux Programmer's Manual" .TH SIGNAL 7 2008-10-05 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
signal \- list of available signals signal \- overview of signals
.SH DESCRIPTION .SH DESCRIPTION
Linux supports both POSIX reliable signals (hereinafter Linux supports both POSIX reliable signals (hereinafter
"standard signals") and POSIX real-time signals. "standard signals") and POSIX real-time signals.