To test my man page, I'm using the nroff command.
$ nroff -man myfile
The results are formatted correctly, however my bold and italic font is not displayed.
Man page (myfile) source:
.TH Add 1 10/21/13
.SH NAME
add \- add metadata to items
.SH SYNOPSIS
.B add
.RB [ \-a | \-\-attribute
.IR key = value ]...
.RB [ \-t | \-\-tag
.IR tag ]...
.RB [ \-d | \-\-description
.IR description ]
.RB [ \-n | \-\-note ]...
.IR item...
Any suggestions greatly appreciated.