]> sipb.mit.edu Git - wiki.git/blobdiff - doc/UsingZephyr
reorder sections
[wiki.git] / doc / UsingZephyr
index fc8455729b1a311dbd9eabd84da12fa73e8de529..00885bf6dee8228f856512374a7db116fa1017c6 100644 (file)
@@ -80,7 +80,7 @@ Some common classes include:
 
 If you spend enough time on Zephyr, you'll begin noticing some strange phrases and words being thrown around.  Some of these include:
 
 
 If you spend enough time on Zephyr, you'll begin noticing some strange phrases and words being thrown around.  Some of these include:
 
-'''i,i foo''':  originated from CMU and means "I have no point here, I just like to say:".  Sometimes people simply use quotes: {{{"foo"}}}.
+'''i,i foo''':  picked up from CMU zephyrland and means "I have no point here, I just like saying:".  Sometimes people simply use quotes: {{{"foo"}}}.
 
 '''mix''':  If somebody accidentally sends a Zephyr to the wrong class or person, they will send another Zephyr to that wrong/class person simply saying "mix".  This basically just means, "oops, sorry, I didn't mean to send that Zephyr here".  You might also see "-i mix", which is the same thing, only with instances.
 
 
 '''mix''':  If somebody accidentally sends a Zephyr to the wrong class or person, they will send another Zephyr to that wrong/class person simply saying "mix".  This basically just means, "oops, sorry, I didn't mean to send that Zephyr here".  You might also see "-i mix", which is the same thing, only with instances.
 
@@ -200,6 +200,10 @@ kinit -l1d -r7d -54
 
 To detach a screen session (for example, if you want to log out), press C-a d (Control-A, then D).  Screen continues to run, but is no longer active.
 
 
 To detach a screen session (for example, if you want to log out), press C-a d (Control-A, then D).  Screen continues to run, but is no longer active.
 
-To reattach a screen session, possibly detaching from wherever it's currently attached, run {{{screen -dr}}}.
+To reattach a screen session, possibly detaching from wherever it's currently attached, run:
+
+{{{
+screen -dr
+}}}
 
 {{{screen}}} can do a whole lot more.   To find out about it, see UsingScreen.
\ No newline at end of file
 
 {{{screen}}} can do a whole lot more.   To find out about it, see UsingScreen.
\ No newline at end of file