diff options
author | ru <ru@FreeBSD.org> | 2001-04-18 13:14:47 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-04-18 13:14:47 +0000 |
commit | 8c5fa3b175c09be3e56221362cf7ca88f0e7a968 (patch) | |
tree | 13e72fd6b31f5615cdcff1be7e523d01f9f03acd /lib/libc/posix1e/cap_init.3 | |
parent | 889eeac6e702ad1a877d2e294824248a6cc8112f (diff) | |
download | FreeBSD-src-8c5fa3b175c09be3e56221362cf7ca88f0e7a968.zip FreeBSD-src-8c5fa3b175c09be3e56221362cf7ca88f0e7a968.tar.gz |
mdoc(7) police: use .Fx where appropriate.
Diffstat (limited to 'lib/libc/posix1e/cap_init.3')
-rw-r--r-- | lib/libc/posix1e/cap_init.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/posix1e/cap_init.3 b/lib/libc/posix1e/cap_init.3 index 40b9a80..ef73a3f 100644 --- a/lib/libc/posix1e/cap_init.3 +++ b/lib/libc/posix1e/cap_init.3 @@ -54,7 +54,8 @@ working storage is no longer required, by calling .Fn cap_free with the cap_t as an argument. .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 |