We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f60e5b commit 600749dCopy full SHA for 600749d
signals/siginfo.c
@@ -5,9 +5,9 @@
5
* the signalled process. Among that is a PID of the signalling process and its
6
* UID. Example:
7
*
8
- * $ ./a.out # and now kill 4114 with SIGINT ("kill -INT 4114")
+ * $ ./siginfo # and now kill 4114 with SIGINT ("kill -INT 4114")
9
* PID 4114 started...
10
- * sig received: TERM
+ * sig received: Interrupt
11
* signalled by PID: 3764
12
* and process was owned by: janp
13
0 commit comments