aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/posix1e
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-04-18 13:14:47 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-04-18 13:14:47 +0000
commit79d4920b1df72a4eb3e39c62325a1a212f7ddb03 (patch)
treeb4b56abca8e71828c7a0fad6f2985def5fb93c04 /lib/libc/posix1e
parent701d4ac0c158acf6e7623ca5329c8356ac4507c4 (diff)
downloadsrc-79d4920b1df72a4eb3e39c62325a1a212f7ddb03.tar.gz
src-79d4920b1df72a4eb3e39c62325a1a212f7ddb03.zip
mdoc(7) police: use .Fx where appropriate.
Notes
Notes: svn path=/head/; revision=75660
Diffstat (limited to 'lib/libc/posix1e')
-rw-r--r--lib/libc/posix1e/cap.34
-rw-r--r--lib/libc/posix1e/cap_clear.33
-rw-r--r--lib/libc/posix1e/cap_dup.33
-rw-r--r--lib/libc/posix1e/cap_free.33
-rw-r--r--lib/libc/posix1e/cap_from_text.33
-rw-r--r--lib/libc/posix1e/cap_get_flag.33
-rw-r--r--lib/libc/posix1e/cap_get_proc.33
-rw-r--r--lib/libc/posix1e/cap_init.33
-rw-r--r--lib/libc/posix1e/cap_set_flag.33
-rw-r--r--lib/libc/posix1e/cap_set_proc.33
-rw-r--r--lib/libc/posix1e/cap_to_text.33
11 files changed, 23 insertions, 11 deletions
diff --git a/lib/libc/posix1e/cap.3 b/lib/libc/posix1e/cap.3
index 96427bbaf55e..4cdbd0fca225 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 bb8005aa8850..a02deab54591 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 846d2c84b1b1..d0d09c4b0981 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 d8a5a674a5e8..0284372a91f4 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 a910492498cb..699c101d411b 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 e81feb454f70..7a5233a152a4 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 2cf9831ef091..eab632f58087 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 40b9a807d911..ef73a3fd793c 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 f5a7569813be..91ce0b0bba59 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 318ae81f44be..3ee1ca55c6ec 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 1ad0e0c8f253..92d9b92ea1d6 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