diff options
author | 2019-06-21 07:11:01 +0000 | |
---|---|---|
committer | 2019-06-21 07:11:01 +0000 | |
commit | 3b54b9019aadfbfbf943da93e5a5cfcb4a6bf0d8 (patch) | |
tree | 53acfe4f27c2245ef9a4eb47bd2e26ac72b2869c | |
parent | adapt for key shielding API changes (const removal) (diff) | |
download | wireguard-openbsd-3b54b9019aadfbfbf943da93e5a5cfcb4a6bf0d8.tar.xz wireguard-openbsd-3b54b9019aadfbfbf943da93e5a5cfcb4a6bf0d8.zip |
Man page fixes from lacygoill at lacygoill dot me.
-rw-r--r-- | usr.bin/tmux/tmux.1 | 24 |
1 files changed, 15 insertions, 9 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index 98ef3e0db5b..894dad2a032 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.670 2019/06/20 20:31:04 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.671 2019/06/21 07:11: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: June 20 2019 $ +.Dd $Mdocdate: June 21 2019 $ .Dt TMUX 1 .Os .Sh NAME @@ -456,7 +456,7 @@ Will execute .Ic if-shell , the shell command .Xr true 1 , -.Ic new-window +.Ic split-window and .Ic kill-session in that order. @@ -470,7 +470,7 @@ commands and their arguments. This section describes the syntax of commands parsed by .Nm , for example in a configuration file or at the command prompt. -Note the when commands are entered into the shell, they are parsed by the shell +Note that when commands are entered into the shell, they are parsed by the shell - see for example .Xr ksh 1 or @@ -2333,9 +2333,7 @@ spreads the current pane and any panes next to it out evenly. Make pane .Ar target-pane the active pane in window -.Ar target-window , -or set its style (with -.Fl P ) . +.Ar target-window. If one of .Fl D , .Fl L , @@ -4065,7 +4063,7 @@ will expand the format twice, for example .Ql #{E:status-left} is the result of expanding the content of the .Ic status-left -option rather than the content itself. +option rather than the option itself. .Ql T: is like .Ql E: @@ -4101,7 +4099,7 @@ would change into .Ql bxBxbx . .Pp -In addition, the first line of a shell command's output may be inserted using +In addition, the last line of a shell command's output may be inserted using .Ql #() . For example, .Ql #(uptime) @@ -4120,6 +4118,14 @@ global environment set (see the .Sx GLOBAL AND SESSION ENVIRONMENT section). .Pp +An +.Ql l +specifies that a string should be interpreted literally and not expanded. +For example +.Ql #{l:#{?pane_in_mode,yes,no}} +will be replaced by +.Ql #{?pane_in_mode,yes,no} . +.Pp The following variables are available, where appropriate: .Bl -column "XXXXXXXXXXXXXXXXXXX" "XXXXX" .It Sy "Variable name" Ta Sy "Alias" Ta Sy "Replaced with" |