pub const MAN_EXAMPLES: &str = "\
EXAMPLES:
devp man | man -l - Read the main page now (Linux/macOS)
devp man --dir ./man Write the full set into ./man
sudo cp man/*.1 /usr/local/share/man/man1/ Install them system-wide";