git: 9d33a9d96f5a - main - Fix typo in statfs man page
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 29 Mar 2023 08:13:37 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/src/commit/?id=9d33a9d96f5a2cd88d0955b5b56ef5058b1706c1 commit 9d33a9d96f5a2cd88d0955b5b56ef5058b1706c1 Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2023-03-29 08:11:19 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2023-03-29 08:11:19 +0000 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 <rpokala@freebsd.org> 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 4df0e801e418..696542a8b19a 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