From owner-freebsd-doc@FreeBSD.ORG Tue Jun 13 02:49:43 2006 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 A802E16A418 for ; Tue, 13 Jun 2006 02:49:43 +0000 (UTC) (envelope-from joseph.koshy@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.168]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB4D343D67 for ; Tue, 13 Jun 2006 02:49:38 +0000 (GMT) (envelope-from joseph.koshy@gmail.com) Received: by ug-out-1314.google.com with SMTP id m3so2426651uge for ; Mon, 12 Jun 2006 19:49:37 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=KYNGAszZTRrtv56FMekpbMm5sPW+we/lS0csnh8hCu/nnzWMywPLxKTgJmhbC/y7ZNpJzZykdRqUJXVb4LjOZSXF7tHPS2GVtG12A7RtsY84CndIpTO/8tIdo+wMiwCOzZaOBRK+dAWGzp5ivE9iKcnsjsfrEbGSjDYZfG2qWnM= Received: by 10.78.123.4 with SMTP id v4mr133796huc; Mon, 12 Jun 2006 18:47:37 -0700 (PDT) Received: by 10.78.50.15 with HTTP; Mon, 12 Jun 2006 18:47:37 -0700 (PDT) Message-ID: <84dead720606121847u2c4e9c51ge9e8793c0d8ea24e@mail.gmail.com> Date: Tue, 13 Jun 2006 07:17:37 +0530 From: "Joseph Koshy" To: "Rich Morin" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Cc: freebsd-doc@freebsd.org Subject: Re: mandoc question 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, 13 Jun 2006 02:49:43 -0000 On 6/13/06, Rich Morin wrote: > Assuming that I have a function argument n and want to say > something like: > > The n'th character is ignored. > > How do I use the .Fa macro (or whatever) to do this. My > current code is > > The > .Fa n'th > character is ignored. > > but that highlights all of "n'th". I've tried a couple of > other possibilities (along with RTFM), but no luck so far. > > Help? Try the .Ap macro: The .Fa n Ap th character is ignored. -- FreeBSD Volunteer, http://people.freebsd.org/~jkoshy