mandoc question

Joseph Koshy joseph.koshy at gmail.com
Tue Jun 13 02:49:43 UTC 2006


On 6/13/06, Rich Morin <rdm at cfcl.com> 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



More information about the freebsd-doc mailing list