svn commit: r318901 - in head: . share/misc
Baptiste Daroussin
bapt at FreeBSD.org
Thu May 25 21:16:40 UTC 2017
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
More information about the svn-src-head
mailing list