All of lore.kernel.org
 help / color / mirror / Atom feed
* Questions for writing manpages
@ 2008-01-30 22:13 Franklin PIAT
  2008-01-30 22:29 ` Robert Millan
  2008-01-30 22:43 ` Pavel Roskin
  0 siblings, 2 replies; 9+ messages in thread
From: Franklin PIAT @ 2008-01-30 22:13 UTC (permalink / raw)
  To: The development of GRUB 2

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 




^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2008-01-31 21:32 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-30 22:13 Questions for writing manpages Franklin PIAT
2008-01-30 22:29 ` Robert Millan
2008-01-30 23:45   ` Franklin PIAT
2008-01-31 10:49     ` Robert Millan
2008-01-31 20:54     ` Pavel Roskin
2008-01-31 21:28       ` Vesa Jääskeläinen
2008-01-31 21:32         ` Pavel Roskin
2008-01-30 22:43 ` Pavel Roskin
2008-01-31 10:51   ` Robert Millan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.