Bladeren bron

Updated linux/kernel/api/vfs_stat

dyokunev 8 jaren geleden
bovenliggende
commit
e7bc6acb10
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      linux/kernel/api/vfs_stat.md

+ 1 - 1
linux/kernel/api/vfs_stat.md

@@ -6,7 +6,7 @@ I don't know if this correct or not, but:
 vfs_stat ( char *path, struct kstat *kstat )
 ```
 
-`vfs_stat()` — retrieve information about the file pointed to by `path`.
+`vfs_stat()` — retrieve information about the file pointed to by `path`. Read `man 2 stat`.
 
 About `struct kstat` see file linux-source/include/linux/stat.h:
 ```