Author: mmcallis
Date: 2008-06-03 21:15:52 -0400 (Tue, 03 Jun 2008)
New Revision: 10916
Modified:
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/security.xml
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/supported.xml
Log:
I did the UNIX trademarks wrong. This committ
(hopefully) fixes them, as per:
http://www.unix.org/tmug2.pdf
Modified: docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/security.xml
===================================================================
---
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/security.xml 2008-06-03
18:30:45 UTC (rev 10915)
+++
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/security.xml 2008-06-04
01:15:52 UTC (rev 10916)
@@ -206,7 +206,7 @@
<xmbean/>
<!--
NOTE: cmsRootUserName denotes a single Portal user that has access to
everything in the CMS. Denote this user
- carefully and should be synonymous to the 'root' user in a UNIX system.
By default: this value is the built-in
+ carefully and should be synonymous to the 'root' user in UNIX® operating
systems. By default: this value is the built-in
'admin' user account. This can be changed to any other user account
registered in your Portal
-->
<attribute name="CmsRootUserName">admin</attribute>
@@ -268,7 +268,7 @@
<title>CMS Super User</title>
<para>
A CMS Super User is a designated Portal User Account that has access to all
resources/functions in the CMS. It is a concept similar to the
- super user concept in a Linux and <trademark
class="registered">UNIX</trademark> security system. This account
should be carefully used and properly protected. By default, JBoss Portal designates the
+ super user concept in a Linux and <trademark
class="registered">UNIX</trademark> security systems. This account
should be carefully used and properly protected. By default, JBoss Portal designates the
built-in 'admin' user account as a CMS Super User. This can be changed
by modifying the <emphasis>cmsRootUserName</emphasis> value in the
<literal>jboss-portal.sar/portal-cms.sar/META-INF/jboss-service.xml</literal>
configuration.
<programlisting>
@@ -281,7 +281,7 @@
<xmbean/>
<!--
NOTE: cmsRootUserName denotes a single Portal user that has access to
everything in the CMS. Denote this user
- carefully and should be synonymous to the 'root' user in a UNIX system.
By default: this value is the built-in
+ carefully and should be synonymous to the 'root' user in UNIX® operating
systems. By default: this value is the built-in
'admin' user account. This can be changed to any other user account
registered in your Portal
-->
<attribute name="CmsRootUserName">admin</attribute>
Modified: docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/supported.xml
===================================================================
---
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/supported.xml 2008-06-03
18:30:45 UTC (rev 10915)
+++
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/supported.xml 2008-06-04
01:15:52 UTC (rev 10916)
@@ -32,7 +32,7 @@
<sect1>
<title>Supported Operating Systems</title>
<para>JBoss Portal is 100% pure Java, and therefore it is interoperable with
most Operating Systems
- capable of running a Java Virtual Machine (JVM). These Operating Systems include
but are not limited to: Linux, <trademark
class="registered">Windows</trademark>, <trademark
class="registered">UNIX</trademark>, and Mac OS X.
+ capable of running a Java Virtual Machine (JVM), including Linux, <trademark
class="registered">Windows</trademark>, <trademark
class="registered">UNIX</trademark> operating systems, and Mac OS X.
</para>
</sect1>
<sect1>
@@ -63,6 +63,6 @@
</sect1>
<sect1>
<title>Source building</title>
- <para>The source building mechanism works on Linux, <trademark
class="registered">Windows</trademark>, Mac OS X, and any UNIX-like
operating system.</para>
+ <para>The source building mechanism works on Linux, <trademark
class="registered">Windows</trademark>, Mac OS X, and <trademark
class="registered">UNIX</trademark> operating systems.</para>
</sect1>
</chapter>