diff --git a/doc/chm/VeraCrypt User Guide.chm b/doc/chm/VeraCrypt User Guide.chm
index b47d7596..15c887be 100644
Binary files a/doc/chm/VeraCrypt User Guide.chm and b/doc/chm/VeraCrypt User Guide.chm differ
diff --git a/doc/html/Command Line Usage.html b/doc/html/Command Line Usage.html
index 008bbe2b..91529271 100644
--- a/doc/html/Command Line Usage.html
+++ b/doc/html/Command Line Usage.html
@@ -180,6 +180,16 @@ Note that turning the password cache off will not clear it (use /w to clear the
/DisableDeviceUpdate |
Disables periodic internel check on devices connected to the system that is used for handling favorites identified with VolumeID and replace it with on-demande checks. |
+
+| /protectMemory |
+Activates a mechanism that protects VeraCrypt process memory from being accessed by other non-admin processes. |
+
+
+| /signalExit |
+It must be followed by a parameter specifying the name of the signal to send to unblock a waiting WAITFOR.EXE command when VeraCrypt exists.
+The name of signal must be the same as the one specified to WAITFOR.EXE command (e.g."veracrypt.exe /q /v test.hc /l Z /signal SigName" followed by "waitfor.exe SigName"
+This switch is ignored if /q is not specified |
+
VeraCrypt Format.exe (VeraCrypt Volume Creation Wizard):
@@ -267,6 +277,10 @@ It has no parameters and it indicates that no message box or dialog will be disp
/FastCreateFile |
Use a faster but potentially insecure way to create file containers. This applies to both UI and command line. |
+
+| /protectMemory |
+Activates a mechanism that protects VeraCrypt Format process memory from being accessed by other non-admin processes. |
+
Syntax