diff options
author | Giorgos Keramidas <keramida@FreeBSD.org> | 2007-01-01 20:35:36 +0000 |
---|---|---|
committer | Giorgos Keramidas <keramida@FreeBSD.org> | 2007-01-01 20:35:36 +0000 |
commit | 91d856844aa5e4aea85146e7700795b7fffa3e1d (patch) | |
tree | 0bc102df1d176510e367f1ea250e9d8516cf6771 /en_US.ISO8859-1/books/handbook/mac | |
parent | 286446c1d85242793dc80fa59325b08baa371db7 (diff) | |
download | doc-91d856844aa5e4aea85146e7700795b7fffa3e1d.tar.gz doc-91d856844aa5e4aea85146e7700795b7fffa3e1d.zip |
When pluralizing <acronym>FOO</acronym>, we used to have both
of the following styles:
<acronym>FOO</acronym>s
<acronym>FOOs</acronym>
The first one keeps only the *real* acronym letters inside the
element, so pick this one (somewhat arbitrarily) and fix the rest.
Submitted by: ganbold(at)micom.mng.net (partially)
Notes
Notes:
svn path=/head/; revision=29316
Diffstat (limited to 'en_US.ISO8859-1/books/handbook/mac')
-rw-r--r-- | en_US.ISO8859-1/books/handbook/mac/chapter.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/en_US.ISO8859-1/books/handbook/mac/chapter.sgml b/en_US.ISO8859-1/books/handbook/mac/chapter.sgml index 1a8bd9f165..0b93f16ad6 100644 --- a/en_US.ISO8859-1/books/handbook/mac/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/mac/chapter.sgml @@ -28,7 +28,7 @@ <para>&os; 5.X introduced new security extensions from the TrustedBSD project based on the &posix;.1e draft. Two of the most significant new security mechanisms are file system Access Control - Lists (<acronym>ACLs</acronym>) and Mandatory Access Control + Lists (<acronym>ACL</acronym>s) and Mandatory Access Control (<acronym>MAC</acronym>) facilities. Mandatory Access Control allows new access control modules to be loaded, implementing new security policies. Some provide protections of a narrow subset of the |