diff --git a/src/or/control.c b/src/or/control.c
index ed72d6f760..9b0d7c0007 100644
--- a/src/or/control.c
+++ b/src/or/control.c
@@ -7138,9 +7138,11 @@ control_event_hs_descriptor_failed(const rend_data_t *rend_data,
rend_data, id_digest, reason);
}
-/** send HS_DESC_CONTENT event after completion of a successful fetch from
- * hs directory. If hsdir_id_digest is NULL, it is replaced by
- * "UNKNOWN". */
+/** Send HS_DESC_CONTENT event after completion of a successful fetch from hs
+ * directory. If hsdir_id_digest is NULL, it is replaced by "UNKNOWN".
+ * If content is NULL, it is replaced by an empty string. The
+ * onion_address or desc_id set to NULL will no trigger the
+ * control event. */
void
control_event_hs_descriptor_content(const char *onion_address,
const char *desc_id,