diff options
author | Gerfried Fuchs <rhonda@debian.at> | 2008-09-08 16:39:23 +0200 |
---|---|---|
committer | maximilian attems <maks@debian.org> | 2008-09-08 16:39:23 +0200 |
commit | 830639c3e51a5d035fad18c0fcc9ca817382452d (patch) | |
tree | 7c1c1c55bd449ee9658931031cf64dce7ef656a2 /initramfs-tools.8 | |
parent | 4d36335297a3c41f24e206e5727f210149a94911 (diff) | |
download | initramfs-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.8 | 4 |
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 |