mirror of
				https://github.com/tmux/tmux.git
				synced 2025-10-26 12:27:15 +00:00 
			
		
		
		
	Fix break-pane synopsis and some other tmux.1 bits.
This commit is contained in:
		| @@ -35,7 +35,7 @@ const struct cmd_entry cmd_break_pane_entry = { | |||||||
| 	.alias = "breakp", | 	.alias = "breakp", | ||||||
|  |  | ||||||
| 	.args = { "dPF:s:t:", 0, 0 }, | 	.args = { "dPF:s:t:", 0, 0 }, | ||||||
| 	.usage = "[-dP] [-F format] " CMD_SRCDST_PANE_USAGE, | 	.usage = "[-dP] [-F format] [-s src-pane] [-t dst-window]", | ||||||
|  |  | ||||||
| 	.sflag = CMD_PANE, | 	.sflag = CMD_PANE, | ||||||
| 	.tflag = CMD_WINDOW_INDEX, | 	.tflag = CMD_WINDOW_INDEX, | ||||||
|   | |||||||
							
								
								
									
										13
									
								
								tmux.1
									
									
									
									
									
								
							
							
						
						
									
										13
									
								
								tmux.1
									
									
									
									
									
								
							| @@ -717,7 +717,7 @@ will set the session working directory (used for new windows) to | |||||||
| .Pp | .Pp | ||||||
| If | If | ||||||
| .Fl E | .Fl E | ||||||
| is used, | is used, the | ||||||
| .Ic update-environment | .Ic update-environment | ||||||
| option will not be applied. | option will not be applied. | ||||||
| .It Xo Ic detach-client | .It Xo Ic detach-client | ||||||
| @@ -853,13 +853,12 @@ with | |||||||
| .Ar target-session . | .Ar target-session . | ||||||
| This means they share the same set of windows - all windows from | This means they share the same set of windows - all windows from | ||||||
| .Ar target-session | .Ar target-session | ||||||
| are linked to the new session and any subsequent new windows or windows being | are linked to the new session, any new windows are linked to both sessions and | ||||||
| closed are applied to both sessions. | any windows closed removed from both sessions. | ||||||
| The current and previous window and any session options remain independent and | The current and previous window and any session options remain independent and | ||||||
| either session may be killed without affecting the other. | either session may be killed without affecting the other. | ||||||
| Giving |  | ||||||
| .Fl n | .Fl n | ||||||
| or | and | ||||||
| .Ar shell-command | .Ar shell-command | ||||||
| are invalid if | are invalid if | ||||||
| .Fl t | .Fl t | ||||||
| @@ -875,7 +874,7 @@ but a different format may be specified with | |||||||
| .Pp | .Pp | ||||||
| If | If | ||||||
| .Fl E | .Fl E | ||||||
| is used, | is used, the | ||||||
| .Ic update-environment | .Ic update-environment | ||||||
| option will not be applied. | option will not be applied. | ||||||
| .It Xo Ic refresh-client | .It Xo Ic refresh-client | ||||||
| @@ -1250,7 +1249,7 @@ Commands related to windows and panes are as follows: | |||||||
| .Op Fl dP | .Op Fl dP | ||||||
| .Op Fl F Ar format | .Op Fl F Ar format | ||||||
| .Op Fl s Ar src-pane | .Op Fl s Ar src-pane | ||||||
| .Op Fl t Ar dst-pane | .Op Fl t Ar dst-window | ||||||
| .Xc | .Xc | ||||||
| .D1 (alias: Ic breakp ) | .D1 (alias: Ic breakp ) | ||||||
| Break | Break | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 nicm
					nicm