summaryrefslogtreecommitdiffstats
path: root/share/man
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-03-19 03:48:12 +0000
committerbde <bde@FreeBSD.org>1997-03-19 03:48:12 +0000
commitf8bda83de011bb86b5dd60968e586aa9a25f33a6 (patch)
tree28148b93b773914a56eb08cdd7eb4d33bdf4d6d4 /share/man
parentf49e3eafb99d2b970e9a4561892be1bad8e409cc (diff)
downloadFreeBSD-src-f8bda83de011bb86b5dd60968e586aa9a25f33a6.zip
FreeBSD-src-f8bda83de011bb86b5dd60968e586aa9a25f33a6.tar.gz
Fixed wrong #include in synopsis. <sys/dir.h> has been deprecated for
years. Not fixed: stale, misformatted copy of <dirent.h>. I will be cleaning up the dirent.h and dir.h headers soon (ufs stuff needs to be separated better), so don't change the man page yet.
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man5/dir.54
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man5/dir.5 b/share/man/man5/dir.5
index 1e3d246..b50a3c4 100644
--- a/share/man/man5/dir.5
+++ b/share/man/man5/dir.5
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)dir.5 8.3 (Berkeley) 4/19/94
-.\" $Id$
+.\" $Id: dir.5,v 1.7 1997/02/22 13:25:58 peter Exp $
.\"
.Dd April 19, 1994
.Dt DIR 5
@@ -41,7 +41,7 @@
.Nd directory file format
.Sh SYNOPSIS
.Fd #include <sys/types.h>
-.Fd #include <sys/dir.h>
+.Fd #include <dirent.h>
.Sh DESCRIPTION
Directories provide a convenient hierarchical method of grouping
files while obscuring the underlying details of the storage medium.
OpenPOWER on IntegriCloud