diff --git a/docs/notification-spec.xml b/docs/notification-spec.xml
index 2923fa1..ef408d3 100644
--- a/docs/notification-spec.xml
+++ b/docs/notification-spec.xml
@@ -663,7 +663,7 @@
"action-icons"
- boolean
+ BOOLEAN
When set, a server that has the "action-icons" capability will
attempt to interpret any action identifier as a named icon.
@@ -675,7 +675,7 @@
"category"
- string
+ STRING
The type of notification this is.
@@ -683,7 +683,7 @@
"desktop-entry"
- string
+ STRING
This specifies the name of the desktop filename representing the
calling program. This should be the same as the prefix used for the
@@ -713,7 +713,7 @@
"image-path"
- string
+ STRING
Alternative way to define the notification image. See .
@@ -721,7 +721,7 @@
"image_path"
- string
+ STRING
Deprecated. Use image-path instead.
@@ -737,7 +737,7 @@
"resident"
- boolean
+ BOOLEAN
When set the server will not automatically remove the
notification when an action has been invoked. The notification
@@ -749,7 +749,7 @@
"sound-file"
- string
+ STRING
The path to a sound file to play when the notification pops up.
@@ -757,7 +757,7 @@
"sound-name"
- string
+ STRING
A themeable named sound from the freedesktop.org
sound naming specification
@@ -768,7 +768,7 @@
"suppress-sound"
- boolean
+ BOOLEAN
Causes the server to suppress playing any sounds, if it has that
ability. This is usually set when the client itself is going to
@@ -778,7 +778,7 @@
"transient"
- boolean
+ BOOLEAN
When set the server will treat the notification as transient
and by-pass the server's persistence capability, if it should
@@ -788,7 +788,7 @@
"x"
- int
+ INT32
Specifies the X location on the screen that the notification should
point to. The "y" hint must also be specified.
@@ -797,7 +797,7 @@
"y"
- int
+ INT32
Specifies the Y location on the screen that the notification should
point to. The "x" hint must also be specified.
@@ -806,7 +806,7 @@
"urgency"
- byte
+ BYTE
The urgency level.