os/signal: SIGSYS documented as both handled and unhandled #67729
Labels
compiler/runtime
Issues related to the Go compiler and/or runtime.
Documentation
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
Go version
go 1.22.3
Output of
go env
in your module/workspace:What did you do?
Visited https://pkg.go.dev/os/signal
What did you see happen?
The documentation claims both:
and
SIGSYS
should be removed from whichever list is incorrect.What did you expect to see?
SIGSYS
listed as exactly one of handled or unhandled.The text was updated successfully, but these errors were encountered: