Manual page style fixes

This commit is contained in:
Marc André Tanner 2020-02-26 11:21:19 +01:00
parent 5bf6b3178b
commit b2ada74d43
1 changed files with 11 additions and 8 deletions

View File

@ -54,16 +54,17 @@ are relayed to the command supervised by the server.
.Pp .Pp
.Nm .Nm
operates on the raw I/O byte stream without interpreting any terminal operates on the raw I/O byte stream without interpreting any terminal
escape sequences. As a consequence the terminal state is not preserved escape sequences.
across sessions. If this functionality is desired, it should be provided As a consequence the terminal state is not preserved across sessions.
by another utility such as If this functionality is desired, it should be provided by another
utility such as
.Xr dvtm 1 . .Xr dvtm 1 .
. .
.Ss ACTIONS .Ss ACTIONS
. .
If no command line arguments are given, all currently active sessions are If no command line arguments are given, all currently active sessions are
listed sorted by their respective creation date. Lines starting with an listed sorted by their respective creation date.
asterisk Lines starting with an asterisk
.Pq * .Pq *
indicate that at least one client is currently connected. indicate that at least one client is currently connected.
A plus sign A plus sign
@ -93,7 +94,8 @@ Additionally the following options can be provided to further tweak
the behavior. the behavior.
.Bl -tag -width indent .Bl -tag -width indent
.It Fl e Ar detachkey .It Fl e Ar detachkey
Set the key to detach. Defaults to Set the key to detach.
Defaults to
.Aq Ctrl+\e .Aq Ctrl+\e
which is specified as ^\\ i.e. Ctrl is represented as a caret which is specified as ^\\ i.e. Ctrl is represented as a caret
.Pq ^ . .Pq ^ .
@ -103,7 +105,8 @@ after showing its exit status.
.It Fl l .It Fl l
Attach with the lowest priority, meaning this client will be the last to control the size. Attach with the lowest priority, meaning this client will be the last to control the size.
.It Fl p .It Fl p
Pass through content of standard input to the session. Implies the Pass through content of standard input to the session.
Implies the
.Fl q .Fl q
and and
.Fl l .Fl l
@ -217,7 +220,7 @@ Or in a slightly more interactive fashion.
.Xr tmux 1 , .Xr tmux 1 ,
.Xr screen 1 .Xr screen 1
. .
.Sh AUTHOR .Sh AUTHORS
.Nm .Nm
is written by is written by
.An Marc André Tanner Aq mat at brain-dump.org .An Marc André Tanner Aq mat at brain-dump.org