summaryrefslogtreecommitdiff
path: root/initramfs-tools.8
diff options
context:
space:
mode:
authorGerfried Fuchs <rhonda@debian.at>2008-09-08 16:39:23 +0200
committermaximilian attems <maks@debian.org>2008-09-08 16:39:23 +0200
commit830639c3e51a5d035fad18c0fcc9ca817382452d (patch)
tree7c1c1c55bd449ee9658931031cf64dce7ef656a2 /initramfs-tools.8
parent4d36335297a3c41f24e206e5727f210149a94911 (diff)
downloadinitramfs-tools-830639c3e51a5d035fad18c0fcc9ca817382452d.tar.gz
initramfs-tools-830639c3e51a5d035fad18c0fcc9ca817382452d.zip
initramfs-tools.8: Fix manpage-has-errors-from-man
`/usr/share/initramfs-tools/hook-functions' would not show up.
Diffstat (limited to 'initramfs-tools.8')
-rw-r--r--initramfs-tools.84
1 files changed, 2 insertions, 2 deletions
diff --git a/initramfs-tools.8 b/initramfs-tools.8
index 4c4aeb4..e19d562 100644
--- a/initramfs-tools.8
+++ b/initramfs-tools.8
@@ -153,7 +153,7 @@ prereqs)
;;
esac
-. /usr/share/initramfs-tools/hook-functions
+\fR. /usr/share/initramfs-tools/hook-functions
# Begin real processing below this line
.fi
.RE
@@ -399,7 +399,7 @@ prereqs)
;;
esac
-. /usr/share/initramfs-tools/hook-functions
+\fR. /usr/share/initramfs-tools/hook-functions
# Begin real processing below this line
if [ ! \-x "/sbin/frobnicate" ]; then