mirror of
https://github.com/tmux/tmux.git
synced 2024-12-25 02:48:47 +00:00
Fix property name from Sergei Dyshel, and a typo from imcusg at gmail
dot com.
This commit is contained in:
parent
006a529db1
commit
384f0ee269
@ -81,7 +81,7 @@ cmd_server_access_exec(struct cmd *self, struct cmdq_item *item)
|
|||||||
return (CMD_RETURN_NORMAL);
|
return (CMD_RETURN_NORMAL);
|
||||||
}
|
}
|
||||||
if (args_count(args) == 0) {
|
if (args_count(args) == 0) {
|
||||||
cmdq_error(item, "missing user arguement");
|
cmdq_error(item, "missing user argument");
|
||||||
return (CMD_RETURN_ERROR);
|
return (CMD_RETURN_ERROR);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
2
tmux.1
2
tmux.1
@ -5876,7 +5876,7 @@ milliseconds.
|
|||||||
If
|
If
|
||||||
.Ar delay
|
.Ar delay
|
||||||
is not given, the
|
is not given, the
|
||||||
.Ic message-time
|
.Ic display-time
|
||||||
option is used; a delay of zero waits for a key press.
|
option is used; a delay of zero waits for a key press.
|
||||||
.Ql N
|
.Ql N
|
||||||
ignores key presses and closes only after the delay expires.
|
ignores key presses and closes only after the delay expires.
|
||||||
|
Loading…
Reference in New Issue
Block a user