But there's another element to this, not covered in the original hint: you can also specify the section. For example, x-man-page://3/printf gets you the man page for the printf(3) function in C (as opposed to the command-line utility, which is printf(1), and the default manpage for a simple man printf or x-man-page://printf).

