Bug 26081

Summary: patch to synchronize list of staff in Handbook with CVSROOT/access
Product: Documentation Reporter: Trevor Johnson <trevor>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Trevor Johnson 2001-03-25 20:50:01 UTC
The list of committers in the Handbook is incorrect.

Fix: 

http://people.freebsd.org/~trevor/doc/staff.diff
How-To-Repeat: 
Compare the contents of CVSROOT/access to the staff-committers section.
Comment 1 ben freebsd_committer freebsd_triage 2001-03-26 20:26:14 UTC
Responsible Changed
From-To: doc->freebsd-doc

Unassigned doc PRs should be assigned to "freebsd-doc", not "doc".
Comment 2 ben freebsd_committer freebsd_triage 2001-03-29 00:52:35 UTC
Trevor Johnson wrote:

>> Description:
> 
> The list of committers in the Handbook is incorrect.
> 
>> How-To-Repeat:
> 
> Compare the contents of CVSROOT/access to the staff-committers section.
> 
>> Fix:
> 
> http://people.freebsd.org/~trevor/doc/staff.diff

It's not as simple as that, you need to add the entities for all the
committers or the build will fall over.  Also IIRC you can't change
n_hibma's entity becuase SGML entities can't have underscores in them or
something, so that has to stay as &a.nhibma;.

-- 
Ben Smithurst / ben@FreeBSD.org / PGP: 0x99392F7D
Comment 3 Trevor Johnson 2001-03-29 04:28:52 UTC
> > http://people.freebsd.org/~trevor/doc/staff.diff
>
> It's not as simple as that, you need to add the entities for all the
> committers or the build will fall over.  Also IIRC you can't change
> n_hibma's entity becuase SGML entities can't have underscores in them or
> something, so that has to stay as &a.nhibma;.

Thank you for reviewing my patch.  I've updated it to add the new entities
to authors.ent, and to leave the nhibma one alone.  I didn't remove James
Raynard's entity from that file.  I still get errors from "make lint" but
not all of them are from my changes.  Probably I don't have the right bits
of the doc tree in place.
-- 
Trevor Johnson
Comment 4 dd freebsd_committer freebsd_triage 2001-04-08 19:54:29 UTC
State Changed
From-To: open->closed

Committed, thanks!