summaryrefslogtreecommitdiffstats
path: root/contrib/binutils/bfd/doc/core.texi
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/binutils/bfd/doc/core.texi')
-rw-r--r--contrib/binutils/bfd/doc/core.texi10
1 files changed, 5 insertions, 5 deletions
diff --git a/contrib/binutils/bfd/doc/core.texi b/contrib/binutils/bfd/doc/core.texi
index 841daa9..55e369a 100644
--- a/contrib/binutils/bfd/doc/core.texi
+++ b/contrib/binutils/bfd/doc/core.texi
@@ -1,9 +1,9 @@
@section Core files
-@*
+
@strong{Description}@*
These are functions pertaining to core files.
-@*
+
@findex bfd_core_file_failing_command
@subsubsection @code{bfd_core_file_failing_command}
@strong{Synopsis}
@@ -13,7 +13,7 @@ CONST char *bfd_core_file_failing_command(bfd *abfd);
@strong{Description}@*
Return a read-only string explaining which program was running
when it failed and produced the core file @var{abfd}.
-@*
+
@findex bfd_core_file_failing_signal
@subsubsection @code{bfd_core_file_failing_signal}
@strong{Synopsis}
@@ -23,7 +23,7 @@ int bfd_core_file_failing_signal(bfd *abfd);
@strong{Description}@*
Returns the signal number which caused the core dump which
generated the file the BFD @var{abfd} is attached to.
-@*
+
@findex core_file_matches_executable_p
@subsubsection @code{core_file_matches_executable_p}
@strong{Synopsis}
@@ -35,4 +35,4 @@ boolean core_file_matches_executable_p
Return @code{true} if the core file attached to @var{core_bfd}
was generated by a run of the executable file attached to
@var{exec_bfd}, @code{false} otherwise.
-@*
+
OpenPOWER on IntegriCloud