sources.
The arguments given to the B<-P> option is a comma separated list of commands.
-For example, to allow the C<FLUSH> and C<PENDING> commands one could specify:
+For example, to allow one the C<FLUSH> and C<PENDING> commands one could specify:
rrdcached -P FLUSH,PENDING $MORE_ARGUMENTS
switch(status)
{
case -1:
- RRDD_LOG(LOG_NOTICE, "%s: %s (May be OK if occuring while attaching/attached to strace, gdb, etc)\nerrno: %d", __func__, "Signal wait failed.", errno);
+ RRDD_LOG(LOG_NOTICE, "%s: %s (May be OK if occurring while attaching/attached to strace, gdb, etc)\nerrno: %d", __func__, "Signal wait failed.", errno);
break;
case SIGINT:
RRDD_LOG (LOG_ERR, "failed to open /dev/null.\n");
}
if (dup(0) == -1 || dup(0) == -1){
- RRDD_LOG (LOG_ERR, "faild to run dup.\n");
+ RRDD_LOG (LOG_ERR, "failed to run dup.\n");
}
} /* if (!stay_foreground) */