From 0b5fb1052ef6a90e8d007e31dbf6f96d300d6fd6 Mon Sep 17 00:00:00 2001 Message-Id: <0b5fb1052ef6a90e8d007e31dbf6f96d300d6fd6.1715532415.git.mdw@distorted.org.uk> From: Mark Wooding Date: Sat, 5 Jun 2010 17:00:47 +0100 Subject: [PATCH] Correct documentation for 'revoke'. Organization: Straylight/Edgeware From: Richard Kettlewell --- doc/disorder_protocol.5.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/disorder_protocol.5.in b/doc/disorder_protocol.5.in index 0f8f909..58a7e8f 100644 --- a/doc/disorder_protocol.5.in +++ b/doc/disorder_protocol.5.in @@ -341,9 +341,9 @@ Resolve a track name, i.e. if this is an alias then return the real track name. Resume the current track after a \fBpause\fR command. Requires the \fBpause\fR right. .TP -.B revoke \fBcookie\fR -Revoke a cookie previously created with \fBmake\-cookie\fR. -It will not be possible to use this cookie in the future. +.B revoke +Revoke the current login's cookie. +It will not be possible to use the cookie in the future. .TP .B rtp\-address Report the RTP broadcast (or multicast) address, in the form \fIADDRESS -- [mdw]