lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <ff54dc35c816ae53f149f2f032c12147deac8508.1354743799.git.dvhart@infradead.org> Date: Wed, 5 Dec 2012 13:56:03 -0800 From: Darren Hart <dvhart@...radead.org> To: linux-ext4@...r.kernel.org Cc: Darren Hart <dvhart@...radead.org>, "Theodore Ts'o" <tytso@....edu>, Andreas Dilger <adilger@...ger.ca> Subject: [PATCH 1/3] lib/ext2fs: Correct interates typo in texinfo docs Just a typo fix. Signed-off-by: Darren Hart <dvhart@...radead.org> Cc: "Theodore Ts'o" <tytso@....edu> Cc: Andreas Dilger <adilger@...ger.ca> --- doc/libext2fs.texinfo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/libext2fs.texinfo b/doc/libext2fs.texinfo index 9d8e7f1..8272d1d 100644 --- a/doc/libext2fs.texinfo +++ b/doc/libext2fs.texinfo @@ -767,7 +767,7 @@ to initialize directory entries for @file{.} and @file{..}, respectively. @deftypefun errcode_t ext2fs_dir_iterate (ext2_filsys @var{fs}, ext2_ino_t @var{dir}, int @var{flags}, char *@...{block_buf}, int (*@...{func})(struct ext2_dir_entry *@...{dirent}, int @var{offset}, int @var{blocksize}, char *@...{buf}, void *@...{private}), void *@...{private}) -This function interates over all of the directory entries in the +This function iterates over all of the directory entries in the directory @var{dir}, calling the callback function @var{func} for each directory entry in the directory. The @var{block_buf} parameter should either be NULL, or if the @code{ext2fs_dir_iterate} function is -- 1.7.11.7 -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists