summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2010-05-25 13:51:58 +0100
committerRichard Jones <rjones@redhat.com>2010-05-25 13:51:58 +0100
commit7fd6e4bfb11d1f86c585de06fb2146aa5cbd400e (patch)
tree54879369106e68f1f4eee976a962af877168c549
parent34a306ab2a7e6d9f468e8194cef8a05624325260 (diff)
downloadlibguestfs-7fd6e4bfb11d1f86c585de06fb2146aa5cbd400e.tar.gz
libguestfs-7fd6e4bfb11d1f86c585de06fb2146aa5cbd400e.tar.xz
libguestfs-7fd6e4bfb11d1f86c585de06fb2146aa5cbd400e.zip
fish: Create a separate FILES section in the manpage.
-rw-r--r--fish/guestfish.pod29
1 files changed, 27 insertions, 2 deletions
diff --git a/fish/guestfish.pod b/fish/guestfish.pod
index 1c708693..296d7aa4 100644
--- a/fish/guestfish.pod
+++ b/fish/guestfish.pod
@@ -830,8 +830,8 @@ L</REMOTE CONTROL GUESTFISH OVER A SOCKET>.
=item HOME
-If compiled with GNU readline support, then the command history
-is saved in C<$HOME/.guestfish>
+If compiled with GNU readline support, various files in the
+home directory can be used. See L</FILES>.
=item LIBGUESTFS_APPEND
@@ -881,6 +881,31 @@ enough.
=back
+=head1 FILES
+
+=over 4
+
+=item $HOME/.guestfish
+
+If compiled with GNU readline support, then the command history
+is saved in this file.
+
+=item $HOME/.inputrc
+
+=item /etc/inputrc
+
+If compiled with GNU readline support, then these files can be used to
+configure readline. For further information, please see
+L<readline(3)/INITIALIZATION FILE>.
+
+To write rules which only apply to guestfish, use:
+
+ $if guestfish
+ ...
+ $endif
+
+=back
+
=head1 SEE ALSO
L<guestfs(3)>,