From d3a76ef54cae1163277535e8cf5cf5937070e2be Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Mon, 21 Apr 2008 21:21:57 -0400 Subject: [PATCH] libext2fs.texinfo: Fix @deftypefun definitions so they are all on one line Signed-off-by: "Theodore Ts'o" --- doc/libext2fs.texinfo | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/doc/libext2fs.texinfo b/doc/libext2fs.texinfo index f3b0d1e..af70541 100644 --- a/doc/libext2fs.texinfo +++ b/doc/libext2fs.texinfo @@ -493,10 +493,7 @@ EXT2_ET_MISSING_INODE_TABLE. @comment node-name, next, previous, up @subsection Iterating over blocks in an inode -@deftypefun errcode_t ext2fs_block_iterate (ext2_filsys @var{fs}, -ext2_ino_t @var{ino}, int @var{flags}, char *block_buf, int -(*func)(ext2_filsys @var{fs}, blk_t *@var{blocknr}, int @var{blockcnt}, -void *@var{private}), void *@var{private}) +@deftypefun errcode_t ext2fs_block_iterate (ext2_filsys @var{fs}, ext2_ino_t @var{ino}, int @var{flags}, char *block_buf, int (*func)(ext2_filsys @var{fs}, blk_t *@var{blocknr}, int @var{blockcnt}, void *@var{private}), void *@var{private}) Iterate over all of the blocks in inode number @var{ino} in filesystem @var{fs}, by calling the function @var{func} for each block in the @@ -635,9 +632,7 @@ This function writes a directory block, performing any necessary byte swapping if necessary. @end deftypefun -@deftypefun errcode_t ext2fs_new_dir_block (ext2_filsys @var{fs}, -ext2_ino_t @var{dir_ino}, ext2_ino_t @var{parent_ino}, char -**@var{block}) +@deftypefun errcode_t ext2fs_new_dir_block (ext2_filsys @var{fs}, ext2_ino_t @var{dir_ino}, ext2_ino_t @var{parent_ino}, char **@var{block}) This function creates a new directory block in @var{block}. If @var{dir_ino} is non-zero, then @var{dir_info} and @var{parent_ino} is used -- 1.8.3.1