From owner-freebsd-doc@FreeBSD.ORG Thu Aug 18 01:25:19 2005 Return-Path: X-Original-To: freebsd-doc@freebsd.org Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 59B3E16A41F for ; Thu, 18 Aug 2005 01:25:19 +0000 (GMT) (envelope-from rodrigc@crodrigues.org) Received: from sccrmhc11.comcast.net (sccrmhc11.comcast.net [204.127.202.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3C9A43D46 for ; Thu, 18 Aug 2005 01:25:18 +0000 (GMT) (envelope-from rodrigc@crodrigues.org) Received: from c-66-30-115-133.hsd1.ma.comcast.net ([66.30.115.133]) by comcast.net (sccrmhc11) with ESMTP id <20050818012517011000rckee>; Thu, 18 Aug 2005 01:25:17 +0000 Received: from c-66-30-115-133.hsd1.ma.comcast.net (localhost.127.in-addr.arpa [127.0.0.1]) by c-66-30-115-133.hsd1.ma.comcast.net (8.13.4/8.13.1) with ESMTP id j7I1PJYM049599 for ; Wed, 17 Aug 2005 21:25:19 -0400 (EDT) (envelope-from rodrigc@c-66-30-115-133.hsd1.ma.comcast.net) Received: (from rodrigc@localhost) by c-66-30-115-133.hsd1.ma.comcast.net (8.13.4/8.13.1/Submit) id j7I1PJlY049598 for freebsd-doc@freebsd.org; Wed, 17 Aug 2005 21:25:19 -0400 (EDT) (envelope-from rodrigc) Date: Wed, 17 Aug 2005 21:25:18 -0400 From: Craig Rodrigues To: freebsd-doc@freebsd.org Message-ID: <20050818012518.GA48673@crodrigues.org> References: <20050817202258.GA40417@crodrigues.org> <20050817203708.GD598@gothic.blackend.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="0OAP2g/MAC+5xKAE" Content-Disposition: inline In-Reply-To: <20050817203708.GD598@gothic.blackend.org> User-Agent: Mutt/1.5.9i Subject: Re: Is supposed to create HTML anchor tag? X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 01:25:19 -0000 --0OAP2g/MAC+5xKAE Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wed, Aug 17, 2005 at 10:37:08PM +0200, Marc Fonvieille wrote: > You have to use look at 4.2.7.1 Linking to other parts of the same document section on > http://www.freebsd.org/doc/en_US.ISO8859-1/books/fdp-primer/sgml-markup-docbook.html Excellent, that was exactly what I was looking for. Can I commit the following patch to the committer's guide? I found the linking quite confusing, and I wasn't sure whom to ask to do a repository copy, since earlier in the document, it mentions not to send repo copy requests to cvsadm@ Thanks. -- Craig Rodrigues rodrigc@crodrigues.org --0OAP2g/MAC+5xKAE Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="a.txt" Index: article.sgml =================================================================== RCS file: /home/dcvs/doc/en_US.ISO8859-1/articles/committers-guide/article.sgml,v retrieving revision 1.226 diff -u -u -r1.226 article.sgml --- article.sgml 16 Aug 2005 18:51:44 -0000 1.226 +++ article.sgml 18 Aug 2005 01:24:06 -0000 @@ -224,10 +224,10 @@ Please do not contact the &a.cvsadm; for repocopies or other things that the more specific teams can handle. - The only ones able to directly fiddle the repository bits on the - repository hosts are the repomeisters. To enforce this, there are - no login shells available on the repository machines, except to - the repomeisters. + The only ones able to directly fiddle + the repository bits on the repository hosts are the repomeisters. + To enforce this, there are no login shells available on the repository + machines, except to the repomeisters. Depending on the affected area of the CVS repository, you should send your request to one of the following email @@ -357,7 +357,7 @@ effectively a &man.mv.1; operation, then a repository copy is in order rather than using CVS add and delete. In a repository copy, a CVS Meister will copy the file(s) + linkend="repomeisters">repomeister will copy the file(s) to their new name and/or location and let you know when it is done. The purpose of a repository copy is to preserve file change history, or logs. We in the FreeBSD Project greatly --0OAP2g/MAC+5xKAE--