From 5ee7f61c3ec12f1ff0b3ff18abfe334d5aee6dcc Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 22 Apr 2015 09:01:08 +0200 Subject: [PATCH] attr.7: ffix Signed-off-by: Michael Kerrisk --- man7/attr.7 | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/man7/attr.7 b/man7/attr.7 index 5f2492ea1..a91b2dd29 100644 --- a/man7/attr.7 +++ b/man7/attr.7 @@ -86,7 +86,9 @@ Read and write access permissions to security attributes depend on the policy implemented for each security attribute by the security module. When no security module is loaded, all processes have read access to extended security attributes, and write access is limited to processes -that have the CAP_SYS_ADMIN capability. +that have the +.B CAP_SYS_ADMIN +capability. .SS Extended system attributes Extended system attributes are used by the kernel to store system objects such as Access Control Lists and Capabilities. @@ -95,7 +97,9 @@ access permissions to system attributes depend on the policy implemented for each system attribute implemented by filesystems in the kernel. .SS Trusted extended attributes Trusted extended attributes are visible and accessible only to processes that -have the CAP_SYS_ADMIN capability (the super user usually has this +have the +.B CAP_SYS_ADMIN +capability (the super user usually has this capability). Attributes in this class are used to implement mechanisms in user space (i.e., outside the kernel) which keep information in extended attributes @@ -156,5 +160,5 @@ independent format. .\" and the SGI XFS development team, .\" .RI < linux-xfs@oss.sgi.com >. .SH SEE ALSO -getfattr(1), -setfattr(1) +.BR getfattr (1), +.BR setfattr (1)