mirror of
https://github.com/tmux/tmux.git
synced 2025-01-14 12:48:56 +00:00
Add missing spaces before some alias closing brackets, otherwise they are
shown in the wrong style.
This commit is contained in:
parent
46f80d01ff
commit
916669a244
10
tmux.1
10
tmux.1
@ -571,7 +571,7 @@ option.
|
||||
.Op Fl p Ar pane-index
|
||||
.Op Fl t Ar target-window
|
||||
.Xc
|
||||
.D1 (alias: Ic breakp)
|
||||
.D1 (alias: Ic breakp )
|
||||
Break the current pane off from its containing window to make it the only pane
|
||||
in a new window.
|
||||
If
|
||||
@ -595,7 +595,7 @@ This command works only from inside
|
||||
.Op Fl p Ar pane-index
|
||||
.Op Fl t Ar target-window
|
||||
.Xc
|
||||
.D1 (alias: Ic clearhist)
|
||||
.D1 (alias: Ic clearhist )
|
||||
Remove and free the history for the specified pane.
|
||||
.It Xo Ic clock-mode
|
||||
.Op Fl t Ar target-window
|
||||
@ -617,7 +617,7 @@ replaced by what is entered at the prompt.
|
||||
.Op Fl t Ar target-client
|
||||
.Ar command
|
||||
.Xc
|
||||
.D1 (alias: Ic confirm)
|
||||
.D1 (alias: Ic confirm )
|
||||
Ask for confirmation before executing
|
||||
.Ar command .
|
||||
This command works only from inside
|
||||
@ -628,7 +628,7 @@ This command works only from inside
|
||||
.Op Fl s Ar src-session
|
||||
.Op Fl t Ar dst-session
|
||||
.Xc
|
||||
.D1 (alias: Ic copyb)
|
||||
.D1 (alias: Ic copyb )
|
||||
Copy a session paste buffer to another session.
|
||||
If no sessions are specified, the current one is used instead.
|
||||
.It Xo Ic copy-mode
|
||||
@ -948,7 +948,7 @@ command.
|
||||
.Op Fl t Ar target-window
|
||||
.Ar layout-name
|
||||
.Xc
|
||||
.D1 (alias: selectl)
|
||||
.D1 (alias: selectl )
|
||||
Choose a specific layout for a window.
|
||||
.It Xo Ic select-pane
|
||||
.Op Fl p Ar pane-index
|
||||
|
Loading…
Reference in New Issue
Block a user