Date: Fri, 2 Jul 2021 18:43:24 GMT From: Ceri Davies <ceri@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: db6eac682189 - main - nvmem(9): install the manpage Message-ID: <202107021843.162IhOQ1044930@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by ceri (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=db6eac6821895ae57b25953146a14232503fd397 commit db6eac6821895ae57b25953146a14232503fd397 Author: Ceri Davies <ceri@FreeBSD.org> AuthorDate: 2021-07-02 18:35:59 +0000 Commit: Ceri Davies <ceri@FreeBSD.org> 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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107021843.162IhOQ1044930>