summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-04-04 23:07:59 +0000
committerThierry Vignaud <tv@mageia.org>2012-04-04 23:07:59 +0000
commit844d3a1dbf49c9124e020f74b3712f9bd3013aa6 (patch)
tree6adb5d5329bd81054ec104b931127e80083178a0
parent33e037509a7e6ce5d0e0cb61c36213d063127774 (diff)
downloadperl-MDK-Common-844d3a1dbf49c9124e020f74b3712f9bd3013aa6.tar
perl-MDK-Common-844d3a1dbf49c9124e020f74b3712f9bd3013aa6.tar.gz
perl-MDK-Common-844d3a1dbf49c9124e020f74b3712f9bd3013aa6.tar.bz2
perl-MDK-Common-844d3a1dbf49c9124e020f74b3712f9bd3013aa6.tar.xz
perl-MDK-Common-844d3a1dbf49c9124e020f74b3712f9bd3013aa6.zip
refresh example in doc
-rw-r--r--lib/MDK/Common/File.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/MDK/Common/File.pm b/lib/MDK/Common/File.pm
index 4dbb99d..ca74230 100644
--- a/lib/MDK/Common/File.pm
+++ b/lib/MDK/Common/File.pm
@@ -120,7 +120,7 @@ is reached using C<eof>
=item expand_symlinks(FILENAME)
expand the symlinks in the absolute filename:
-C<expand_symlinks("/etc/X11/X")> gives "/usr/X11R6/bin/XFree86"
+C<expand_symlinks("/etc/X11/X")> gives "/usr/bin/Xorg"
=item openFileMaybeCompressed(FILENAME)