commit | bb66972c0b263278b6468e59a240af5c7b771966 | [log] [tgz] |
---|---|---|
author | Mark Dickinson <mdickinson@enthought.com> | Sat Jun 25 12:04:45 2011 +0200 |
committer | Mark Dickinson <mdickinson@enthought.com> | Sat Jun 25 12:04:45 2011 +0200 |
tree | c9c130eb9d91215d902d33ee2f3d9c1cad9ab7fe | |
parent | f20dd53698c9fd2ef1246cb194ed9cded7ff658a [diff] | |
parent | 7e4b5c6773bc1c134fad73679294e2afc0ee8924 [diff] |
Merge #12228
diff --git a/Doc/library/stat.rst b/Doc/library/stat.rst index cc879de..64516ae 100644 --- a/Doc/library/stat.rst +++ b/Doc/library/stat.rst
@@ -307,11 +307,11 @@ The file may only be appended to. -.. data:: UF_OPAQUE +.. data:: UF_NOUNLINK The file may not be renamed or deleted. -.. data:: UF_NOUNLINK +.. data:: UF_OPAQUE The directory is opaque when viewed through a union stack.