From 563f34477a74ecdc7b666269b2837ac5e262b3da Mon Sep 17 00:00:00 2001 From: Tiago Cunha Date: Thu, 19 Nov 2009 22:25:52 +0000 Subject: Sync OpenBSD patchset 549: Don't interpret #() for display-message, it usually doesn't make sense and may leak commands. --- tmux.1 | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index 0713bdbb..38b11e2f 100644 --- a/tmux.1 +++ b/tmux.1 @@ -1,4 +1,4 @@ -.\" $Id: tmux.1,v 1.203 2009-11-19 22:23:27 tcunha Exp $ +.\" $Id: tmux.1,v 1.204 2009-11-19 22:25:52 tcunha Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" @@ -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: November 18 2009 $ +.Dd $Mdocdate: November 19 2009 $ .Dt TMUX 1 .Os .Sh NAME @@ -1992,10 +1992,11 @@ This command works only from inside .Op Ar message .Xc .D1 (alias: Ic display ) -Display a message (see the -.Ic status-left -option below) -in the status line. +Display a message in the status line. +The format of +.Ar message is as for +.Ic status-left , +with the exception that #() are not handled. .It Ic select-prompt Op Fl t Ar target-client Open a prompt inside .Ar target-client -- cgit