diff options
| author | Nik Clayton <nik@FreeBSD.org> | 2000-10-28 21:26:43 +0000 |
|---|---|---|
| committer | Nik Clayton <nik@FreeBSD.org> | 2000-10-28 21:26:43 +0000 |
| commit | e33e3060ca480aef5f00ffeaa02a4b676f2a7d12 (patch) | |
| tree | b63efc2172cdc991f95aaf98edc1062b618fdff8 | |
| parent | 6c424d3554b0491ba391554ac4ae04d207a24a07 (diff) | |
Notes
| -rw-r--r-- | en_US.ISO8859-1/books/faq/book.sgml | 9 | ||||
| -rw-r--r-- | en_US.ISO_8859-1/books/faq/book.sgml | 9 |
2 files changed, 12 insertions, 6 deletions
diff --git a/en_US.ISO8859-1/books/faq/book.sgml b/en_US.ISO8859-1/books/faq/book.sgml index f8e44c8799..fdb2c503fd 100644 --- a/en_US.ISO8859-1/books/faq/book.sgml +++ b/en_US.ISO8859-1/books/faq/book.sgml @@ -15,7 +15,7 @@ </author> </authorgroup> - <pubdate>$FreeBSD: doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.111 2000/10/17 16:29:23 nik Exp $</pubdate> + <pubdate>$FreeBSD: doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.112 2000/10/26 23:07:29 nik Exp $</pubdate> <abstract> <para>This is the FAQ for FreeBSD versions 2.X, 3.X, and 4.X. @@ -6941,8 +6941,11 @@ ttyvb "/usr/libexec/getty Pc" cons25 off secure</programlisting> </keycombo> as normal to move between them.</para> <para>To return to the X session, you must switch to the virtual - console running X. If you have eight virtual consoles then X will - be running on the ninth, and you would use + console running X. If you invoked X from the command line, (e.g., + using <command>startx</command>) then the X session will attach to + the next unused virtual console, not the text console from which + it was invoked. If you have eight active virtual terminals then X + will be running on the ninth, and you would use <keycombo action="simul"> <keycap>Alt</keycap> <keycap>F9</keycap> diff --git a/en_US.ISO_8859-1/books/faq/book.sgml b/en_US.ISO_8859-1/books/faq/book.sgml index f8e44c8799..fdb2c503fd 100644 --- a/en_US.ISO_8859-1/books/faq/book.sgml +++ b/en_US.ISO_8859-1/books/faq/book.sgml @@ -15,7 +15,7 @@ </author> </authorgroup> - <pubdate>$FreeBSD: doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.111 2000/10/17 16:29:23 nik Exp $</pubdate> + <pubdate>$FreeBSD: doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.112 2000/10/26 23:07:29 nik Exp $</pubdate> <abstract> <para>This is the FAQ for FreeBSD versions 2.X, 3.X, and 4.X. @@ -6941,8 +6941,11 @@ ttyvb "/usr/libexec/getty Pc" cons25 off secure</programlisting> </keycombo> as normal to move between them.</para> <para>To return to the X session, you must switch to the virtual - console running X. If you have eight virtual consoles then X will - be running on the ninth, and you would use + console running X. If you invoked X from the command line, (e.g., + using <command>startx</command>) then the X session will attach to + the next unused virtual console, not the text console from which + it was invoked. If you have eight active virtual terminals then X + will be running on the ninth, and you would use <keycombo action="simul"> <keycap>Alt</keycap> <keycap>F9</keycap> |
