From: Michael Orlitzky Date: Wed, 28 Mar 2018 14:34:35 +0000 (-0400) Subject: doc: use bold face for "mkdir" and "touch". X-Git-Tag: v0.4.0~5 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=apply-default-acl.git;a=commitdiff_plain;h=09fd7a1e32362e536f282f30c2ad0b098fd60197 doc: use bold face for "mkdir" and "touch". --- diff --git a/doc/man/apply-default-acl.1 b/doc/man/apply-default-acl.1 index d3b2de1..42233f1 100644 --- a/doc/man/apply-default-acl.1 +++ b/doc/man/apply-default-acl.1 @@ -53,7 +53,7 @@ Return success .RE .P The action of apply-default ACL largely mimics what the kernel would -do if you ran \fImkdir\fR or \fItouch\fR to create a new file. The one +do if you ran \fBmkdir\fR or \fBtouch\fR to create a new file. The one point of disagreement is on how to mask group-execute permissions for files. The kernel will let the \(dqmask\(dq bits prevent group-execute, whereas apply-default-acl will explicitly remove the group-execute bits.