linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] fbcon: Fix documentation errors
@ 2006-06-25 10:09 Antonino A. Daplas
  0 siblings, 0 replies; only message in thread
From: Antonino A. Daplas @ 2006-06-25 10:09 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Linux Fbdev development list

- Remove deprecated instruction
- Fix typo

Signed-off-by: Antonino Daplas <adaplas@pol.net>
---

 Documentation/fb/fbcon.txt |    8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diff --git a/Documentation/fb/fbcon.txt b/Documentation/fb/fbcon.txt
index b7b0a8c..f373df1 100644
--- a/Documentation/fb/fbcon.txt
+++ b/Documentation/fb/fbcon.txt
@@ -214,12 +214,6 @@ restored properly. The following is one 
 
 5. Now to detach fbcon:
 
-	Assuming vtcon1 represents fbcon, then:
-
-       'cat /sys/class/tty/console/backend' and take note of the ID
-
-The above is probably needed only once. Then:
-
        vbetool vbestate restore < <vga state file> && \
        echo 0 > /sys/class/vtconsole/vtcon1/bind
 
@@ -301,7 +295,7 @@ do
   if test -x /sys/class/vtconsole/vtcon$i; then
       if [ `cat /sys/class/vtconsole/vtcon$i/name | grep -c "frame buffer"` \
            = 1 ]; then
-	    if text -x $VBETOOL/vbetool; then
+	    if test -x $VBETOOL/vbetool; then
 	       echo Unbinding vtcon$i
 	       $VBETOOL/vbetool vbestate restore < $VGASTATE
 	       echo 0 > /sys/class/vtconsole/vtcon$i/bind


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2006-06-25 10:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-25 10:09 [PATCH] fbcon: Fix documentation errors Antonino A. Daplas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).