Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 May 2017 21:16:39 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r318901 - in head: . share/misc
Message-ID:  <201705252116.v4PLGdbC027596@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Thu May 25 21:16:39 2017
New Revision: 318901
URL: https://svnweb.freebsd.org/changeset/base/318901

Log:
  Remove the old man.template
  
  In FreeBSD we only use mdoc(7) format. A template is available as mdoc.template
  The usage of man(7) format is discouraged and this file was driving people into
  the front direction as a template to use.

Deleted:
  head/share/misc/man.template
Modified:
  head/ObsoleteFiles.inc
  head/share/misc/Makefile

Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc	Thu May 25 21:11:25 2017	(r318900)
+++ head/ObsoleteFiles.inc	Thu May 25 21:16:39 2017	(r318901)
@@ -38,6 +38,8 @@
 #   xargs -n1 | sort | uniq -d;
 # done
 
+# 20170525: remove misleading template
+OLD_FILES+=usr/share/misc/man.template
 # 20170525: disconnect the roff docs from the build
 OLD_FILES+=usr/share/doc/papers/beyond43.ascii.gz
 OLD_FILES+=usr/share/doc/papers/bio.ascii.gz

Modified: head/share/misc/Makefile
==============================================================================
--- head/share/misc/Makefile	Thu May 25 21:11:25 2017	(r318900)
+++ head/share/misc/Makefile	Thu May 25 21:16:39 2017	(r318901)
@@ -7,7 +7,7 @@
 
 FILES=	ascii birthtoken bsd-family-tree committers-doc.dot committers-ports.dot \
 	committers-src.dot eqnchar flowers init.ee \
-	iso3166 iso639 latin1 man.template mdoc.template operator pci_vendors \
+	iso3166 iso639 latin1 mdoc.template operator pci_vendors \
 	scsi_modes \
 	organization.dot
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705252116.v4PLGdbC027596>