aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2023-03-29 08:11:19 +0000
committerStefan Eßer <se@FreeBSD.org>2023-03-29 08:11:19 +0000
commit9d33a9d96f5a2cd88d0955b5b56ef5058b1706c1 (patch)
tree6c5541ac2ed6bef569586ba8e846f21be31e9c4b /lib/libc
parentb94341afcb12dac74825ac6fb140e2819760b00d (diff)
downloadsrc-9d33a9d96f5a2cd88d0955b5b56ef5058b1706c1.tar.gz
src-9d33a9d96f5a2cd88d0955b5b56ef5058b1706c1.zip
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
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/statfs.22
1 files changed, 1 insertions, 1 deletions
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