summaryrefslogtreecommitdiffstats
path: root/fish
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2012-10-03 09:15:37 +0100
committerRichard W.M. Jones <rjones@redhat.com>2012-10-03 09:22:45 +0100
commit4a4ca0c01da3307b69fc4925c5f2ece1e728d4b3 (patch)
tree0812e2e2a611a9dc71f18d6d749f1d619e362695 /fish
parentdf2469a48f4641bdfe26a4179dd946df190fa970 (diff)
downloadlibguestfs-4a4ca0c01da3307b69fc4925c5f2ece1e728d4b3.tar.gz
libguestfs-4a4ca0c01da3307b69fc4925c5f2ece1e728d4b3.tar.xz
libguestfs-4a4ca0c01da3307b69fc4925c5f2ece1e728d4b3.zip
syntax: Use __PATTERNS__ instead of @PATTERNS@ in podwrapper man pages.
It is slightly dangerous to use @PATTERNS@, since these might be substituted by autoconf when they appear in Makefile.am files.
Diffstat (limited to 'fish')
-rw-r--r--fish/Makefile.am4
-rw-r--r--fish/guestfish.pod4
2 files changed, 4 insertions, 4 deletions
diff --git a/fish/Makefile.am b/fish/Makefile.am
index 507e413a..e87a6132 100644
--- a/fish/Makefile.am
+++ b/fish/Makefile.am
@@ -185,8 +185,8 @@ stamp-guestfish.pod: guestfish.pod guestfish-actions.pod guestfish-commands.pod
$(PODWRAPPER) \
--man guestfish.1 \
--html $(top_builddir)/html/guestfish.1.html \
- --insert $(srcdir)/guestfish-actions.pod:@ACTIONS@ \
- --insert $(srcdir)/guestfish-commands.pod:@FISH_COMMANDS@ \
+ --insert $(srcdir)/guestfish-actions.pod:__ACTIONS__ \
+ --insert $(srcdir)/guestfish-commands.pod:__FISH_COMMANDS__ \
--license GPLv2+ \
$<
touch $@
diff --git a/fish/guestfish.pod b/fish/guestfish.pod
index 774375f3..4a665e0f 100644
--- a/fish/guestfish.pod
+++ b/fish/guestfish.pod
@@ -1121,11 +1121,11 @@ With a C<cmd> parameter, this displays detailed help for that command.
This exits guestfish. You can also use C<^D> key.
-@FISH_COMMANDS@
+__FISH_COMMANDS__
=head1 COMMANDS
-@ACTIONS@
+__ACTIONS__
=head1 EXIT STATUS