From 9d33a9d96f5a2cd88d0955b5b56ef5058b1706c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20E=C3=9Fer?= Date: Wed, 29 Mar 2023 10:11:19 +0200 Subject: [PATCH] Fix typo in statfs man page There are FAT12 and FAT16 file systems, but FAT13 of was an unintentional invention of mine ... Reported by: Ravi Pokala MFC after: 1 month --- lib/libc/sys/statfs.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/sys/statfs.2 b/lib/libc/sys/statfs.2 index 4df0e801e41..696542a8b19 100644 --- a/lib/libc/sys/statfs.2 +++ b/lib/libc/sys/statfs.2 @@ -239,7 +239,7 @@ traditional file systems. For some other file systems, values that have similar, but not identical, semantics to those described above may be returned. -An example is msdosfs, which in case of FAT12 or FAT13 file systems +An example is msdosfs, which in case of FAT12 or FAT16 file systems reports the number of available and of free root directory entries instead of inodes .Po