From 0cad767e20f71b53f40b8b68df761ce4535e08e5 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Tue, 5 Jun 2012 14:13:47 -0400 Subject: 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 --- mkinitcpio.8.txt | 7 ++++--- 1 file 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*:: -- cgit v1.2.3-24-g4f1b