From a7ce3d543b5630adcff911eab6de3b6018ac3efa Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Thu, 21 Jun 2018 16:39:38 +0000 Subject: [PATCH] ino64 uses 8 byte padding now. --- share/man/man5/dir.5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/man/man5/dir.5 b/share/man/man5/dir.5 index 01b7d850a3b0..5d10c94002e6 100644 --- a/share/man/man5/dir.5 +++ b/share/man/man5/dir.5 @@ -28,7 +28,7 @@ .\" @(#)dir.5 8.3 (Berkeley) 4/19/94 .\" $FreeBSD$ .\" -.Dd February 13, 2017 +.Dd June 20, 2018 .Dt DIR 5 .Os .Sh NAME @@ -90,7 +90,7 @@ The directory entry format is defined in the file * * A directory entry has a struct dirent at the front of it, containing its * inode number, the length of the entry, and the length of the name - * contained in the entry. These are followed by the name padded to a 4 + * contained in the entry. These are followed by the name padded to a 8 * byte boundary with null bytes. All names are guaranteed null terminated. * The maximum length of a name in a directory is MAXNAMLEN. * Explicit pad is added between the last member of the header and