diff options
Diffstat (limited to 'lib/libc/posix1e')
-rw-r--r-- | lib/libc/posix1e/acl.3 | 2 | ||||
-rw-r--r-- | lib/libc/posix1e/acl_delete.3 | 2 | ||||
-rw-r--r-- | lib/libc/posix1e/acl_from_text.3 | 4 | ||||
-rw-r--r-- | lib/libc/posix1e/acl_get.3 | 4 | ||||
-rw-r--r-- | lib/libc/posix1e/acl_set.3 | 4 | ||||
-rw-r--r-- | lib/libc/posix1e/acl_to_text.3 | 2 | ||||
-rw-r--r-- | lib/libc/posix1e/acl_valid.3 | 4 | ||||
-rw-r--r-- | lib/libc/posix1e/cap.3 | 10 | ||||
-rw-r--r-- | lib/libc/posix1e/cap_clear.3 | 2 | ||||
-rw-r--r-- | lib/libc/posix1e/cap_dup.3 | 2 | ||||
-rw-r--r-- | lib/libc/posix1e/cap_free.3 | 2 | ||||
-rw-r--r-- | lib/libc/posix1e/cap_get_flag.3 | 2 | ||||
-rw-r--r-- | lib/libc/posix1e/cap_get_proc.3 | 2 | ||||
-rw-r--r-- | lib/libc/posix1e/cap_init.3 | 2 | ||||
-rw-r--r-- | lib/libc/posix1e/cap_set_flag.3 | 2 | ||||
-rw-r--r-- | lib/libc/posix1e/cap_set_proc.3 | 2 | ||||
-rw-r--r-- | lib/libc/posix1e/cap_to_text.3 | 2 | ||||
-rw-r--r-- | lib/libc/posix1e/posix1e.3 | 2 |
18 files changed, 26 insertions, 26 deletions
diff --git a/lib/libc/posix1e/acl.3 b/lib/libc/posix1e/acl.3 index 39822b8c33e70..6f74b8bf078bf 100644 --- a/lib/libc/posix1e/acl.3 +++ b/lib/libc/posix1e/acl.3 @@ -220,7 +220,7 @@ 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 -.Fx +.Fx POSIX.1e implementation page for more information. .Sh HISTORY POSIX.1e support was introduced in diff --git a/lib/libc/posix1e/acl_delete.3 b/lib/libc/posix1e/acl_delete.3 index 2aa3f15ff01fe..2b21bf9a9f0d0 100644 --- a/lib/libc/posix1e/acl_delete.3 +++ b/lib/libc/posix1e/acl_delete.3 @@ -112,7 +112,7 @@ The file system is read-only. 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 -.Fx +.Fx POSIX.1e implementation page for more information. .Sh HISTORY diff --git a/lib/libc/posix1e/acl_from_text.3 b/lib/libc/posix1e/acl_from_text.3 index 578e3f7a304cd..13a1f427dd34d 100644 --- a/lib/libc/posix1e/acl_from_text.3 +++ b/lib/libc/posix1e/acl_from_text.3 @@ -111,12 +111,12 @@ rely on the library calls to manage username and uid mapping, as well as the .Xr getgrent 3 library calls to manage groupname and gid mapping. These calls are not -thread safe, and so transitively, neither are +thread safe, and so transitively, neither are .Fn acl_from_text and .Fn acl_to_text . These functions may also interfere with stateful -calls associated with the +calls associated with the .Fn getpwent and .Fn getgrent diff --git a/lib/libc/posix1e/acl_get.3 b/lib/libc/posix1e/acl_get.3 index ee8ab54326b0a..5121d1ae10faa 100644 --- a/lib/libc/posix1e/acl_get.3 +++ b/lib/libc/posix1e/acl_get.3 @@ -51,10 +51,10 @@ The and .Fn acl_get_fd_np each allow the retrieval of an ACL from a file. -.Fn acl_get_file +.Fn acl_get_file is a POSIX.1e call that allows the retrieval of a specified type of ACL from a file by name; -.Fn acl_get_fd +.Fn acl_get_fd is a POSIX.1e call that allows the retrieval of an ACL of type ACL_TYPE_ACCESS from a file descriptor. diff --git a/lib/libc/posix1e/acl_set.3 b/lib/libc/posix1e/acl_set.3 index 12abb92000f16..17a8db0683f99 100644 --- a/lib/libc/posix1e/acl_set.3 +++ b/lib/libc/posix1e/acl_set.3 @@ -53,13 +53,13 @@ and each associate an ACL with an object referred to by .Va fd or -.Va path_p . +.Va path_p . All except .Fn acl_set_fd_np are POSIX.1e calls-- .Fn acl_set_fd allows only the setting of ACLs of type ACL_TYPE_ACCESS -where as +where as .Fn acl_set_fd_np allows the setting of ACLs of any type. .Sh IMPLEMENTATION NOTES diff --git a/lib/libc/posix1e/acl_to_text.3 b/lib/libc/posix1e/acl_to_text.3 index b28fd5952a22f..eb990a236aee5 100644 --- a/lib/libc/posix1e/acl_to_text.3 +++ b/lib/libc/posix1e/acl_to_text.3 @@ -39,7 +39,7 @@ .Ft char * .Fn acl_to_text "acl_t acl" "ssize_t *len_p" .Sh DESCRIPTION -The +The .Fn acl_to_text function translates the ACL pointed to by argument .Va acl diff --git a/lib/libc/posix1e/acl_valid.3 b/lib/libc/posix1e/acl_valid.3 index 1418d3c22a312..a395df6dce3c7 100644 --- a/lib/libc/posix1e/acl_valid.3 +++ b/lib/libc/posix1e/acl_valid.3 @@ -69,7 +69,7 @@ then one ACL_MASK entry shall also be required. The ACL shall contain at most on ACL_MASK entry. .Pp The qualifier field shall be unique among all entries of -the same POSIX.1e ACL facility defined tag type. The +the same POSIX.1e ACL facility defined tag type. The tag type field shall contain valid values including any implementation-defined values. Validation of the values of the qualifier field is implementation-defined. @@ -78,7 +78,7 @@ of the qualifier field is implementation-defined. The POSIX.1e .Fn acl_valid function may reorder the ACL for the purposes of verification; the -non-portable validation functions will not. +non-portable validation functions will not. .Sh IMPLEMENTATION NOTES .Fx Ns 's support for POSIX.1e interfaces and features is still under diff --git a/lib/libc/posix1e/cap.3 b/lib/libc/posix1e/cap.3 index 26d977e1ab658..0aa782b0e2183 100644 --- a/lib/libc/posix1e/cap.3 +++ b/lib/libc/posix1e/cap.3 @@ -66,7 +66,7 @@ This function is described in .Xr cap_free 3 , and may be used to free a capability structure. .It Fn cap_from_text -This function is described in +This function is described in .Xr cap_from_text 3 , and may be used to convert a text-form capability to its internal representation. @@ -153,7 +153,7 @@ ACLs are available, this capability overrides the ACL execute access restrictions when accessing an object. .It Dv CAP_DAC_WRITE This capability overrides file mode write access restrictions when access an -object, and, if +object, and, if .Xr posix1e 3 ACLs are available, this capability also overrides the ACL write access restrictions when accessing an object. @@ -229,7 +229,7 @@ capability set when invoking .It Dv CAP_SYS_SETFFLAG This capability overrides the restriction that a process cannot manipulate the system file flags on a file system object. -For portability, equivilent to +For portability, equivilent to .Dv CAP_LINUX_IMMUTABLE . .It Dv CAP_NET_BIND_SERVICE This capability overrides network namespace restrictions on process's @@ -267,7 +267,7 @@ configure, or disable system process accounting. .It Dv CAP_SYS_ADMIN .It Dv CAP_SYS_BOOT This capability overrides the restriction that a process cannot invoke -the +the .Xr boot 2 system call. .It Dv CAP_SYS_NICE @@ -323,7 +323,7 @@ use in the short term. 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 -.Fx +.Fx POSIX.1e implementation page for more information. .Sh HISTORY diff --git a/lib/libc/posix1e/cap_clear.3 b/lib/libc/posix1e/cap_clear.3 index 97c7958f2f7db..5f305cb7abae6 100644 --- a/lib/libc/posix1e/cap_clear.3 +++ b/lib/libc/posix1e/cap_clear.3 @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.\" TrustedBSD Project - support for POSIX.1e process capabilities +.\" TrustedBSD Project - support for POSIX.1e process capabilities .\" .Dd April 1, 2000 .Dt CAP_CLEAR 3 diff --git a/lib/libc/posix1e/cap_dup.3 b/lib/libc/posix1e/cap_dup.3 index 0f29656216f7e..9ea0396f59d7c 100644 --- a/lib/libc/posix1e/cap_dup.3 +++ b/lib/libc/posix1e/cap_dup.3 @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.\" TrustedBSD Project - support for POSIX.1e process capabilities +.\" TrustedBSD Project - support for POSIX.1e process capabilities .\" .Dd April 1, 2000 .Dt CAP_DUP 3 diff --git a/lib/libc/posix1e/cap_free.3 b/lib/libc/posix1e/cap_free.3 index 03a62d4184f51..3f6e192607ad4 100644 --- a/lib/libc/posix1e/cap_free.3 +++ b/lib/libc/posix1e/cap_free.3 @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.\" TrustedBSD Project - support for POSIX.1e process capabilities +.\" TrustedBSD Project - support for POSIX.1e process capabilities .\" .Dd April 1, 2000 .Dt CAP_FREE 3 diff --git a/lib/libc/posix1e/cap_get_flag.3 b/lib/libc/posix1e/cap_get_flag.3 index beb3f6ef3e9c1..1f8ab201dd23e 100644 --- a/lib/libc/posix1e/cap_get_flag.3 +++ b/lib/libc/posix1e/cap_get_flag.3 @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.\" TrustedBSD Project - support for POSIX.1e process capabilities +.\" TrustedBSD Project - support for POSIX.1e process capabilities .\" .Dd April 1, 2000 .Dt CAP_GET_FLAG 3 diff --git a/lib/libc/posix1e/cap_get_proc.3 b/lib/libc/posix1e/cap_get_proc.3 index 67ff18514b92d..2ebf5c8dcf41c 100644 --- a/lib/libc/posix1e/cap_get_proc.3 +++ b/lib/libc/posix1e/cap_get_proc.3 @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.\" TrustedBSD Project - support for POSIX.1e process capabilities +.\" TrustedBSD Project - support for POSIX.1e process capabilities .\" .Dd April 1, 2000 .Dt CAP_GET_PROC 3 diff --git a/lib/libc/posix1e/cap_init.3 b/lib/libc/posix1e/cap_init.3 index 7705bc541501f..753ced9b8a94e 100644 --- a/lib/libc/posix1e/cap_init.3 +++ b/lib/libc/posix1e/cap_init.3 @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.\" TrustedBSD Project - support for POSIX.1e process capabilities +.\" TrustedBSD Project - support for POSIX.1e process capabilities .\" .Dd April 1, 2000 .Dt CAP_INIT 3 diff --git a/lib/libc/posix1e/cap_set_flag.3 b/lib/libc/posix1e/cap_set_flag.3 index 641439a8cc641..ef74d107806b1 100644 --- a/lib/libc/posix1e/cap_set_flag.3 +++ b/lib/libc/posix1e/cap_set_flag.3 @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.\" TrustedBSD Project - support for POSIX.1e process capabilities +.\" TrustedBSD Project - support for POSIX.1e process capabilities .\" .Dd April 1, 2000 .Dt CAP_SET_FLAG 3 diff --git a/lib/libc/posix1e/cap_set_proc.3 b/lib/libc/posix1e/cap_set_proc.3 index b0b78b885a5cc..f3dfae33b5738 100644 --- a/lib/libc/posix1e/cap_set_proc.3 +++ b/lib/libc/posix1e/cap_set_proc.3 @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.\" TrustedBSD Project - support for POSIX.1e process capabilities +.\" TrustedBSD Project - support for POSIX.1e process capabilities .\" .Dd April 1, 2000 .Dt CAP_SET_PROC 3 diff --git a/lib/libc/posix1e/cap_to_text.3 b/lib/libc/posix1e/cap_to_text.3 index 22feeff8fa8e5..ea6b522b6dc4b 100644 --- a/lib/libc/posix1e/cap_to_text.3 +++ b/lib/libc/posix1e/cap_to_text.3 @@ -21,7 +21,7 @@ .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF -.\" SUCH DAMAGE. +.\" SUCH DAMAGE. .\" .\" $FreeBSD$ .\" diff --git a/lib/libc/posix1e/posix1e.3 b/lib/libc/posix1e/posix1e.3 index 05304f8e10b0a..7c8af1981642f 100644 --- a/lib/libc/posix1e/posix1e.3 +++ b/lib/libc/posix1e/posix1e.3 @@ -56,7 +56,7 @@ Access Control are in the wings, and Information Flow Labels are not on the calendar. .Pp POSIX.1e defines both syntax and semantics for these features, but fairly -substantial changes are required to implement these features in the +substantial changes are required to implement these features in the operating system. As shipped, .Fx 4.0 permits file systems to export |