diff options
author | rwatson <rwatson@FreeBSD.org> | 2001-03-16 17:42:38 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2001-03-16 17:42:38 +0000 |
commit | 6235bd69f9656f37cddf6d00ce06c4b1e8b702af (patch) | |
tree | 8b2f6da734d22e2ff22188f2a13058872228aad9 /share/man/man9/extattr.9 | |
parent | d69289c4bf2d8d5a2fd8bc29e68330811b79b3cf (diff) | |
download | FreeBSD-src-6235bd69f9656f37cddf6d00ce06c4b1e8b702af.zip FreeBSD-src-6235bd69f9656f37cddf6d00ce06c4b1e8b702af.tar.gz |
o The revenge of the mdoc(7) police:
- These pages abused Ar macro (they should have used Fa).
- NULL and other numeric constants should be marked with Dv.
- VOP_* in the ERRORS section for the EOPNOTSUPP entry should be marked
with Fn.
Submitted by: ru
Diffstat (limited to 'share/man/man9/extattr.9')
-rw-r--r-- | share/man/man9/extattr.9 | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/share/man/man9/extattr.9 b/share/man/man9/extattr.9 index a07573b..d5a4e72 100644 --- a/share/man/man9/extattr.9 +++ b/share/man/man9/extattr.9 @@ -48,7 +48,9 @@ If the same name is present in multiple namespaces, the extended attributes associated with the names are stored and manipulated independently. The following two namespaces are defined universally, although individual file systems may implement additional namespaces, or not implement -these namespaces: EXTATTR_NAMESPACE_USER, EXTATTR_NAMESPACE_SYSTEM. +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 and mandatory protections associated with the data in the file or @@ -88,5 +90,7 @@ the total size of the attribute, or indicate that the buffer space provided by the caller is insufficient to hold all available data. In addition, the interface does not provide a mechanism to retrieve the current set of available attributes; it has been suggested that -providing a NULL attribute name should cause a list of defined attributes -for the passed file or directory, but this is not currently implemented. +providing a +.Dv NULL +attribute name should cause a list of defined attributes for the passed file +or directory, but this is not currently implemented. |