From 3a268233e87971bb107a90cc0506c69162e17cd5 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Thu, 25 May 2017 21:16:39 +0000 Subject: [PATCH] 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. --- ObsoleteFiles.inc | 2 ++ share/misc/Makefile | 2 +- share/misc/man.template | 8 -------- 3 files changed, 3 insertions(+), 9 deletions(-) delete mode 100644 share/misc/man.template diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index db2b1aa23e3..33d21badc8c 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -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 diff --git a/share/misc/Makefile b/share/misc/Makefile index 9ae988a3f7f..04277aa2bdf 100644 --- a/share/misc/Makefile +++ b/share/misc/Makefile @@ -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 diff --git a/share/misc/man.template b/share/misc/man.template deleted file mode 100644 index 228de3d32e7..00000000000 --- a/share/misc/man.template +++ /dev/null @@ -1,8 +0,0 @@ -.TH NAME SECTION local -.SH NAME -.SH SYNOPSIS -.SH DESCRIPTION -.SH FILES -.SH SEE ALSO -.SH DIAGNOSTICS -.SH BUGS