All of lore.kernel.org
 help / color / mirror / Atom feed
From: Robert Millan <rmh@aybabtu.com>
To: The development of GRUB 2 <grub-devel@gnu.org>
Subject: Re: Questions for writing manpages
Date: Wed, 30 Jan 2008 23:29:21 +0100	[thread overview]
Message-ID: <20080130222921.GC7679@thorin> (raw)
In-Reply-To: <1201731230.15073.45.camel@solid.paris.klabs.be>

On Wed, Jan 30, 2008 at 11:13:50PM +0100, Franklin PIAT wrote:
> 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" 

Did you try ${i} and $(i)? (just guessing).

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

Only when something breaks.  For example, when GRUB can't load normal.mod
(and its associated modules), it dumps you to rescue mode.

> ** Does the "ofconsole" console supports unicode ?

No.

-- 
Robert Millan

<GPLv2> I know my rights; I want my phone call!
<DRM> What use is a phone call… if you are unable to speak?
(as seen on /.)



  reply	other threads:[~2008-01-30 22:30 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-01-30 22:13 Questions for writing manpages Franklin PIAT
2008-01-30 22:29 ` Robert Millan [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080130222921.GC7679@thorin \
    --to=rmh@aybabtu.com \
    --cc=grub-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.