Ignore:
Timestamp:
Aug 16, 2003, 6:59:22 PM (22 years ago)
Author:
bird
Message:

binutils v2.14 - offical sources.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GNU/src/binutils/bfd/doc/format.texi

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r608 r609  
    2828@strong{Synopsis}
    2929@example
    30 boolean bfd_check_format(bfd *abfd, bfd_format format);
     30b(bfd *abfd, bfd_format format);
    3131@end example
    3232@strong{Description}@*
     
    4343the file, or an error results.
    4444
    45 The function returns @code{true} on success, otherwise @code{false}
     45The function returns @code{}
    4646with one of the following error codes:
    4747
     
    7171@strong{Synopsis}
    7272@example
    73 boolean bfd_check_format_matches(bfd *abfd, bfd_format format, char ***matching);
     73bfd_boolean bfd_check_format_matches (bfd *abfd, bfd_format format,
     74    char ***matching);
    7475@end example
    7576@strong{Description}@*
    76 Like @code{bfd_check_format}, except when it returns false with
     77Like @code{bfd_check_format}, except when it returns with
    7778@code{bfd_errno} set to @code{bfd_error_file_ambiguously_recognized}.  In that
    7879case, if @var{matching} is not NULL, it will be filled in with
     
    8889@strong{Synopsis}
    8990@example
    90 boolean bfd_set_format(bfd *abfd, bfd_format format);
     91b(bfd *abfd, bfd_format format);
    9192@end example
    9293@strong{Description}@*
     
    100101@strong{Synopsis}
    101102@example
    102 CONST char *bfd_format_string(bfd_format format);
     103(bfd_format format);
    103104@end example
    104105@strong{Description}@*
Note: See TracChangeset for help on using the changeset viewer.