X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=fish%2Fman.c;h=9649f94a266319541b64ef407007c8a9160786e7;hb=a7070682932717f318f57f9aca6188a954a7e9aa;hp=e28e892ac4634196059598659a56fed79bd3508e;hpb=78d2523ec8997679f7fca810de60620df4001e16;p=libguestfs.git diff --git a/fish/man.c b/fish/man.c index e28e892..9649f94 100644 --- a/fish/man.c +++ b/fish/man.c @@ -28,7 +28,7 @@ /* guestfish man command */ int -do_man (const char *cmd, int argc, char *argv[]) +run_man (const char *cmd, int argc, char *argv[]) { if (argc != 0) { fprintf (stderr, _("use 'man' without parameters to open the manual\n"));