Date: Sun, 24 Apr 2016 11:41:36 +0000 (UTC) From: Christian Brueffer <brueffer@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r298538 - head/share/man/man4 Message-ID: <201604241141.u3OBfaHE084478@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: brueffer Date: Sun Apr 24 11:41:36 2016 New Revision: 298538 URL: https://svnweb.freebsd.org/changeset/base/298538 Log: MLINK mfi.4 to mfi_linux.4 and mfip.4 to cover these kernel modules. The mfi(4) manpage doesn't explain the modules yet, but at least we direct users to the right place. PR: 205925 Submitted by: dvl MFC after: 1 week Sponsored by: Essen Hackathon 2016 Modified: head/share/man/man4/Makefile Modified: head/share/man/man4/Makefile ============================================================================== --- head/share/man/man4/Makefile Sun Apr 24 10:52:59 2016 (r298537) +++ head/share/man/man4/Makefile Sun Apr 24 11:41:36 2016 (r298538) @@ -660,6 +660,8 @@ MLINKS+=lp.4 plip.4 MLINKS+=malo.4 if_malo.4 MLINKS+=md.4 vn.4 MLINKS+=mem.4 kmem.4 +MLINKS+=mfi.4 mfi_linux.4 \ + mfi.4 mfip.4 MLINKS+=mlx5en.4 mce.4 MLINKS+=mn.4 if_mn.4 MLINKS+=mos.4 if_mos.4
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604241141.u3OBfaHE084478>