devnull-cz / unix-linux-prog-in-c

Unix/Linux Programming in C course materials
https://devnull-cz.github.io/unix-linux-prog-in-c/
Other
9 stars 2 forks source link

PDF entry for networking close() slide leads to generic close() slide #53

Closed Dook97 closed 8 months ago

Dook97 commented 9 months ago

In the pdf index under section network programming subtopic close refers to a much earlier place in the document, which talks about general UNIX APIs and not about the relation of close to socket file descriptors etc. which was the intent.

vladak commented 9 months ago

Thanks for the report. Which version of the PDF (assuming the slides with comments) are you using ?

Dook97 commented 9 months ago

The latest release - v99.

vladak commented 9 months ago

I don't seem to be able to replicate the issue, or maybe I misunderstood the description. Any chance you can show it to me after the lecture ?

Dook97 commented 9 months ago

The issue is with the metadata. For example: if you open the pdf in firefox then open the "sections" panel and under the "network programming" section select "close" the document viewer will jump to page 64 instead of 168, which would be the correct destination.

Happens also with zathura, so not a document viewer bug I think.

If you still can't reproduce the issue with this description, I'll be happy to demonstrate after the lecture.