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 | |
parent | 889eeac6e702ad1a877d2e294824248a6cc8112f (diff) | |
download | FreeBSD-src-8c5fa3b175c09be3e56221362cf7ca88f0e7a968.zip FreeBSD-src-8c5fa3b175c09be3e56221362cf7ca88f0e7a968.tar.gz |
mdoc(7) police: use .Fx where appropriate.
-rw-r--r-- | lib/libc/posix1e/cap.3 | 4 | ||||
-rw-r--r-- | lib/libc/posix1e/cap_clear.3 | 3 | ||||
-rw-r--r-- | lib/libc/posix1e/cap_dup.3 | 3 | ||||
-rw-r--r-- | lib/libc/posix1e/cap_free.3 | 3 | ||||
-rw-r--r-- | lib/libc/posix1e/cap_from_text.3 | 3 | ||||
-rw-r--r-- | lib/libc/posix1e/cap_get_flag.3 | 3 | ||||
-rw-r--r-- | lib/libc/posix1e/cap_get_proc.3 | 3 | ||||
-rw-r--r-- | lib/libc/posix1e/cap_init.3 | 3 | ||||
-rw-r--r-- | lib/libc/posix1e/cap_set_flag.3 | 3 | ||||
-rw-r--r-- | lib/libc/posix1e/cap_set_proc.3 | 3 | ||||
-rw-r--r-- | lib/libc/posix1e/cap_to_text.3 | 3 |
11 files changed, 23 insertions, 11 deletions
diff --git a/lib/libc/posix1e/cap.3 b/lib/libc/posix1e/cap.3 index 96427bb..4cdbd0f 100644 --- a/lib/libc/posix1e/cap.3 +++ b/lib/libc/posix1e/cap.3 @@ -183,7 +183,9 @@ Thie capability shall override the restriction that the real or effective user ID of a process sending a signal must match the real of effective user ID of the receiving process. .It Dv CAP_LINK_DIR -This capability is not available on the the FreeBSD platform. +This capability is not available on the +.Fx +platform. On other platforms, this capabiity overrides the restriction that a process cannot create or delete a hard link to a directory. .It Dv CAP_SETFCAP diff --git a/lib/libc/posix1e/cap_clear.3 b/lib/libc/posix1e/cap_clear.3 index bb8005a..a02deab 100644 --- a/lib/libc/posix1e/cap_clear.3 +++ b/lib/libc/posix1e/cap_clear.3 @@ -48,7 +48,8 @@ shall initialize the capability state in working storage identified by so that all capability flags for all capabilities defined in the implementation shall be cleared. .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. diff --git a/lib/libc/posix1e/cap_dup.3 b/lib/libc/posix1e/cap_dup.3 index 846d2c8..d0d09c4 100644 --- a/lib/libc/posix1e/cap_dup.3 +++ b/lib/libc/posix1e/cap_dup.3 @@ -57,7 +57,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 diff --git a/lib/libc/posix1e/cap_free.3 b/lib/libc/posix1e/cap_free.3 index d8a5a67..0284372 100644 --- a/lib/libc/posix1e/cap_free.3 +++ b/lib/libc/posix1e/cap_free.3 @@ -54,7 +54,8 @@ by the function. .Pp .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. diff --git a/lib/libc/posix1e/cap_from_text.3 b/lib/libc/posix1e/cap_from_text.3 index a910492..699c101 100644 --- a/lib/libc/posix1e/cap_from_text.3 +++ b/lib/libc/posix1e/cap_from_text.3 @@ -54,7 +54,8 @@ with the .Va (void *)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 function returns a pointer to the diff --git a/lib/libc/posix1e/cap_get_flag.3 b/lib/libc/posix1e/cap_get_flag.3 index e81feb4..7a5233a 100644 --- a/lib/libc/posix1e/cap_get_flag.3 +++ b/lib/libc/posix1e/cap_get_flag.3 @@ -52,7 +52,8 @@ from the capability state in working storage identified by and place it into the location pointed to by .Ar value_p . .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. diff --git a/lib/libc/posix1e/cap_get_proc.3 b/lib/libc/posix1e/cap_get_proc.3 index 2cf9831..eab632f 100644 --- a/lib/libc/posix1e/cap_get_proc.3 +++ b/lib/libc/posix1e/cap_get_proc.3 @@ -53,7 +53,8 @@ the 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, this function shall return a cap_t value. 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 diff --git a/lib/libc/posix1e/cap_set_flag.3 b/lib/libc/posix1e/cap_set_flag.3 index f5a7569..91ce0b0 100644 --- a/lib/libc/posix1e/cap_set_flag.3 +++ b/lib/libc/posix1e/cap_set_flag.3 @@ -55,7 +55,8 @@ is used to specify the number of capabilities in the array .Ar caps . Implementations may place restrictions on the setting of the flags in a capability state. .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, this function shall return a value of zero. diff --git a/lib/libc/posix1e/cap_set_proc.3 b/lib/libc/posix1e/cap_set_proc.3 index 318ae81..3ee1ca5 100644 --- a/lib/libc/posix1e/cap_set_proc.3 +++ b/lib/libc/posix1e/cap_set_proc.3 @@ -56,7 +56,8 @@ is set for any capability not currently permitted for the calling process, the function shall fail, and the capability state of the process shall remain unchanged. .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, this function shall return a value of zero. diff --git a/lib/libc/posix1e/cap_to_text.3 b/lib/libc/posix1e/cap_to_text.3 index 1ad0e0c..92d9b92 100644 --- a/lib/libc/posix1e/cap_to_text.3 +++ b/lib/libc/posix1e/cap_to_text.3 @@ -65,7 +65,8 @@ with the .Va 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 function shall return a pointer to the |