X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=audioc.c;h=ed39ce6efa942e58773d891e2ffb28acc39eecf3;hp=2711ac1a0cc21c7ff41ef22769e304b5ffb87506;hb=fe3d9cd155b5eac8706015854c343440823e12da;hpb=13ba5f96e64bd0f3157a6fe73ed7b950ec9c5ea7 diff --git a/audioc.c b/audioc.c index 2711ac1a..ed39ce6e 100644 --- a/audioc.c +++ b/audioc.c @@ -132,7 +132,6 @@ static void grab_completer(struct i9e_completion_info *ci, i9e_complete_option(opts, ci, cr); } -I9E_DUMMY_COMPLETER(SUPERCOMMAND_UNAVAILABLE); static struct i9e_completer audiod_completers[] = { #define LSG_AUDIOD_CMD_CMD(_name) {.name = #_name, \ .completer = _name ## _completer} @@ -332,7 +331,7 @@ static void handle_help_flag(void) * * \return EXIT_SUCCESS or EXIT_FAILURE. * - * \sa send_cred_buffer(), para_audioc(1), para_audiod(1). + * \sa \ref send_cred_buffer(), para_audioc(1), para_audiod(1). */ int main(int argc, char *argv[]) {