All of lore.kernel.org
 help / color / mirror / Atom feed
* SA_ONSTACK: man page and glibc reference manual in conflict
@ 2022-01-31  9:29 Ivan Zuboff
  2022-01-31 21:23 ` Alejandro Colomar (man-pages)
  0 siblings, 1 reply; 3+ messages in thread
From: Ivan Zuboff @ 2022-01-31  9:29 UTC (permalink / raw)
  To: mtk.manpages, alx.manpages; +Cc: linux-man

Hello!

Man page says:
SA_ONSTACK
              Call the signal handler on an alternate signal stack
              provided by sigaltstack(2).  *If an alternate stack is not
              available, the default stack will be used.*  This flag is
              meaningful only when establishing a signal handler.
https://man7.org/linux/man-pages/man2/sigaction.2.html

glibc reference manual says:
Macro: int SA_ONSTACK
If this flag is set for a particular signal number, the system uses
the signal stack when delivering that kind of signal. See Signal
Stack. *If a signal with this flag arrives and you have not set a
signal stack, the system terminates the program with SIGILL.*
https://www.gnu.org/software/libc/manual/html_node/Flags-for-Sigaction.html

As far as I understand, statements in *stars* are in conflict. glibc
documentation says that "While the glibc manual remains the canonical
source for API descriptions, the man-pages are an excellent
reference.", so I decided to mail you supposing that man page is
incorrect in this regard.
https://www.gnu.org/software/libc/documentation.html

Please correct me if I'm wrong. Also, sorry for my bad English, this
is not my native language.

Best regards,
Ivan

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-01-31 21:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-31  9:29 SA_ONSTACK: man page and glibc reference manual in conflict Ivan Zuboff
2022-01-31 21:23 ` Alejandro Colomar (man-pages)
2022-01-31 21:53   ` Florian Weimer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.