table of contents
| nbox-man(1) | General Commands Manual | nbox-man(1) |
NAME¶
nbox-man - Generate man pages (roff) for nbox
SYNOPSIS¶
nbox man [-h|--help] [OUT_DIR]
DESCRIPTION¶
Generate man pages (roff) for nbox.
With no argument, writes the top-level `nbox.1` to stdout, e.g. `nbox man > nbox.1`. Given a directory, writes the full set instead: `nbox.1` plus one `nbox-<subcommand>.1` per subcommand, so `man nbox-device` works after install.
OPTIONS¶
- -h, --help
- Print help (see a summary with '-h')
- [OUT_DIR]
- Directory to write the full man-page set into (created if needed). Omit to write the single top-level page to stdout
| man |