pub const MAN_EXAMPLES: &str = "EXAMPLES:
devp man The contents page, on any platform
devp man run One command's page
devp man | man -l - Read it formatted by man (Linux/macOS)
devp man --roff > devp.1 Save the roff source
devp man run --roff > devp-run.1 Save one page's roff source
devp man --dir ./man Write the full set into ./man
sudo cp man/*.1 /usr/local/share/man/man1/ Install them system-wide";