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.3.15~6 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=7fd6e4bfb11d1f86c585de06fb2146aa5cbd400e fish: Create a separate FILES section in the manpage. --- diff --git a/fish/guestfish.pod b/fish/guestfish.pod index 1c70869..296d7aa 100644 --- a/fish/guestfish.pod +++ b/fish/guestfish.pod @@ -830,8 +830,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 @@ -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. + +To write rules which only apply to guestfish, use: + + $if guestfish + ... + $endif + +=back + =head1 SEE ALSO L,