CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2025/04/09 01:03:04
Modified files:
usr.bin/tmux : cmd-bind-key.c cmd-display-menu.c
cmd-new-session.c cmd-new-window.c
cmd-respawn-pane.c cmd-respawn-window.c
cmd-run-shell.c cmd-send-keys.c
cmd-set-buffer.c cmd-show-options.c
cmd-split-window.c tmux.1
Log message:
Fix documentation around optional arguments. This includes:
- Syncing between the usage string in code and in the man page.
- Adding optional arguments that were not mentioned (such as
shell-command arguments).
- Adding square brackets around arguments that are actually optional.
>From Julian Prein (julian at druck dot dev) in GitHub issue 4419.