diff options
-rw-r--r-- | share/man/man5/dir.5 | 4 | ||||
-rw-r--r-- | share/man/man9/namei.9 | 6 |
2 files changed, 2 insertions, 8 deletions
diff --git a/share/man/man5/dir.5 b/share/man/man5/dir.5 index 0445cb012c3..7b728aaad9d 100644 --- a/share/man/man5/dir.5 +++ b/share/man/man5/dir.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dir.5,v 1.10 2003/07/04 23:06:01 millert Exp $ +.\" $OpenBSD: dir.5,v 1.11 2005/06/15 17:51:35 millert Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -132,9 +132,7 @@ typedef struct _dirdesc { #define dirfd(dirp) ((dirp)->dd_fd) /* flags for opendir2 */ -#define DTF_HIDEW 0x0001 /* hide whiteout entries */ #define DTF_NODUP 0x0002 /* don't return duplicate names */ -#define DTF_REWIND 0x0004 /* rewind after reading union stack */ #define __DTF_READALL 0x0008 /* everything has been read */ #endif /* _POSIX_SOURCE */ diff --git a/share/man/man9/namei.9 b/share/man/man9/namei.9 index 2d471da1aaf..5542016209e 100644 --- a/share/man/man9/namei.9 +++ b/share/man/man9/namei.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: namei.9,v 1.10 2004/12/13 23:46:09 pedro Exp $ +.\" $OpenBSD: namei.9,v 1.11 2005/06/15 17:51:35 millert Exp $ .\" $NetBSD: namei.9,v 1.9 2003/05/06 10:46:44 jmmv Exp $ .\" .\" Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -157,10 +157,6 @@ add entry to the name cache this is last component of pathname .It ISSYMLINK symlink needs interpretation -.It ISWHITEOUT -found whiteout -.It DOWHITEOUT -do whiteouts .It REQUIREDIR must be a directory .It PDIRUNLOCK |