aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2011-04-25 20:35:22 +0000
committerTiago Cunha <tcunha@gmx.com>2011-04-25 20:35:22 +0000
commit341f67e8276d520c504ca995c89e089e9b1aca02 (patch)
tree7cfd6e7503a8f2c4d94f57129e428b1aa5e9dac3 /tmux.1
parent38611d3207c03277c39dfd9ebd47a45d96f303f7 (diff)
downloadrtmux-341f67e8276d520c504ca995c89e089e9b1aca02.tar.gz
rtmux-341f67e8276d520c504ca995c89e089e9b1aca02.tar.bz2
rtmux-341f67e8276d520c504ca995c89e089e9b1aca02.zip
Sync OpenBSD patchset 898:
Provide #h for short hostname (no domain) from Michal Mazurek.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.15
1 files changed, 3 insertions, 2 deletions
diff --git a/tmux.1 b/tmux.1
index e353beb4..a69d9f51 100644
--- a/tmux.1
+++ b/tmux.1
@@ -1,4 +1,4 @@
-.\" $Id: tmux.1,v 1.309 2011-04-25 20:33:42 tcunha Exp $
+.\" $Id: tmux.1,v 1.310 2011-04-25 20:35:22 tcunha Exp $
.\"
.\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
.\"
@@ -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: April 19 2011 $
+.Dd $Mdocdate: April 24 2011 $
.Dt TMUX 1
.Os
.Sh NAME
@@ -2009,6 +2009,7 @@ may contain any of the following special character sequences:
.It Li "#(shell-command)" Ta "First line of the command's output"
.It Li "#[attributes]" Ta "Colour or attribute change"
.It Li "#H" Ta "Hostname of local host"
+.It Li "#h" Ta "Hostname of local host without the domain name"
.It Li "#F" Ta "Current window flag"
.It Li "#I" Ta "Current window index"
.It Li "#P" Ta "Current pane index"