resurrecting-open-source-projects / scrot

SCReenshOT - command line screen capture utility
Other
495 stars 49 forks source link

Correct strftime manual section #371

Closed tricantivu closed 1 year ago

tricantivu commented 1 year ago

Previously, scrot's manual mentioned the manual strftime(2), which, as far as I know it is incorrect. According to the Linux manpage man-pages(7), section number 2 is for system calls and not for library functions.

I attempted searching for the manual strftime(2) to no avail with the command man -s 2 --names-only --wildcard 'strftime(2)' and there are no lines with the word strftime in the file /usr/include/asm/unistd_64.h, which has system call numbers.

N-R-K commented 1 year ago

Thanks, merged.

tricantivu commented 1 year ago

No problem, thanks for reviewing.