--- a/EngineErrorCodes.wiki Sun Jul 15 16:04:57 2018 +0100
+++ b/EngineErrorCodes.wiki Sun Jul 15 16:05:45 2018 +0100
@@ -1,8 +1,9 @@
-#summary List of engine error codes
+#summary Description and list of engine error codes
-When the engine crashes or is closed, it returns an exit code (or error code) which can be used to further analyze the problem.
+= Engine error codes =
+When the Hedgewars engine (`hwengine`) crashes or is closed, it returns an exit code (or error code) which can be used to further analyze the problem.
-= List of engine error codes =
+== List of engine error codes ==
This is the list of all possible error codes:
|| *Exit code* || *Meaning* || *Description* || *Solution* ||
@@ -13,7 +14,7 @@
|| 54 || Fatal error, no IPC socket || Similar to error 52, but the IPC socket is not working for some reason || Check the end of `Logs/game0.log` in your [http://hedgewars.org/wiki/User_directory user directory] for clues ||
|| Other || Free Pascal run-time error. This is probably a bug || See [https://www.freepascal.org/docs-html/user/userap4.html Free Pascal run-time errors] || [http://www.hedgewars.org/bugs Report a bug], then someone should fix it ||
-= Error codes when performing engine test cases =
+== Error codes when performing engine test cases ==
When the engine is used to perform [EngineTestCases test cases], the follwing additional codes are used:
|| *Exit code* || *Meaning* || *Solution* ||