svn commit: r325738 - in head: . share/misc

Baptiste Daroussin bapt at FreeBSD.org
Sun Nov 12 08:31:19 UTC 2017


Author: bapt
Date: Sun Nov 12 08:31:17 2017
New Revision: 325738
URL: https://svnweb.freebsd.org/changeset/base/325738

Log:
  Remove the special character definitions files for eqn(1)
  
  This files hasn't been used since groff(1) was introduced in base 23 years ago.

Deleted:
  head/share/misc/eqnchar
Modified:
  head/ObsoleteFiles.inc

Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc	Sun Nov 12 08:00:57 2017	(r325737)
+++ head/ObsoleteFiles.inc	Sun Nov 12 08:31:17 2017	(r325738)
@@ -38,6 +38,8 @@
 #   xargs -n1 | sort | uniq -d;
 # done
 
+# 20171112: Removal of eqnchar definition
+OLD_FILES+=usr/share/misc/eqnchar
 # 20171110: Removal of mailaddr man page
 OLD_FILES+=usr/share/man/man7/mailaddr.7.gz
 # 20171108: badsect(8) removal


More information about the svn-src-all mailing list