Your message dated Sun, 13 Jul 2008 14:10:48 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Re: Bug#490643: installation guide: powerpc: key combination
Command -Option -o -f
has caused the Debian Bug report #490643,
regarding installation guide: powerpc: key combination Command -Option -o -f
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
490643: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=490643
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: installation-guide
In line 18 is a key combination with spaces between the
<keycap>...</keycap> tags.
This leeds to an output like this:
Command -Option -o -f
but should be
Command-Option-o-f
So the complete key combination has to be in one line, without any
spaces.
Patch attached.
Kind regards
Holger
--- powerpc.xml 2008-07-05 22:30:23.000000000 +0200
+++ powerpc-workingcopy.xml 2008-07-13 12:14:35.000000000 +0200
@@ -15,8 +15,7 @@
</para><para>
On &arch-title; Macintoshes, you invoke OpenFirmware with
-<keycombo><keycap>Command (cloverleaf/Apple)</keycap> <keycap>Option </keycap>
-<keycap>o</keycap> <keycap>f</keycap></keycombo> while booting. Generally it
+<keycombo><keycap>Command (cloverleaf/Apple)</keycap><keycap>Option</keycap><keycap>o</keycap><keycap>f</keycap></keycombo> while booting. Generally it
will check for these keystrokes after the chime, but the exact timing
varies from model to model. See
<ulink url="&url-netbsd-powerpc-faq;"></ulink> for more hints.
--- End Message ---
--- Begin Message ---
On Sunday 13 July 2008, Holger Wansing wrote:
> In line 18 is a key combination with spaces between the
> <keycap>...</keycap> tags.
> This leeds to an output like this:
>
> Command -Option -o -f
>
> Patch attached.
Fixed. Thanks for the patch.
--- End Message ---