From e8f2e2b52128b2cd420478616dd289beec20351e Mon Sep 17 00:00:00 2001 From: Jack Vickeridge Date: Thu, 19 Jan 2017 22:00:57 +0000 Subject: Fix formatting and links in previous doc change. --- src/libstd/fs.rs | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'src/libstd') diff --git a/src/libstd/fs.rs b/src/libstd/fs.rs index 898ca55f2fe..26fcd348fc9 100644 --- a/src/libstd/fs.rs +++ b/src/libstd/fs.rs @@ -975,10 +975,16 @@ impl FileType { /// Test whether this file type represents a symbolic link. /// - /// The Metadata struct needs to be retreived with - /// fs::symlink_metadata() not fs::metadata(). metadata() - /// always follows symbolic links, so is_symlink will - /// always return false for the underlying file. + /// The underlying [`Metadata`] struct needs to be retrieved + /// with the [`fs::symlink_metadata`] function and not the + /// [`fs::metadata`] function. The [`fs::metadata`] function + /// follows symbolic links, so [`is_symlink`] would always + /// return false for the target file. + /// + /// [`Metadata`]: struct.Metadata.html + /// [`fs::metadata`]: fn.metadata.html + /// [`fs::symlink_metadata`]: fn.symlink_metadata.html + /// [`is_symlink`]: struct.FileType.html#method.is_symlink /// /// # Examples /// -- cgit 1.4.1-3-g733a5