diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2013-10-10 12:01:52 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2013-10-10 12:01:52 +0000 |
commit | ced42c900489d920c55fee3d558160571bdf6965 (patch) | |
tree | 5f885f92b40dd583d046ca32add1e96e7e6eb8b1 /usr.bin/tmux | |
parent | f30430d723bc17dcd28542f20cbeec633da29698 (diff) |
A couple of manpage fixes from Tiago Cunha.
Diffstat (limited to 'usr.bin/tmux')
-rw-r--r-- | usr.bin/tmux/tmux.1 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index 5af0ce32729..78352013248 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.368 2013/10/10 11:56:50 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.369 2013/10/10 12:01:51 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -99,7 +99,9 @@ Force .Nm to assume the terminal supports 256 colours. .It Fl C -Start in control mode. +Start in control mode (see the +.Sx CONTROL MODE +section). Given twice .Xo ( Fl CC ) Xc disables echo. @@ -622,9 +624,10 @@ If it does exist, exit with 0. Kill the .Nm server and clients and destroy all sessions. -.It Ic kill-session +.It Xo Ic kill-session .Op Fl a .Op Fl t Ar target-session +.Xc Destroy the given session, closing any windows linked to it and no other sessions, and detaching all clients attached to it. If |