I am writing a man page. I am displaying only with man -l filename.man
.
I am running into an issue where my text is displaying as:
file/path/[ option ]
Where I would like it to display as:
file/path/[option]
.
The offending lines of text (code?) look like:
.\" filename.man
The filepath is /file/path/[
.I option
], and it contains files.
I am extremely new to formatting with [gnt]roff, and appreciate any pointers or recommended readings.