svn commit: r324647 - in head/sys/boot: . common man

Warner Losh imp at FreeBSD.org
Mon Oct 16 03:59:19 UTC 2017


Author: imp
Date: Mon Oct 16 03:59:17 2017
New Revision: 324647
URL: https://svnweb.freebsd.org/changeset/base/324647

Log:
  Move orphaned man pages into new man directory from common. This helps
  keep cleaer that common is just for the MI files for /boot/loader
  programs.
  
  Sponsored by: Netflix

Added:
  head/sys/boot/man/
  head/sys/boot/man/Makefile   (contents, props changed)
     - copied, changed from r324646, head/sys/boot/common/Makefile
  head/sys/boot/man/loader.8   (contents, props changed)
     - copied, changed from r324646, head/sys/boot/common/loader.8
  head/sys/boot/man/zfsloader.8   (contents, props changed)
     - copied, changed from r324646, head/sys/boot/common/zfsloader.8
Deleted:
  head/sys/boot/common/Makefile
  head/sys/boot/common/loader.8
  head/sys/boot/common/zfsloader.8
Modified:
  head/sys/boot/Makefile

Modified: head/sys/boot/Makefile
==============================================================================
--- head/sys/boot/Makefile	Mon Oct 16 03:59:11 2017	(r324646)
+++ head/sys/boot/Makefile	Mon Oct 16 03:59:17 2017	(r324647)
@@ -9,7 +9,7 @@ SUBDIR+=		ficl
 SUBDIR+=		forth
 .endif
 
-SUBDIR+=		common
+SUBDIR+=		man
 
 .include <bsd.arch.inc.mk>
 

Copied and modified: head/sys/boot/man/Makefile (from r324646, head/sys/boot/common/Makefile)
==============================================================================

Copied and modified: head/sys/boot/man/loader.8 (from r324646, head/sys/boot/common/loader.8)
==============================================================================

Copied and modified: head/sys/boot/man/zfsloader.8 (from r324646, head/sys/boot/common/zfsloader.8)
==============================================================================


More information about the svn-src-head mailing list