Spelling: recevied, delimeter

2023-11-13 Thread Michael Tokarev
--- a/coreutils/cut.c +++ b/coreutils/cut.c @@ -33,8 +33,8 @@ //usage: "\n -b LIST Output only bytes from LIST" //usage: "\n -c LIST Output only characters from LIST" //usage: "\n -d SEP Field delimiter for input (default -f TAB, -F run of whitespace)" -//usage:

Re: syslogd problem

2023-11-13 Thread Michael Tokarev
21.09.2023 15:10, Jeff Pohlmeyer : On Wed, Sep 20, 2023 at 11:54 AM Michael Tokarev wrote: It's been broken for quite some time Thanks, I didn't know about that one. These are actually two different problems, your "read() not blocking" fix, and my "OPT_locallog not in opts" fix. After