Просмотр исходного кода

Updated linux/kernel/api/vfs_stat

dyokunev лет назад: 7
Родитель
Сommit
e7bc6acb10
1 измененных файлов с 1 добавлено и 1 удалено
  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:
 ```