Skip to content

Commit 600749d

Browse files
committed
update comment
1 parent 6f60e5b commit 600749d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

signals/siginfo.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
* the signalled process. Among that is a PID of the signalling process and its
66
* UID. Example:
77
*
8-
* $ ./a.out # and now kill 4114 with SIGINT ("kill -INT 4114")
8+
* $ ./siginfo # and now kill 4114 with SIGINT ("kill -INT 4114")
99
* PID 4114 started...
10-
* sig received: TERM
10+
* sig received: Interrupt
1111
* signalled by PID: 3764
1212
* and process was owned by: janp
1313
*

0 commit comments

Comments
 (0)