1
0
mirror of https://github.com/tmate-io/tmate-ssh-server.git synced 2020-11-18 19:53:51 -08:00

Sync OpenBSD patchset 771:

Put "or" on new line from command with .Ic.
This commit is contained in:
Tiago Cunha 2010-10-24 00:29:57 +00:00
parent 0ad532d9c2
commit b73ac822fb

7
tmux.1
View File

@ -1,4 +1,4 @@
.\" $Id: tmux.1,v 1.267 2010-10-09 14:29:32 tcunha Exp $ .\" $Id: tmux.1,v 1.268 2010-10-24 00:29:57 tcunha Exp $
.\" .\"
.\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
.\" .\"
@ -14,7 +14,7 @@
.\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING .\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
.\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\" .\"
.Dd $Mdocdate: September 26 2010 $ .Dd $Mdocdate: October 14 2010 $
.Dt TMUX 1 .Dt TMUX 1
.Os .Os
.Sh NAME .Sh NAME
@ -2082,7 +2082,8 @@ will attempt - on supported platforms - to rename the window to reflect the
command currently running in it. command currently running in it.
This flag is automatically disabled for an individual window when a name This flag is automatically disabled for an individual window when a name
is specified at creation with is specified at creation with
.Ic new-window or .Ic new-window
or
.Ic new-session , .Ic new-session ,
or later with or later with
.Ic rename-window . .Ic rename-window .