summaryrefslogtreecommitdiffstats
path: root/contrib/binutils/bfd/doc/format.texi
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/binutils/bfd/doc/format.texi')
-rw-r--r--contrib/binutils/bfd/doc/format.texi10
1 files changed, 5 insertions, 5 deletions
diff --git a/contrib/binutils/bfd/doc/format.texi b/contrib/binutils/bfd/doc/format.texi
index d30a41b..3281c36 100644
--- a/contrib/binutils/bfd/doc/format.texi
+++ b/contrib/binutils/bfd/doc/format.texi
@@ -22,7 +22,7 @@ The BFD contains other BFDs and an optional index.
@code{bfd_core}
@end itemize
The BFD contains the result of an executable core dump.
-@*
+
@findex bfd_check_format
@subsubsection @code{bfd_check_format}
@strong{Synopsis}
@@ -65,7 +65,7 @@ none of the backends recognised the file format.
@code{bfd_error_file_ambiguously_recognized} -
more than one backend recognised the file format.
@end itemize
-@*
+
@findex bfd_check_format_matches
@subsubsection @code{bfd_check_format_matches}
@strong{Synopsis}
@@ -82,7 +82,7 @@ Then the user may choose a format and try again.
When done with the list that @var{matching} points to, the caller
should free it.
-@*
+
@findex bfd_set_format
@subsubsection @code{bfd_set_format}
@strong{Synopsis}
@@ -94,7 +94,7 @@ This function sets the file format of the BFD @var{abfd} to the
format @var{format}. If the target set in the BFD does not
support the format requested, the format is invalid, or the BFD
is not open for writing, then an error occurs.
-@*
+
@findex bfd_format_string
@subsubsection @code{bfd_format_string}
@strong{Synopsis}
@@ -105,4 +105,4 @@ CONST char *bfd_format_string(bfd_format format);
Return a pointer to a const string
@code{invalid}, @code{object}, @code{archive}, @code{core}, or @code{unknown},
depending upon the value of @var{format}.
-@*
+
OpenPOWER on IntegriCloud