diff options
| -rw-r--r-- | schulung_tools/ipc_tcp/send.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/schulung_tools/ipc_tcp/send.c b/schulung_tools/ipc_tcp/send.c index 60d2f1f..b745e9b 100644 --- a/schulung_tools/ipc_tcp/send.c +++ b/schulung_tools/ipc_tcp/send.c @@ -28,7 +28,7 @@ int main(void) if (connect(s, (struct sockaddr *)&sa, sizeof(struct sockaddr)) != 0) return 1; - printf("send (%d): type message and hit RETURN to send signal\n", + printf("send (%d): type message and hit RETURN to send message\n", getpid()); fgets(buffer, sizeof(buffer), stdin); |
