Module Name: src
Committed By: jruoho
Date: Sun May 16 15:56:39 UTC 2010
Modified Files:
src/share/man/man3: dirent.3
Log Message:
Fix the SYNOPSIS.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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.1 src/share/man/man3/dirent.3:1.2
--- src/share/man/man3/dirent.3:1.1 Sun May 16 15:33:30 2010
+++ src/share/man/man3/dirent.3 Sun May 16 15:56:39 2010
@@ -38,10 +38,10 @@
.Sh SYNOPSIS
.In sys/types.h
.In sys/dirent.h
-.Ft size
-.Fn IFTODT "mode"
-.Ft dirtype
+.Ft mode
.Fn DTTOIF "dirtype"
+.Ft dirtype
+.Fn IFTODT "mode"
.Sh DESCRIPTION
Directories provide a convenient hierarchical method of grouping
files while obscuring the underlying details of the storage medium.
@@ -161,13 +161,13 @@
type is internal to the implementation and
should not be seen in normal user applications.
The macros
-.Fn IFTODT
-and
.Fn DTTOIF
+and
+.Fn IFTODT
can be used to convert from
-.Em struct stat
-types to
.Em struct dirent
+types to
+.Em struct stat
types, and vice versa.
.Sh COMPATIBILITY
The