summaryrefslogtreecommitdiffstats
path: root/fish/fish.h
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2010-04-24 09:10:28 +0100
committerRichard Jones <rjones@redhat.com>2010-04-24 09:11:37 +0100
commit78d2523ec8997679f7fca810de60620df4001e16 (patch)
tree68016189961d61b5d10788c898a5d59ccad10967 /fish/fish.h
parentce95be8b185ce697816c3446406d7129e01cc0e1 (diff)
downloadlibguestfs-78d2523ec8997679f7fca810de60620df4001e16.tar.gz
libguestfs-78d2523ec8997679f7fca810de60620df4001e16.tar.xz
libguestfs-78d2523ec8997679f7fca810de60620df4001e16.zip
fish: Add 'man' command which opens the manual.
Diffstat (limited to 'fish/fish.h')
-rw-r--r--fish/fish.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/fish/fish.h b/fish/fish.h
index 13efa9ad..8cdce265 100644
--- a/fish/fish.h
+++ b/fish/fish.h
@@ -100,6 +100,9 @@ extern int do_lcd (const char *cmd, int argc, char *argv[]);
/* in glob.c */
extern int do_glob (const char *cmd, int argc, char *argv[]);
+/* in man.c */
+extern int do_man (const char *cmd, int argc, char *argv[]);
+
/* in more.c */
extern int do_more (const char *cmd, int argc, char *argv[]);
@@ -136,6 +139,7 @@ extern char *try_tilde_expansion (char *path);
"edit", "vi", "emacs", \
"lcd", \
"glob", \
+ "man", "manual", \
"more", "less", \
"reopen", \
"sparse", \