diff options
author | Dave Reisner <dreisner@archlinux.org> | 2012-06-05 20:13:47 +0200 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2012-06-05 20:13:47 +0200 |
commit | 0cad767e20f71b53f40b8b68df761ce4535e08e5 (patch) | |
tree | 6c4c52a23769e7739279e561a06a05adba2dddb7 | |
parent | 0d8e382bc085efee1281474cfa42cd8681679d43 (diff) | |
download | mkinitcpio-0cad767e20f71b53f40b8b68df761ce4535e08e5.tar.gz mkinitcpio-0cad767e20f71b53f40b8b68df761ce4535e08e5.tar.xz |
fix doc error for add_full_dir
This function was incorrectly named in the manpage, and is misleading
since it will add symlinks, rather than follow them, as of 96e616f06785.
Signed-off-by: Dave Reisner <dreisner@archlinux.org>
-rw-r--r-- | mkinitcpio.8.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/mkinitcpio.8.txt b/mkinitcpio.8.txt index 1f6bdff..06957ac 100644 --- a/mkinitcpio.8.txt +++ b/mkinitcpio.8.txt @@ -122,10 +122,11 @@ functions exist to facilitate this. Adds a directory and its parents to the image. -*add_full_path* 'path':: +*add_full_dir* 'directory':: - Recursively adds a path to the image. This will inherently call *add_file* - and *add_dir* accordingly. + Recursively adds a directory to the image by walking the given path and + calling *add_file*, *add_dir*, and *add_symlink* accordingly. This function + will not follow symlinks, nor will it add the targets of symlinks. *add_all_modules* [ '-f filter' ] *pattern*:: |