diff options
author | 2020-07-03 07:07:50 +0000 | |
---|---|---|
committer | 2020-07-03 07:07:50 +0000 | |
commit | 5fa80ee2ff41505eb582d6a4974b00a3370775f4 (patch) | |
tree | 56d4bc36913083abeabb382741e09e27ea8f1e96 | |
parent | avoid tilde_expand_filename() in expanding ~/.ssh/rc - if sshd is (diff) | |
download | wireguard-openbsd-5fa80ee2ff41505eb582d6a4974b00a3370775f4.tar.xz wireguard-openbsd-5fa80ee2ff41505eb582d6a4974b00a3370775f4.zip |
Missing word, from annihilannic at hotmail dot com, GitHub issue 2288.
-rw-r--r-- | usr.bin/tmux/tmux.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index 53159bb7d68..c7b5e80877f 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.786 2020/06/18 08:34:22 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.787 2020/07/03 07:07:50 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: June 18 2020 $ +.Dd $Mdocdate: July 3 2020 $ .Dt TMUX 1 .Os .Sh NAME @@ -2947,7 +2947,7 @@ specifies a prefix to print before each key and .Fl 1 lists only the first matching key. .Fl a -lists the command for keys that do have a note rather than skipping them. +lists the command for keys that do not have a note rather than skipping them. .It Xo Ic send-keys .Op Fl FHlMRX .Op Fl N Ar repeat-count |