diff options
author | Dave Reisner <dreisner@archlinux.org> | 2012-11-30 15:12:06 +0100 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2012-11-30 15:12:27 +0100 |
commit | 62ddaa6ea0a029afebeb746192dc9119f97431da (patch) | |
tree | 3731d53d6cfdeb6b81de0ba72f3a6b0befb31dc3 /man | |
parent | 6be2f369ac9756ff257b11cd7b4fe8f23c9510c3 (diff) | |
download | mkinitcpio-62ddaa6ea0a029afebeb746192dc9119f97431da.tar.gz mkinitcpio-62ddaa6ea0a029afebeb746192dc9119f97431da.tar.xz |
mkinitcpio.8: fix add_runscript doc to match reality
This function no longer expects an argument.
Signed-off-by: Dave Reisner <dreisner@archlinux.org>
Diffstat (limited to 'man')
-rw-r--r-- | man/mkinitcpio.8.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/mkinitcpio.8.txt b/man/mkinitcpio.8.txt index f19250f..153fa18 100644 --- a/man/mkinitcpio.8.txt +++ b/man/mkinitcpio.8.txt @@ -156,7 +156,7 @@ functions exist to facilitate this. autodetect hook is not present in the image, this function is identical to *add_all_modules*. -*add_runscript* [ 'scriptname' ]:: +*add_runscript*:: Adds a runtime hook to the image, which is a busybox ash compatible shell script. The name of the script is guaranteed to match the name of the hook the |