~ubuntu-branches/ubuntu/edgy/e2fsprogs/edgy-security

« back to all changes in this revision

Viewing changes to doc/libext2fs.texinfo

  • Committer: Bazaar Package Importer
  • Author(s): Theodore Y. Ts'o
  • Date: 2006-05-29 11:07:53 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20060529110753-uvkuaxqr96y31kqy
Tags: 1.39-1
* New upstream version
* Fix debugfs's dump_unused command so it will not core dump on
  filesystems with a 64k blocksize
* Clarified and improved man pages, including spelling errors
  (Closes: #368392, #368393, #368394, #368179)
* New filesystems are now created with directory indexing and
  on-line resizing enabled by default
* Fix previously mangled wording in an older Debian changelog entry
* Fix doc-base pointer to the top-level html file (Closes: #362544, #362970)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
\input texinfo    @c -*-texinfo-*-
2
2
@c %**start of header
3
3
@setfilename libext2fs.info
4
 
@settitle The EXT2FS Library (version 1.38)
 
4
@settitle The EXT2FS Library (version 1.39)
5
5
@synindex tp fn
6
6
@comment %**end of header
7
7
 
61
61
 
62
62
@title The EXT2FS Library
63
63
@subtitle The EXT2FS Library
64
 
@subtitle Version 1.38
65
 
@subtitle June 2005
 
64
@subtitle Version 1.39
 
65
@subtitle May 2006
66
66
 
67
67
@author by Theodore Ts'o
68
68
 
103
103
 
104
104
@top The EXT2FS Library
105
105
 
106
 
This manual documents the EXT2FS Library, version 1.38.
 
106
This manual documents the EXT2FS Library, version 1.39.
107
107
 
108
108
@end ifinfo
109
109
 
516
516
also known as BLOCK_FLAG_APPEND, since it is also used by functions
517
517
such as ext2fs_expand_dir() to add a new block to an inode.
518
518
 
519
 
@item BLOCK_FLAG_TRAVERSE
 
519
@item BLOCK_FLAG_DEPTH_TRAVERSE
520
520
This flag indicates that the iterator function for the
521
521
indirect, doubly indirect, etc. blocks should be called after all
522
522
of the blocks containined in the indirect blocks are processed.