bgipc
bgipc copied to clipboard
Beej's Guide to Unix Interprocess Communication source
I noticed that the guide promotes the use of `mknod` instead of `mkfifo` for creating the FIFOs, which contradicts the POSIX and the common advice I've seen. `mkfifo` isn't even...
"that" should be "than"
For example, [on this line](src/bgipc_part_0600_filelocks.md?plain=1#L139) in chapter 6.2, this text in Markdown: ``` fl.l_type = F_UNLCK; /* tell it to unlock the region */ ``` gets rendered as raw code,...
Thanks for your guides!
On the beej.us site, there is a rendering bug around section 4.2 (it duplicates the entire section except the code snippet, see screen shot below). https://beej.us/guide/bgipc/html/split/pipes.html#the-search-for-pipe-as-we-know-it See #12 for more...
On the beej.us site, there is a rendering bug around section 4.2 (it duplicates the entire section except the code snippet, see screen shot below). https://beej.us/guide/bgipc/html/split/pipes.html#the-search-for-pipe-as-we-know-it Looks like line 46...