mirror of
https://repo.or.cz/socat.git
synced 2025-07-05 20:46:34 +00:00
typos in docu and source
This commit is contained in:
parent
7e3386f228
commit
490a01d245
6 changed files with 17 additions and 14 deletions
|
@ -222,7 +222,7 @@ pid_t xio_fork(bool subchild, int level) {
|
|||
if (pid == 0) { /* child process */
|
||||
pid_t cpid = Getpid();
|
||||
|
||||
Info1("just born: client process "F_pid, cpid);
|
||||
Info1("just born: child process "F_pid, cpid);
|
||||
if (!subchild) {
|
||||
/* set SOCAT_PID to new value */
|
||||
xiosetenvulong("PID", pid, 1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue