The branch main has been updated by ceri (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=db6eac6821895ae57b25953146a14232503fd397
commit db6eac6821895ae57b25953146a14232503fd397 Author: Ceri Davies <[email protected]> AuthorDate: 2021-07-02 18:35:59 +0000 Commit: Ceri Davies <[email protected]> CommitDate: 2021-07-02 18:43:02 +0000 nvmem(9): install the manpage This is being installed on all architectures in line with the OF_* pages. Discussed with: fernape, manu --- share/man/man9/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index 19da0a012912..ac4cf67f52f7 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -228,6 +228,7 @@ MAN= accept_filter.9 \ namei.9 \ netisr.9 \ nv.9 \ + nvmem.9 \ OF_child.9 \ OF_device_from_xref.9 \ OF_finddevice.9 \ _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main To unsubscribe, send any mail to "[email protected]"
