diff options
author | ru <ru@FreeBSD.org> | 2000-11-14 11:20:58 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2000-11-14 11:20:58 +0000 |
commit | 7d99729431353c50207fda8b9ab30e1c354c6061 (patch) | |
tree | 8d8c39d3231f9a7b91446e46dfc9b54f9eb84725 /lib/libposix1e/acl_valid.3 | |
parent | 56cb617a9d071d8ad21ab908ea9224e718dae618 (diff) | |
download | FreeBSD-src-7d99729431353c50207fda8b9ab30e1c354c6061.zip FreeBSD-src-7d99729431353c50207fda8b9ab30e1c354c6061.tar.gz |
Use Fx macro wherever possible.
Diffstat (limited to 'lib/libposix1e/acl_valid.3')
-rw-r--r-- | lib/libposix1e/acl_valid.3 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/libposix1e/acl_valid.3 b/lib/libposix1e/acl_valid.3 index 1a909ac..ea1cf68 100644 --- a/lib/libposix1e/acl_valid.3 +++ b/lib/libposix1e/acl_valid.3 @@ -80,7 +80,8 @@ The POSIX.1e function may reorder the ACL for the purposes of verification; the non-portable validation functions will not. .Sh IMPLEMENTATION NOTES -FreeBSD's support for POSIX.1e interfaces and features is still under +.Fx Ns 's +support for POSIX.1e interfaces and features is still under development at this time. .Sh RETURN VALUES Upon successful completion, the function shall return a value of zero. @@ -132,7 +133,9 @@ The file system does not support ACL retrieval. .Sh STANDARDS POSIX.1e is described in IEEE POSIX.1e draft 17. Discussion of the draft continues on the cross-platform POSIX.1e implementation -mailing list. To join this list, see the FreeBSD POSIX.1e implementation +mailing list. To join this list, see the +.Fx +POSIX.1e implementation page for more information. .Sh HISTORY POSIX.1e support was introduced in |