Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(283)

Unified Diff: bfd/doc/opncls.texi

Issue 11969036: Merge GDB 7.5.1 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@master
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « bfd/doc/chew.c ('k') | bfd/doc/reloc.texi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bfd/doc/opncls.texi
diff --git a/bfd/doc/opncls.texi b/bfd/doc/opncls.texi
index eddf66ac8388cce1297057bae1ca3d22155f1b4e..1562ea57efe989e9a3f8fb253c58dd95c0d779cb 100644
--- a/bfd/doc/opncls.texi
+++ b/bfd/doc/opncls.texi
@@ -32,6 +32,8 @@ If @code{NULL} is returned then an error has occured. Possible errors
are @code{bfd_error_no_memory}, @code{bfd_error_invalid_target} or
@code{system_call} error.
+On error, @var{fd} is always closed.
+
@findex bfd_openr
@subsubsection @code{bfd_openr}
@strong{Synopsis}
@@ -73,6 +75,8 @@ on other files.
Possible errors are @code{bfd_error_no_memory},
@code{bfd_error_invalid_target} and @code{bfd_error_system_call}.
+On error, @var{fd} is closed.
+
@findex bfd_openstreamr
@subsubsection @code{bfd_openstreamr}
@strong{Synopsis}
« no previous file with comments | « bfd/doc/chew.c ('k') | bfd/doc/reloc.texi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698