From owner-freebsd-doc@FreeBSD.ORG Tue Feb 26 13:44:21 2013 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 4D82AD31 for ; Tue, 26 Feb 2013 13:44:21 +0000 (UTC) (envelope-from gkeramidas@gmail.com) Received: from mail-we0-x233.google.com (mail-we0-x233.google.com [IPv6:2a00:1450:400c:c03::233]) by mx1.freebsd.org (Postfix) with ESMTP id E515C377 for ; Tue, 26 Feb 2013 13:44:20 +0000 (UTC) Received: by mail-we0-f179.google.com with SMTP id p43so3584663wea.10 for ; Tue, 26 Feb 2013 05:44:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:date:from:to:subject:message-id:references :mime-version:content-type:content-disposition:in-reply-to; bh=D38vlG2gKMzoYNyFgi9FbEWV2agyVMBAe3FKNDaVdEI=; b=KAq3KDxxlYNKIooFTXDOFL6VKOLL5piCCEeFbdypzV0CS5iKJqqOsxsfaHGeU8mzWJ sBuNHvv/FVUCtLYQtsAMUMAd1Yp5qT24blDMsZNJv2i3r8scT09bHAdLnVk+bIP60kcr re4QXrYmTuA5AQtJ3MupY80iwX9umjvV0IGQUkNrCUJG0vJnyLRLK4S2RWsiUGgTHCLP e9mTWAhGVhjfEEoGiKsnZs7eTNDCGtpIQMfhYc+43wrGwZblO0I2ngGD12LixVmieO54 rTn2fYuI8TRq48Qr6Iy9ATm/F51XOJhuMTeG1dG9iNtt1IhiGMlk5NDeTFHXEv6H/wfr 4hvA== X-Received: by 10.194.19.135 with SMTP id f7mr4242642wje.27.1361886260046; Tue, 26 Feb 2013 05:44:20 -0800 (PST) Received: from saturn (217-162-217-29.dynamic.hispeed.ch. [217.162.217.29]) by mx.google.com with ESMTPS id n10sm2084322wia.0.2013.02.26.05.44.18 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 26 Feb 2013 05:44:18 -0800 (PST) Sender: Giorgos Keramidas Date: Tue, 26 Feb 2013 14:44:15 +0100 From: Giorgos Keramidas To: freebsd-doc@freebsd.org Subject: Re: Do we care for manpage links in elements? Message-ID: <20130226134414.GA8899@saturn> References: <20130226124932.GA7258@saturn> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20130226124932.GA7258@saturn> X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Documentation project <freebsd-doc.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-doc>, <mailto:freebsd-doc-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-doc> List-Post: <mailto:freebsd-doc@freebsd.org> List-Help: <mailto:freebsd-doc-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-doc>, <mailto:freebsd-doc-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 26 Feb 2013 13:44:21 -0000 On 2013-02-26 13:49, Giorgos Keramidas <keramida@FreeBSD.org> wrote: > Hi everyone, > > I just noticed that in all the places where a chapter <title> includes a > &an.xxx.section; entity the rendering in HTML output sucks a bit. Note > how there are two separate links in the 'Using rc(8) Under FreeBSD' > title in the following screenshot: > > http://people.freebsd.org/~keramida/rc8-title-link.png This sort of diff fixes the title-link rendering: http://bitbucket.org/keramida/doc-work/commits/d44757193d819f1c950f0236801a37ef77d4711a But this is admittedly a "hack", and the optimal solution would be to conditionally render &man.foo.N; differently in <title> elements.