Hi Branden, * G. Branden Robinson via linux-man: 1) > .EX > .B int fstat(int \c > .IB fd , \~\c > .B struct stat *\c > .IB statbuf ); > .EE 2) > .EX > .BI "int fstat(int " fd ", struct stat *" statbuf ); > .EE 3) > .EX > .BI "int fstat(int\~" fd ", struct stat *" statbuf ); > .EE I'd say number 2 is best. Rationale: grep :) I agree it's visually somewhat harder, but grepping is way easier. Regards, Alex