mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
fish: Create a separate FILES section in the manpage.
This commit is contained in:
@@ -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)>,
|
||||
|
||||
Reference in New Issue
Block a user