diff options
Diffstat (limited to 'share/man/man9')
-rw-r--r-- | share/man/man9/extattr.9 | 2 | ||||
-rw-r--r-- | share/man/man9/namei.9 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/extattr.9 b/share/man/man9/extattr.9 index d5a4e7253aac..8689b96080ca 100644 --- a/share/man/man9/extattr.9 +++ b/share/man/man9/extattr.9 @@ -52,7 +52,7 @@ these namespaces: .Dv EXTATTR_NAMESPACE_USER , .Dv EXTATTR_NAMESPACE_SYSTEM . The semantics of these attributes are intended to be as follows: user -attribute data is protected according the the normal discretionary +attribute data is protected according the normal discretionary and mandatory protections associated with the data in the file or directory; system attribute data is protected such that appropriate privilege is required to directly access or manipulate these attributes. diff --git a/share/man/man9/namei.9 b/share/man/man9/namei.9 index bfc294d86b25..551a0482c9f6 100644 --- a/share/man/man9/namei.9 +++ b/share/man/man9/namei.9 @@ -160,7 +160,7 @@ It is the current directory if the name passed in doesn't start with / and we have not gone through any symlinks with an absolute path, and the root otherwise. .Pp -In this case, it is is only used by lookup(), and should not be +In this case, it is only used by lookup(), and should not be considered valid after a call to namei(). .Pp If SAVESTART is set, this is set to the same as ni_dvp, with an extra |