Received: from maia.hub.org (unknown [200.46.204.183]) by mail.postgresql.org (Postfix) with ESMTP id 663AC63452E for ; Sat, 3 Apr 2010 12:18:06 -0300 (ADT) Received: from mail.postgresql.org ([200.46.204.86]) by maia.hub.org (mx1.hub.org [200.46.204.183]) (amavisd-maia, port 10024) with ESMTP id 20065-01-8 for ; Sat, 3 Apr 2010 15:17:56 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from sss.pgh.pa.us (sss.pgh.pa.us [66.207.139.130]) by mail.postgresql.org (Postfix) with ESMTP id 30CA5634CA4 for ; Sat, 3 Apr 2010 12:15:50 -0300 (ADT) Received: from sss2.sss.pgh.pa.us (tgl@localhost [127.0.0.1]) by sss.pgh.pa.us (8.14.2/8.14.2) with ESMTP id o33FFm5b019738; Sat, 3 Apr 2010 11:15:49 -0400 (EDT) To: Peter Eisentraut cc: pgsql-docs@postgreSQL.org Subject: Re: [COMMITTERS] pgsql: Remove unnecessary xref endterm attributes and title ids The In-reply-to: <20100403072302.CBE9E7541D0@cvs.postgresql.org> References: <20100403072302.CBE9E7541D0@cvs.postgresql.org> Comments: In-reply-to petere@postgresql.org (Peter Eisentraut) message dated "Sat, 03 Apr 2010 07:23:02 -0000" Date: Sat, 03 Apr 2010 11:15:48 -0400 Message-ID: <19737.1270307748@sss.pgh.pa.us> From: Tom Lane X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=-2.599 tagged_above=-10 required=5 tests=BAYES_00=-2.599 X-Spam-Level: X-Archive-Number: 201004/21 X-Sequence-Number: 5420 petere@postgresql.org (Peter Eisentraut) writes: > Log Message: > ----------- > Remove unnecessary xref endterm attributes and title ids > The endterm attribute is mainly useful when the toolchain does not support > automatic link target text generation for a particular situation. In the > past, this was required by the man page tools for all reference page links, > but that is no longer the case, and it now actually gets in the way of > proper automatic link text generation. The only remaining use cases are > currently xrefs to refsects. I won't miss the need to write endterm, but what's the "remaining use cases" exactly? You need to explain to other people what's the new dispensation, if you don't want it to get messed up again. regards, tom lane