diff --git a/doc/protocol.xml b/doc/protocol.xml
index cec92e180..afeffd1ae 100644
--- a/doc/protocol.xml
+++ b/doc/protocol.xml
@@ -1554,14 +1554,34 @@ OK
Finds songs in the db that are exactly
WHAT. TYPE can
be any tag supported by MPD, or one of the three special
- parameters — file to search by
+ parameters:
+
- full path (relative to the music directory),
- base to restrict the search to
- songs in the given directory (also relative to the music
- directory) and
- any to match against all
- available tags. WHAT is what to find.
+
+
+
+ any checks all tag values
+
+
+
+
+
+ file checks the full path
+ (relative to the music directory)
+
+
+
+
+
+ base restricts the search to
+ songs in the given directory (also relative to the
+ music directory)
+
+
+
+
+
+ WHAT is what to find.