看板 FB_doc 關於我們 聯絡資訊
On 6/13/06, Rich Morin <rdm@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 _______________________________________________ freebsd-doc@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-doc To unsubscribe, send any mail to "freebsd-doc-unsubscribe@freebsd.org"