Browse Source

Merge pull request #609 from denis-sokolov/patch-1

ln: remove note about hard links for directories
Waldir Pimenta 9 years ago
parent
commit
5433dfd83c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/common/ln.md

+ 1 - 1
pages/common/ln.md

@@ -14,6 +14,6 @@
 
 `ln -sfT {{path/to/new/original/file}} {{path/to/folder/link}}`
 
-- create a hard link to a file or folder
+- create a hard link to a file
 
 `ln {{path/to/original/file}} {{path/to/link}}`