summaryrefslogtreecommitdiff
path: root/usr.bin/tmux
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@cvs.openbsd.org>2019-05-11 06:40:02 +0000
committerNicholas Marriott <nicm@cvs.openbsd.org>2019-05-11 06:40:02 +0000
commite6cdaa9711765d73b15cee91499c2d5724d88560 (patch)
treec24977d6cd19a1108cf1770d29b1cc998b6b9401 /usr.bin/tmux
parent15b9ecf323cdc57bc9f72cecd1000c24c26b245d (diff)
Don't use arguments with It and -enum, pointed out by jmc.
Diffstat (limited to 'usr.bin/tmux')
-rw-r--r--usr.bin/tmux/tmux.110
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1
index c746c624f49..eaeb8857888 100644
--- a/usr.bin/tmux/tmux.1
+++ b/usr.bin/tmux/tmux.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tmux.1,v 1.646 2019/05/10 18:04:06 nicm Exp $
+.\" $OpenBSD: tmux.1,v 1.647 2019/05/11 06:40:01 nicm Exp $
.\"
.\" Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com>
.\"
@@ -14,7 +14,7 @@
.\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
.\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: May 10 2019 $
+.Dd $Mdocdate: May 11 2019 $
.Dt TMUX 1
.Os
.Sh NAME
@@ -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