diff options
author | nicm <nicm> | 2019-05-11 06:40:01 +0000 |
---|---|---|
committer | nicm <nicm> | 2019-05-11 06:40:01 +0000 |
commit | 198b0a23a21ac1cd30b1e9c23fcc38087c22bd7e (patch) | |
tree | 07216a2cabeeb8e64cc56596169eb8c1da6af7c0 | |
parent | ad27b7decd61d353031aeac5de01d44bcb374f26 (diff) | |
download | rtmux-198b0a23a21ac1cd30b1e9c23fcc38087c22bd7e.tar.gz rtmux-198b0a23a21ac1cd30b1e9c23fcc38087c22bd7e.tar.bz2 rtmux-198b0a23a21ac1cd30b1e9c23fcc38087c22bd7e.zip |
Don't use arguments with It and -enum, pointed out by jmc.
-rw-r--r-- | tmux.1 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -4461,17 +4461,17 @@ as a list of menu items separated by .Ql | . Each menu item consists of three comma-separated parts: .Bl -enum -width Ds -.It name +.It The menu item name. This is a format and may include embedded styles, see the .Sx FORMATS and .Sx STYLES sections. -.It key +.It The menu item shortcut key. If this is empty the menu item has no key shortcut. -.It command +.It The command run when the menu item is chosen. .El .Pp |