Update
[virt-tools.git] / tools / virt-uname.pl
index ee1ced3..70bbd34 100755 (executable)
@@ -326,7 +326,7 @@ guest side.
 
 The guest writes various static, mostly unchanging, information into
 its own directory.  On Linux the directory is
-C<@LOCALSTATEDIR@/lib/virt-tools/> and under Windows it is
+C<@localstatedir@/lib/virt-tools/> and under Windows it is
 C<%systemroot%\virttool\>.  In the discussion below, this
 communications directory is referred to as C<$GUESTCOMMSDIR>.
 
@@ -426,13 +426,13 @@ verify its operation:
 
 C<virt-tools-get-key> caches the keys of guests that it has seen
 before so it doesn't have to read them each time.  The cache is in
-C<@LOCALSTATEDIR@/lib/virt-tools/keys/> (in the host).
+C<@localstatedir@/lib/virt-tools/keys/> (in the host).
 
 You can just delete the files in this directory at any time, I<or> you
 can drop a file in here which contains the key of a guest.
 
 To do this, create a file
-C<@LOCALSTATEDIR@/lib/virt-tools/keys/E<lt>UUIDE<gt>> where
+C<@localstatedir@/lib/virt-tools/keys/E<lt>UUIDE<gt>> where
 E<lt>UUIDE<gt> is the guest's UUID as displayed by this command:
 
  virsh domuuid <name>
@@ -487,7 +487,7 @@ command by hand.
 
 C<virt-tools-get-transport> caches the transports of guests that it
 has seen before so it doesn't have to determine them each time.  The
-cache is in C<@LOCALSTATEDIR@/lib/virt-tools/transports/> (in the
+cache is in C<@localstatedir@/lib/virt-tools/transports/> (in the
 host).
 
 As for the L</KEY CACHE>, this directory is just some files that are