summaryrefslogtreecommitdiffstats
path: root/fish/man.c
diff options
context:
space:
mode:
Diffstat (limited to 'fish/man.c')
-rw-r--r--fish/man.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fish/man.c b/fish/man.c
index e28e892a..9649f94a 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"));