Fix typo in copyright, fix hyphen-used-as-minus-sign in manpages.
authorMichael Prokop <mika@grml.org>
Fri, 19 Feb 2010 22:34:00 +0000 (23:34 +0100)
committerMichael Prokop <mika@grml.org>
Fri, 19 Feb 2010 22:34:00 +0000 (23:34 +0100)
debian/copyright
manpages/grml-swapon.8
manpages/reread_partition_table.8

index 97af204..6092042 100644 (file)
@@ -9,7 +9,7 @@ Copyright:
 
    Copyright (c) 2003+ by the grml team and others.
 
-   This packages contains several scripts from several people.
+   This package contains several scripts from several people.
    Please see the copyright information in the scripts for more details.
    Scripts by the grml-team are licensed under GPL v2.
 
index d71f0a5..bf9a64d 100644 (file)
@@ -11,7 +11,7 @@ Starting with grml 0.9 booting the live-cd system does not activate swap
 parititions by default anymore. It is possible to force usage of swap partitions
 via booting with the bootoption "swap". In case you forgot to use this
 bootoption but want to use swap partition(s) anyway you could do that by running
-"swapon -a". But the command "swapon" does not take of suspend signatures -
+"swapon \-a". But the command "swapon" does not take of suspend signatures,
 therefore the existance of grml-swapon.  grml-swapon acts based on the
 information found in /etc/fstab. If your /etc/fstab is not up to date rebuild it
 running "grml-rebuildfstab".
index f4b808e..8428184 100644 (file)
@@ -9,7 +9,7 @@ This manual page documents briefly the
 .B reread_partition_table
 command. reread_partition_table uses the BLKRRPART ioctl()
 to re-read a partition table on Linux. It is the same as
-running 'blockdev --rereadpt <device>' or 'partprobe'.
+running 'blockdev \-\-rereadpt <device>' or 'partprobe'.
 .SH OPTIONS
 This program does not support any options.
 .SH USAGE EXAMPLE