fish: Create a separate FILES section in the manpage.
authorRichard Jones <rjones@redhat.com>
Tue, 25 May 2010 12:51:58 +0000 (13:51 +0100)
committerRichard Jones <rjones@redhat.com>
Wed, 2 Jun 2010 18:28:51 +0000 (19:28 +0100)
(cherry picked from commit 7fd6e4bfb11d1f86c585de06fb2146aa5cbd400e)

fish/guestfish.pod

index b9b2758..687c749 100644 (file)
@@ -707,8 +707,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
 
@@ -758,6 +758,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)>,