From: Richard Kettlewell Date: Sat, 13 Dec 2008 16:17:40 +0000 (+0000) Subject: Update documentation X-Git-Tag: 4.3~36 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/commitdiff_plain/edff49e6c9a324e89331eae83e02bfbf7fe851de Update documentation --- diff --git a/doc/disobedience.1.in b/doc/disobedience.1.in index b174824..fa4bd42 100644 --- a/doc/disobedience.1.in +++ b/doc/disobedience.1.in @@ -148,8 +148,11 @@ Interrupt the currently playing track. (Note that this appears even if you right click over a queued track rather than the currently playing track.) .TP -.B Remove +.B "Remove track from queue" Remove the selected tracks from the queue. +.TP +.B "Adopt track" +Sets the submitter of a randomly picked track to you. .SS "Recent Tab" This displays recently played tracks, the most recent at the top. .PP diff --git a/doc/disorder.1.in b/doc/disorder.1.in index 175abbb..784083c 100644 --- a/doc/disorder.1.in +++ b/doc/disorder.1.in @@ -62,6 +62,10 @@ Create a new user. If \fIRIGHTS\fR is not specified then the \fBdefault_rights\fR setting from the server's configuration file applies. .TP +.B adopt \fIID\fR +Adopts track \fIID\fR (in the queue). +The track will show up as submitted by the calling user. +.TP .B authorize \fIUSERNAME\fR [\fIRIGHTS\fR] Create user \fIUSERNAME\fR with a random password. User \fIUSERNAME\fR must be a UNIX login user (not just any old string).