From: nicm Date: Mon, 30 May 2022 13:06:10 +0000 (+0000) Subject: Fix property name from Sergei Dyshel, and a typo from imcusg at gmail X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=6df9671cd8bb7be80b44643e58974d936b427f1b;p=openbsd Fix property name from Sergei Dyshel, and a typo from imcusg at gmail dot com. --- diff --git a/usr.bin/tmux/cmd-server-access.c b/usr.bin/tmux/cmd-server-access.c index d7f3826275c..0e052497f80 100644 --- a/usr.bin/tmux/cmd-server-access.c +++ b/usr.bin/tmux/cmd-server-access.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cmd-server-access.c,v 1.1 2022/05/30 12:48:57 nicm Exp $ */ +/* $OpenBSD: cmd-server-access.c,v 1.2 2022/05/30 13:06:10 nicm Exp $ */ /* * Copyright (c) 2021 Dallas Lyons @@ -81,7 +81,7 @@ cmd_server_access_exec(struct cmd *self, struct cmdq_item *item) return (CMD_RETURN_NORMAL); } if (args_count(args) == 0) { - cmdq_error(item, "missing user arguement"); + cmdq_error(item, "missing user argument"); return (CMD_RETURN_ERROR); } diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index 15efa888f72..392600c20d8 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.888 2022/05/30 12:48:57 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.889 2022/05/30 13:06:10 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" @@ -5876,7 +5876,7 @@ milliseconds. If .Ar delay is not given, the -.Ic message-time +.Ic display-time option is used; a delay of zero waits for a key press. .Ql N ignores key presses and closes only after the delay expires.