From owner-freebsd-doc@FreeBSD.ORG Tue Jul 10 20:10:10 2007 Return-Path: X-Original-To: freebsd-doc@freebsd.org Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A12A216A41F for ; Tue, 10 Jul 2007 20:10:10 +0000 (UTC) (envelope-from minimarmot@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.230]) by mx1.freebsd.org (Postfix) with ESMTP id 6241E13C45A for ; Tue, 10 Jul 2007 20:10:10 +0000 (UTC) (envelope-from minimarmot@gmail.com) Received: by wr-out-0506.google.com with SMTP id i23so651984wra for ; Tue, 10 Jul 2007 13:10:09 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=mInJWRowRJIL3phtvGmDoI7zpZd1ofSPqVFsAi1eSR7/wI702K4WoHFZA5DY/Hs/cnuW9ou0YduO3+cFSxxsSFJNOm7TE5f9hIx1QGay7TdU+n8Lz1RJL03Off7q25tVZDeGFdObY4Cr3wburNl2xq26LNNqzIU3GOQGbFOvS8w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=K2lDckfyPnATeOOUneKvpEqR0KlGt9Gs14fdBC+ph4Mm0XjwaB11fC8FJmjojWXwbJkS8Dank/H2EHG388dF4cDndA4lzp9QAfyYraUqTfes+RpTUgPmFnS4IWF20OapbaGV6S6UbuZj7B6nWfOk58socKl7cpPa8jJR+9Q9bJQ= Received: by 10.143.2.19 with SMTP id e19mr344282wfi.1184098209026; Tue, 10 Jul 2007 13:10:09 -0700 (PDT) Received: by 10.143.14.5 with HTTP; Tue, 10 Jul 2007 13:10:09 -0700 (PDT) Message-ID: <47d0403c0707101310h58a278e7xad58c3499eb65569@mail.gmail.com> Date: Tue, 10 Jul 2007 15:10:09 -0500 From: "Ben Kaduk" To: freebsd-doc@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: (html man pages) .Cd and underscore play badly 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: Tue, 10 Jul 2007 20:10:10 -0000 Hi -doc, Through a long chain of events, I came to be looking at the snd_ess man page online: http://www.freebsd.org/cgi/man.cgi?query=snd_ess&sektion=4&apropos=0&manpath=FreeBSD+6.2-RELEASE note that device snd_ess and device snd_sbc are only highlighted for the ``snd_'' portion; the part after the underscore is not marked-up as the configuration declaration. Possibly unrelated: In the few minutes I spent investigating (and not getting far), I noticed that there are some broken links with underscores in the roff man page as well: http://www.freebsd.org/cgi/man.cgi?query=roff for example, groff_out(5) is mentioned by that page, but the link is only active on the text ``out(5)'', and tries to link to man.cgi?query=out , which does not yield any result. I don't have much time to look into this at the moment, but should I file a PR anyways? -Ben Kaduk