From 546eef63b2b3fa95d086d3f176fe8b7563cb09fe Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Fri, 23 Feb 2018 09:54:08 +0000 Subject: [PATCH] docs: Fix typo in man page. (cherry picked from commit 5f8bba5d52a6f93fa80b27172659c4ac0ec35eee) --- docs/guestfs-hacking.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guestfs-hacking.pod b/docs/guestfs-hacking.pod index fcdb22c65..0c83db21c 100644 --- a/docs/guestfs-hacking.pod +++ b/docs/guestfs-hacking.pod @@ -584,7 +584,7 @@ front, but we do prefer that contributed code be formatted similarly. In short, use spaces-not-TABs for indentation, use 2 spaces for each indentation level, and other than that, follow the K&R style. -If you use Emacs, add the following to one of one of your start-up files +If you use Emacs, add the following to one of your start-up files (e.g., ~/.emacs), to help ensure that you get indentation right: ;;; In libguestfs, indent with spaces everywhere (not TABs).