mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-04 14:43:53 +00:00
14 lines
335 B
Plaintext
14 lines
335 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, osx]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# signal
|
|
|
|
> Simplified software signal facilities.
|
|
> More information: <https://developer.apple.com/library/archive/documentation/System/Conceptual/ManPages_iPhoneOS/man3/signal.3.html>.
|
|
|
|
- View documentation for signals in macOS:
|
|
|
|
`man signal`
|