Re: explain_timerfd_create_or_die(3)
- In reply to: Graham Perrin : "Re: explain_timerfd_create_or_die(3)"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 26 Mar 2023 06:25:13 UTC
Hello. Graham Perrin wrote on 2023/03/26 14:39: > I forgot to mention, I ran this before my first email: > % ls -hln /usr/local/man/man3/explain_timerfd_create_or_die.3.gz > -rw-r--r-- 1 0 0 1.2K 18 May 2022 /usr/local/man/man3/explain_timerfd_create_or_die.3.gz > % pkg provides explain_timerfd_create_or_die > % > Did pkg-provides(8) not find it because there's currently no package for FreeBSD:14:amd64? > (I forgot to use pkg-which(8).) I do the following, for example, when finding for libfoobar.so. If explain_timerfd_create_or_die is searched for... grep -m 1 --include "*/Makefile*" --include "*/pkg-plist*" -e explain_timerfd_create_or_die -r /usr/ports If the plist is not auto-generated, it can usually be found :) Regards.