mirror of
https://repo.or.cz/socat.git
synced 2025-07-12 22:53:24 +00:00
Corrected mention of SSL-LISTEN and SSL-CONNECT in doc; more minor corrections
This commit is contained in:
parent
a9f36eb7b7
commit
d7473dbac6
6 changed files with 19 additions and 12 deletions
2
socat.c
2
socat.c
|
@ -290,7 +290,7 @@ int main(int argc, const char *argv[]) {
|
|||
sigfillset(&act.sa_mask);
|
||||
act.sa_flags = 0;
|
||||
act.sa_handler = socat_signal;
|
||||
/* not sure which signals should be cauhgt and print a message */
|
||||
/* not sure which signals should be caught and print a message */
|
||||
Sigaction(SIGHUP, &act, NULL);
|
||||
Sigaction(SIGINT, &act, NULL);
|
||||
Sigaction(SIGQUIT, &act, NULL);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue