Comment on What is this format specifier?

<- View Parent
AlmightySnoo@lemmy.world ⁨9⁩ ⁨months⁩ ago

Yup that definitely does the same thing.

If anyone else is wondering why the 3 is there, it’s because usually you won’t find just one printf. You have the printf user command, the printf function from the standard C library, and POSIX manual entries for both the printf user command and C function. The id number is then an identifier for the corresponding section of the printf entry, and you can list all of them by doing a man -f printf.

source
Sort:hotnewtop