Index: openacs-4/packages/acs-core-docs/www/xml/install-guide/openacs.xml
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/install-guide/openacs.xml,v
diff -u -r1.22 -r1.23
--- openacs-4/packages/acs-core-docs/www/xml/install-guide/openacs.xml	14 May 2004 14:10:28 -0000	1.22
+++ openacs-4/packages/acs-core-docs/www/xml/install-guide/openacs.xml	10 Sep 2004 16:40:52 -0000	1.23
@@ -53,10 +53,14 @@
       developers for that specific instance.  Add this user, and put
       it in the <computeroutput><replaceable>$OPENACS_SERVICE_NAME</replaceable></computeroutput> group so that it
       can use database and server commands associated with that group.
+      (If you don't know how to do this, type 
+      <userinput>man usermod</userinput>. You can type
+      <userinput>groups</userintput> to find out which groups a user
+      is a part of)
     </para>
 <screen>
 [root root]# <userinput>useradd <replaceable>$OPENACS_SERVICE_NAME</replaceable></userinput>
-[root root]#</screen>
+</screen>
   </sect2>
   
   <sect2 id="install-with-script">