How to get a formatting error corrected on a man page?

I was reading the vm() man page and noticed a formatting error here:

1756526154289.png


The "img" command needs a return to kick it out as it's own thing. And it looks like there is a leading space before "List" in the next line.

I sent an email to the Matt Churchyard email address listed on 8/20. So far, no response. I realize everyone is busy but it got me thinking, how would a man page be updated if there is never a response?
 
I sent an email to the Matt Churchyard email address listed on 8/20. So far, no response.
I would open an issue on the projects Github repository:

vm(8)
Code:
KNOWN BUGS
     ...
    
     Please report all bugs/issues/feature requests to the GitHub project at
     https://github.com/freebsd/vm-bhyve
 
Back
Top