Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man3 Fix the SYNOPSIS.
details: https://anonhg.NetBSD.org/src/rev/a8125537bc68
branches: trunk
changeset: 754933:a8125537bc68
user: jruoho <jruoho%NetBSD.org@localhost>
date: Sun May 16 15:56:39 2010 +0000
description:
Fix the SYNOPSIS.
diffstat:
share/man/man3/dirent.3 | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diffs (35 lines):
diff -r da47571233af -r a8125537bc68 share/man/man3/dirent.3
--- a/share/man/man3/dirent.3 Sun May 16 15:33:29 2010 +0000
+++ b/share/man/man3/dirent.3 Sun May 16 15:56:39 2010 +0000
@@ -38,10 +38,10 @@
.Sh SYNOPSIS
.In sys/types.h
.In sys/dirent.h
-.Ft size
+.Ft mode
+.Fn DTTOIF "dirtype"
+.Ft dirtype
.Fn IFTODT "mode"
-.Ft dirtype
-.Fn DTTOIF "dirtype"
.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
+.Fn DTTOIF
and
-.Fn DTTOIF
+.Fn IFTODT
can be used to convert from
-.Em struct stat
+.Em struct dirent
types to
-.Em struct dirent
+.Em struct stat
types, and vice versa.
.Sh COMPATIBILITY
The
Home |
Main Index |
Thread Index |
Old Index