1
0
Fork 0
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:
Gerhard Rieger 2011-11-26 14:49:51 +01:00
parent 7e3386f228
commit 490a01d245
6 changed files with 17 additions and 14 deletions

View file

@ -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);