Fix comments section in manpage
authorMichael Prokop <mika@grml.org>
Thu, 12 Mar 2009 11:45:38 +0000 (12:45 +0100)
committerMichael Prokop <mika@grml.org>
Thu, 12 Mar 2009 11:45:38 +0000 (12:45 +0100)
debian/changelog
grml2usb.8.txt

index dcd1f93..f178c1c 100644 (file)
@@ -6,8 +6,10 @@ grml2usb (0.9.3) UNRELEASED; urgency=low
   * Rename --mbr-manager into --mbr-menu (people seem to be confused
     what this option does). Improve the according documentation.
   * Update failsafe bootoption.
+  * Fix comments section in manpage (thanks for reporting,
+    Alexander Steinböck).
 
- -- Michael Prokop <mika@grml.org>  Sat, 07 Mar 2009 01:14:36 +0100
+ -- Michael Prokop <mika@grml.org>  Thu, 12 Mar 2009 12:44:45 +0100
 
 grml2usb (0.9.2) unstable; urgency=low
 
index 0a0ffb7..43a383c 100644 (file)
@@ -413,7 +413,7 @@ FAT16 filesystem.
 Install specified ISO on device /dev/sdx1 and use syslinux as bootloader
 (instead of grub being the default).
 
-/////////////////////////////////////////////////////////////////
+///////////////////////////////////////////////////////////////////////////////////////
   # grml2usb --kernel=/boot/vmlinuz-2.6.28-grml --initrd=/boot/initrd.img-2.6.28-grml \
              /home/grml/grml_2008.11.iso /dev/sdx1
 
@@ -422,10 +422,10 @@ instead of the ones provided by the ISO.
 
   # grml2usb --squashfs=/grml/grml-live/grml_cd/live/grml.squashfs \
              /home/grml/grml_2008.11.iso /dev/sdx1
-/////////////////////////////////////////////////////////////////
 
 Install specified ISO on device /dev/sdx1 but use given squashfs
 file instead of the one provided by the ISO.
+///////////////////////////////////////////////////////////////////////////////////////
 
   # grml2usb --bootoptions="lang=de ssh=mysecret" grml_2008.11.iso /dev/sdx1