From 62ddaa6ea0a029afebeb746192dc9119f97431da Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Fri, 30 Nov 2012 09:12:06 -0500 Subject: mkinitcpio.8: fix add_runscript doc to match reality This function no longer expects an argument. Signed-off-by: Dave Reisner --- man/mkinitcpio.8.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-24-g4f1b