From: Richard Jones Date: Tue, 25 May 2010 12:51:58 +0000 (+0100) Subject: fish: Create a separate FILES section in the manpage. X-Git-Tag: 1.2.9~23 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=bed2c55aff264ded2d0c76995506e43e4b722c83;p=libguestfs.git fish: Create a separate FILES section in the manpage. (cherry picked from commit 7fd6e4bfb11d1f86c585de06fb2146aa5cbd400e) --- diff --git a/fish/guestfish.pod b/fish/guestfish.pod index b9b2758..687c749 100644 --- a/fish/guestfish.pod +++ b/fish/guestfish.pod @@ -707,8 +707,8 @@ L. =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. =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. + +To write rules which only apply to guestfish, use: + + $if guestfish + ... + $endif + +=back + =head1 SEE ALSO L,