diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-08-10 17:14:56 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-08-10 17:14:56 +0000 |
commit | f7a15af32c32bfd482936bb5771313484af9d00d (patch) | |
tree | 85057ea8296bb4952f3f08c5ed460093fe6c2051 /usr.bin/tmux | |
parent | 2cd383288d2a6556fe0d26922bff9bdcca15b396 (diff) |
some minor tweaks; ok nicm
Diffstat (limited to 'usr.bin/tmux')
-rw-r--r-- | usr.bin/tmux/tmux.1 | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index 9a0f4494210..11afbd4ae03 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.66 2009/08/09 16:03:05 jmc Exp $ +.\" $OpenBSD: tmux.1,v 1.67 2009/08/10 17:14:55 jmc 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: August 9 2009 $ +.Dd $Mdocdate: August 10 2009 $ .Dt TMUX 1 .Os .Sh NAME @@ -34,8 +34,10 @@ is a terminal multiplexer: it enables a number of terminals to be created, accessed, and controlled from a single screen. -Programs may be detached from the screen, continue running in the background, -and be reattached to the same or a different screen. +.Nm +may be detached from a screen +and continue running in the background, +then later reattached. .Pp When .Nm @@ -71,7 +73,7 @@ exits. Each session is persistent and will survive accidental disconnection (such as .Xr ssh 1 -connection timeout) or intentional detachment (with the +connection timeout) or intentional detaching (with the .Ql C-b d key strokes). .Nm @@ -199,7 +201,7 @@ prefix key, .Pp Some of the default key bindings are: .Pp -.Bl -tag -width Ds -offset 3n -compact +.Bl -tag -width Ds -offset indent -compact .It c Create a new window. .It d |