diff options
author | David MacKenzie <djm@cygnus> | 1993-11-06 04:10:25 +0000 |
---|---|---|
committer | David MacKenzie <djm@cygnus> | 1993-11-06 04:10:25 +0000 |
commit | 17ecba1a84dcd53566124c78d7378f044820d8cb (patch) | |
tree | 66e30281e32b00a1dab9c281c0b1a2913c197b67 /bfd/core.c | |
parent | 024f65b1800f3882845e0e92e75ffd5dbf08ec9d (diff) | |
download | binutils-17ecba1a84dcd53566124c78d7378f044820d8cb.zip binutils-17ecba1a84dcd53566124c78d7378f044820d8cb.tar.gz binutils-17ecba1a84dcd53566124c78d7378f044820d8cb.tar.bz2 |
more doc cleanups
Diffstat (limited to 'bfd/core.c')
-rw-r--r-- | bfd/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -90,7 +90,7 @@ SYNOPSIS DESCRIPTION Return <<true>> if the core file attached to @var{core_bfd} was generated by a run of the executable file attached to - @var{exec_bfd}, or else <<false>>. + @var{exec_bfd}, <<false>> otherwise. */ boolean core_file_matches_executable_p (core_bfd, exec_bfd) |