From 0ba9670f27831ccd37e96baeacf2b641d889e477 Mon Sep 17 00:00:00 2001 From: Jessica Hamrick Date: Sun, 14 Sep 2008 15:13:52 -0500 Subject: [PATCH] --- doc/UsingZephyr | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/UsingZephyr b/doc/UsingZephyr index bae4fe8..883f64c 100644 --- a/doc/UsingZephyr +++ b/doc/UsingZephyr @@ -217,12 +217,12 @@ To detach a screen session (for example, if you want to log out), press C-a d. To reattach a screen session, run one of the following commands (as listed in the screen man page): -* {{{-d -r}}} Reattach a session and if necessary detach it first. -* {{{-d -R}}} Reattach a session and if necessary detach or even create it first. -* {{{-d -RR}}} Reattach a session and if necessary detach or create it. Use the first session if more than one session is available. -* {{{-D -r}}} Reattach a session. If necessary detach and logout remotely first. -* {{{-D -R}}} Attach here and now. In detail this means: If a session is running, then reattach. If necessary detach and logout remotely first. If it was not running create it and notify the user. -* {{{-D -RR}}} Attach here and now. Whatever that means, just do it. -* {{{-x}}} Attach to a not detached screen session. (Multi display mode). +'''{{{-d -r}}}''' Reattach a session and if necessary detach it first.[[BR]] +'''{{{-d -R}}}''' Reattach a session and if necessary detach or even create it first.[[BR]] +'''{{{-d -RR}}}''' Reattach a session and if necessary detach or create it. Use the first session if more than one session is available.[[BR]] +'''{{{-D -r}}}''' Reattach a session. If necessary detach and logout remotely first.[[BR]] +'''{{{-D -R}}}''' Attach here and now. In detail this means: If a session is running, then reattach. If necessary detach and logout remotely first. If it was not running create it and notify the user.[[BR]] +'''{{{-D -RR}}}''' Attach here and now. Whatever that means, just do it.[[BR]] +'''{{{-x}}}''' Attach to a not detached screen session. (Multi display mode).[[BR]] Note: It is always a good idea to check the status of your sessions by means of "screen -list". -- 2.45.0