summaryrefslogtreecommitdiffstats
path: root/fish/guestfish.pod
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2010-09-18 10:09:04 +0100
committerRichard W.M. Jones <rjones@redhat.com>2010-09-21 19:51:22 +0100
commitd75a2bff1264828f02b68a9c8bc7eb2521bd6684 (patch)
treeef07f08e52996b6fbafb17f8ec68b198b357b7e9 /fish/guestfish.pod
parent5d4ae18e2b93073080fbbf8c98b11eec15dbc1e6 (diff)
downloadlibguestfs-d75a2bff1264828f02b68a9c8bc7eb2521bd6684.tar.gz
libguestfs-d75a2bff1264828f02b68a9c8bc7eb2521bd6684.tar.xz
libguestfs-d75a2bff1264828f02b68a9c8bc7eb2521bd6684.zip
fish: Implement 'hexedit' command.
Diffstat (limited to 'fish/guestfish.pod')
-rw-r--r--fish/guestfish.pod9
1 files changed, 8 insertions, 1 deletions
diff --git a/fish/guestfish.pod b/fish/guestfish.pod
index 4e0ff131..181a053a 100644
--- a/fish/guestfish.pod
+++ b/fish/guestfish.pod
@@ -815,6 +815,12 @@ Used with the I<--remote> option to specify the remote guestfish
process to control. See section
L</REMOTE CONTROL GUESTFISH OVER A SOCKET>.
+=item HEXEDITOR
+
+The L</hexedit> command uses C<$HEXEDITOR> as the external hex
+editor. If not specified, the external L<hexedit(1)> program
+is used.
+
=item HOME
If compiled with GNU readline support, various files in the
@@ -932,7 +938,8 @@ L<virt-make-fs(1)>,
L<virt-rescue(1)>,
L<virt-resize(1)>,
L<virt-tar(1)>,
-L<virt-win-reg(1)>.
+L<virt-win-reg(1)>,
+L<hexedit(1)>.
=head1 AUTHORS