diff options
author | 2019-05-13 08:56:07 +0000 | |
---|---|---|
committer | 2019-05-13 08:56:07 +0000 | |
commit | 23c74ac9bb28fdd17df674d33cb2cd01f9a6d0c8 (patch) | |
tree | 62ceb7001a97b0dfabe670bc9cd51239895044ec | |
parent | According to RFC3414 section 4 applications should be able to discover the (diff) | |
download | wireguard-openbsd-23c74ac9bb28fdd17df674d33cb2cd01f9a6d0c8.tar.xz wireguard-openbsd-23c74ac9bb28fdd17df674d33cb2cd01f9a6d0c8.zip |
Fix column width for copy mode commands.
-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 eaeb8857888..c9a49d3d2f0 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.647 2019/05/11 06:40:01 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.648 2019/05/13 08:56:07 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 11 2019 $ +.Dd $Mdocdate: May 13 2019 $ .Dt TMUX 1 .Os .Sh NAME @@ -1158,7 +1158,7 @@ Key tables may be viewed with the command. .Pp The following commands are supported in copy mode: -.Bl -column "CommandXXXXXXXXXXXXXXXXXXXXXXXXXX" "viXXXXXXXXXX" "emacs" -offset indent +.Bl -column "CommandXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" "viXXXXXXXXXX" "emacs" -offset indent .It Sy "Command" Ta Sy "vi" Ta Sy "emacs" .It Li "append-selection" Ta "" Ta "" .It Li "append-selection-and-cancel" Ta "A" Ta "" |