diff --git a/Docs/src/attributes.but b/Docs/src/attributes.but
index 86a7fa92..3a8c55a0 100644
--- a/Docs/src/attributes.but
+++ b/Docs/src/attributes.but
@@ -285,7 +285,7 @@ Accepts variables. If variables are used, they must be initialized before the li
\c \\notset\\|true|false
-\# Note: PerMonitor is not documented because it is not fully supported yet, we need to handle WM_DPICHANGED
+\# Note: true==System. PerMonitor is not documented because it is not fully supported yet, we need to handle WM_DPICHANGED.
\# Example: ManifestDPIAware System ; System DPI on Vista/7/8/8.1/10(<10.1607(AU))
\# Example: ManifestDPIAwareness "PerMonitorV2,System" ; PMv2 on 10.1703(CU)+, System on 10.1607(AU)
@@ -293,6 +293,10 @@ Declare that the installer is DPI-aware. A DPI-aware application is not scaled b
See \W{http://msdn.microsoft.com/en-us/library/dd464660}{MSDN} for more information about DPI-aware applications.
+\# \S2{amanifestdpiawareness} ManifestDPIAwareness
+\#
+\# \c \\notset\\|comma_separated_string
+
\S2{amanifestlongpathaware} ManifestLongPathAware
\c \\notset\\|true|false
@@ -349,7 +353,7 @@ Specifies the output file that the MakeNSIS should write the installer to. This
\c [/OVERWRITE|/REPLACE] file restype resname [reslang]
-Adds \cw{file} as a resource to the installer and uninstaller. \cw{restype} specifies the resource type and can be any string or # followed by a standard type or number. \cw{resname} must be # followed by a number. \cw{reslang} is optional and specifies the language id of the resource. Replacing standard NSIS resource is not supported, you should use \R{aicon}{Icon} and \R{achangeui}{ChangeUI} instead.
+Adds \cw{file} as a resource to the installer and uninstaller. \cw{restype} specifies the resource type and can be any string or # followed by a standard type or number. \cw{resname} must be # followed by a number. \cw{reslang} is optional and specifies the language id of the resource. Replacing standard NSIS resources is not supported, you should use \R{aicon}{Icon} and \R{achangeui}{ChangeUI} instead.
\c PEAddResource "myimage.bmp" "#2" "#1337"
\c PEAddResource "mybonus.ico" "#Icon" "#200"