Bug 252576

Summary: Remove unused entities
Product: Documentation Reporter: Ceri Davies <ceri>
Component: Books & ArticlesAssignee: Guangyuan Yang <ygy>
Status: Closed FIXED    
Severity: Affects Some People CC: ygy
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch removing unused entities from teams.ent files none

Description Ceri Davies 2021-01-11 14:39:15 UTC
Created attachment 221458 [details]
Patch removing unused entities from teams.ent files

The following entities are no longer used.  The attached patch removes them.

a.cvsup-master
a.dcvs
a.ncvs
a.pl.cvsup-master.b
a.pl.cvsup-master.c
a.pl.cvsup-master.d
a.pl.cvsup-master.m
a.pl.cvsup-master.ms
a.pl.cvsup-master.n
a.pl.dcvs.b
a.pl.dcvs.c
a.pl.dcvs.d
a.pl.dcvs.m
a.pl.dcvs.ms
a.pl.dcvs.n
a.pl.ncvs.b
a.pl.ncvs.c
a.pl.ncvs.d
a.pl.ncvs.m
a.pl.ncvs.ms
a.pl.ncvs.n
a.projcvs
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-01-14 06:35:42 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/doc/commit/?id=108a19f6fe00d3330c51a127df80419f052b24e3

commit 108a19f6fe00d3330c51a127df80419f052b24e3
Author:     Guangyuan Yang <ygy@FreeBSD.org>
AuthorDate: 2021-01-12 23:17:41 +0000
Commit:     Guangyuan Yang <ygy@FreeBSD.org>
CommitDate: 2021-01-12 23:17:41 +0000

    Remove unused entities

    PR:             252576
    Submitted by:   Ceri Davies <ceri@submonkey.net>

 de_DE.ISO8859-1/share/xml/teams.ent |  8 --------
 el_GR.ISO8859-7/share/xml/teams.ent |  8 --------
 en_US.ISO8859-1/share/xml/teams.ent |  4 ----
 es_ES.ISO8859-1/share/xml/teams.ent |  8 --------
 fr_FR.ISO8859-1/share/xml/teams.ent |  8 --------
 hu_HU.ISO8859-2/share/xml/teams.ent |  8 --------
 ja_JP.eucJP/share/xml/teams.ent     |  4 ----
 mn_MN.UTF-8/share/xml/teams.ent     |  8 --------
 nl_NL.ISO8859-1/share/xml/teams.ent |  6 ------
 pl_PL.ISO8859-2/share/xml/teams.ent | 26 --------------------------
 pt_BR.ISO8859-1/share/xml/teams.ent |  6 ------
 ru_RU.KOI8-R/share/xml/teams.ent    |  8 --------
 zh_CN.UTF-8/share/xml/teams.ent     |  8 --------
 13 files changed, 110 deletions(-)
Comment 2 Guangyuan Yang freebsd_committer freebsd_triage 2021-01-14 06:36:21 UTC
Committed, thanks!