summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormaximilian attems <maks@debian.org>2006-10-13 09:11:54 +0200
committermaximilian attems <maks@debian.org>2006-10-13 09:11:54 +0200
commitabb7b4e13f1fab5b6d9c4ea0682429c474931fa0 (patch)
treeddc536094b673f9c7aae81f9ad082ea14355d8d4
parent849c7c5f29f3689a4879204c23a6e89e2e6c0d7e (diff)
downloadinitramfs-tools-abb7b4e13f1fab5b6d9c4ea0682429c474931fa0.tar.gz
initramfs-tools-abb7b4e13f1fab5b6d9c4ea0682429c474931fa0.zip
whitespace policy
-rwxr-xr-xupdate-initramfs3
-rw-r--r--update-initramfs.88
-rw-r--r--update-initramfs.conf.51
3 files changed, 6 insertions, 6 deletions
diff --git a/update-initramfs b/update-initramfs
index 4995553..11d48be 100755
--- a/update-initramfs
+++ b/update-initramfs
@@ -7,7 +7,7 @@ KPKGCONF=/etc/kernel-img.conf
set -e
-[ -r ${CONF} ] && . ${CONF}
+[ -r ${CONF} ] && . ${CONF}
usage()
{
@@ -89,7 +89,6 @@ backup_booted_initramfs()
verbose "Backup ${initramfs}.bak"
return 0
fi
-
# keep booted initramfs
uptime_days=$(awk '{printf "%d", $1 / 3600 / 24}' /proc/uptime)
diff --git a/update-initramfs.8 b/update-initramfs.8
index a562349..0db2609 100644
--- a/update-initramfs.8
+++ b/update-initramfs.8
@@ -33,12 +33,12 @@ Set the specific kernel version for whom the initramfs will be generated.
For example the output of uname -r for your currently running kernel.
This argument is optional for update. The default is the latest kernel version.
-The use of "all" for the
+The use of "all" for the
.I version
-string specifies
-.B update\-initramfs
+string specifies
+.B update\-initramfs
to execute the chosen action for all kernel versions, that are already known
-to
+to
.B update\-initramfs.
.TP
diff --git a/update-initramfs.conf.5 b/update-initramfs.conf.5
index 551f6c9..30ef6d0 100644
--- a/update-initramfs.conf.5
+++ b/update-initramfs.conf.5
@@ -21,6 +21,7 @@ The initramfs-tools are written by Maximilian Attems <maks@sternwelten.at>,
Jeff Bailey <jbailey@raspberryginger.com> and numerous others.
.SH SEE ALSO
.BR
+.IR initramfs.conf (5),
.IR initramfs-tools (8),
.IR mkinitramfs (8),
.IR update-initramfs (8).