diff --git a/reference/imagick/imagick/profileimage.xml b/reference/imagick/imagick/profileimage.xml
index 98a6c6d611af..be05195ed8f7 100644
--- a/reference/imagick/imagick/profileimage.xml
+++ b/reference/imagick/imagick/profileimage.xml
@@ -14,9 +14,9 @@
stringprofile
- Adds or removes a ICC, IPTC, or generic profile from an image.
- If the profile is NULL, it is removed from the image otherwise
- added. Use a name of '*' and a profile of NULL to remove all
+ Adds or removes a ICC, IPTC, or generic profile from an image.
+ If the profile is &null;, it is removed from the image otherwise
+ added. Use a name of '*' and a profile of &null; to remove all
profiles from the image.
@@ -29,6 +29,7 @@
name
+ The profile name.
@@ -36,6 +37,7 @@
profile
+ The profile data. If the value is set to &null;, the specified profile has been deleted.