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
 
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to