Module Name: src
Committed By: sevan
Date: Sat Sep 7 11:35:01 UTC 2019
Modified Files:
src/share/man/man3: dirent.3
Log Message:
dir(5) was what appeared in v7, the struct was called direct.
Fix history for dirent.
via Ingo Schwarze <schwarze@OpenBSD>
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/share/man/man3/dirent.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man3/dirent.3
diff -u src/share/man/man3/dirent.3:1.4 src/share/man/man3/dirent.3:1.5
--- src/share/man/man3/dirent.3:1.4 Fri Apr 8 08:50:52 2011
+++ src/share/man/man3/dirent.3 Sat Sep 7 11:35:01 2019
@@ -1,4 +1,4 @@
-.\" $NetBSD: dirent.3,v 1.4 2011/04/08 08:50:52 wiz Exp $
+.\" $NetBSD: dirent.3,v 1.5 2019/09/07 11:35:01 sevan Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" @(#)dir.5 8.3 (Berkeley) 4/19/94
.\"
-.Dd May 16, 2010
+.Dd September 7, 2019
.Dt DIRENT 3
.Os
.Sh NAME
@@ -206,9 +206,11 @@ operator.
.\" .St -p1003.1-2001 .
.Sh HISTORY
A
-dir structure appeared in
+dir file format alongside a
+.Em direct
+structure appeared in
.At v7 .
The
.Em dirent
structure appeared in
-.Nx 1.3 .
+.Bx 4.3 reno .