grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Questions for writing manpages


From: Franklin PIAT
Subject: Questions for writing manpages
Date: Wed, 30 Jan 2008 23:13:50 +0100

Hello,

I have some questions for the writing the documentation[1].

** How to use "If [ $x=foo ] Then Else fi" statement ? 

I've successfully used :
 if [ A=B ] ; then echo "foo" ; else echo "bar" ; fi" 

But I cannot use variables, with either :
 if [ $i=B ] ; then echo "foo" ; else echo "bar" ; fi" 
 if [ X$i=XB ] ; then echo "foo" ; else echo "bar" ; fi" 


** How would you define the "rescue" mode ? In what situation 
can it be useful to the user ?

** Does the "ofconsole" console supports unicode ?

Thanks for your help.

Franklin



[1] "manpages" : http://wiki.debian.org/Grub/Grub2 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]