diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-04-04 23:07:59 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-04-04 23:07:59 +0000 |
commit | 844d3a1dbf49c9124e020f74b3712f9bd3013aa6 (patch) | |
tree | 6adb5d5329bd81054ec104b931127e80083178a0 | |
parent | 33e037509a7e6ce5d0e0cb61c36213d063127774 (diff) | |
download | perl-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.pm | 2 |
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) |