Date: Tue, 12 Oct 2021 07:44:26 GMT From: Kyle Evans <kevans@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 08580603b5c4 - main - kqueue(9): correct spelling of kn_fop Message-ID: <202110120744.19C7iQsm009478@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=08580603b5c438762a531aaadd435541ea14d2f2 commit 08580603b5c438762a531aaadd435541ea14d2f2 Author: Kyle Evans <kevans@FreeBSD.org> AuthorDate: 2021-10-03 15:59:52 +0000 Commit: Kyle Evans <kevans@FreeBSD.org> CommitDate: 2021-10-12 07:44:09 +0000 kqueue(9): correct spelling of kn_fop --- share/man/man9/kqueue.9 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/man/man9/kqueue.9 b/share/man/man9/kqueue.9 index ee56358b9e86..53f55b8efe03 100644 --- a/share/man/man9/kqueue.9 +++ b/share/man/man9/kqueue.9 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd March 26, 2012 +.Dd October 12, 2021 .Dt KQUEUE 9 .Os .Sh NAME @@ -145,7 +145,7 @@ such as when the object is being destroyed, or does not exist. During .Va f_attach , it is valid to change the -.Va kn_fops +.Va kn_fop pointer to a different pointer. This will change the .Va f_event
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110120744.19C7iQsm009478>