diff --git a/exiv2.md b/exiv2.md index 7cd8b052..9b7c81e5 100644 --- a/exiv2.md +++ b/exiv2.md @@ -51,14 +51,15 @@ guidelines. 3. [Modifying a value](#mod_value) 4. ['Modify' examples](#mod_examples) 5. ['Modify' command file](#mod_cmd_file) -12. [CONFIGURATION FILE](#config_file) -13. [EXAMPLES](#examples) -14. [ENVIRONMENT](#environment) -15. [NOTES](#notes) -16. [BUGS](#bugs) -17. [COPYRIGHT](#copyright) -18. [AUTHORS](#authors) -19. [SEE ALSO](#see_also) +12. [CONFIGURATION FILE](#config_file) +13. [EXAMPLES](#examples) +14. [RETURN VALUE](#return_value) +15. [ENVIRONMENT](#environment) +16. [NOTES](#notes) +17. [BUGS](#bugs) +18. [COPYRIGHT](#copyright) +19. [AUTHORS](#authors) +20. [SEE ALSO](#see_also)
@@ -1806,9 +1807,16 @@ tags. See [fixiso](#fi_fixiso). [TOC](#TOC) +
+ +# 14 RETURN VALUE +`0` if successfull, otherwise a positive integer as error code. + +[TOC](#TOC) +
-# 14 ENVIRONMENT +# 15 ENVIRONMENT
@@ -1825,7 +1833,7 @@ by defining *TZ*.
-# 15 NOTES +# 16 NOTES | Description | Location | |:---- |:---- | | Exiv2 wiki | https://exiv2.org | @@ -1835,21 +1843,21 @@ by defining *TZ*.
-# 16 BUGS +# 17 BUGS Report bugs to: https://github.com/Exiv2/exiv2/issues [TOC](#TOC)