svn commit: r335493 - head/share/man/man5
Bryan Drewery
bdrewery at FreeBSD.org
Thu Jun 21 16:39:39 UTC 2018
Author: bdrewery
Date: Thu Jun 21 16:39:38 2018
New Revision: 335493
URL: https://svnweb.freebsd.org/changeset/base/335493
Log:
ino64 uses 8 byte padding now.
Modified:
head/share/man/man5/dir.5
Modified: head/share/man/man5/dir.5
==============================================================================
--- head/share/man/man5/dir.5 Thu Jun 21 16:12:30 2018 (r335492)
+++ head/share/man/man5/dir.5 Thu Jun 21 16:39:38 2018 (r335493)
@@ -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
More information about the svn-src-all
mailing list