[deployment-guide/comm-rel: 605/727] fixed tags that contained moreinfo="none"

Jaromir Hradilek jhradile at fedoraproject.org
Tue Oct 19 13:16:28 UTC 2010


commit 84c9d7144a2164b15153a967807bb2d9dbbf3f1e
Author: Martin Prpic <mprpic at redhat.com>
Date:   Tue Sep 7 12:14:50 2010 +0200

    fixed tags that contained moreinfo="none"

 en-US/Dynamic_Host_Configuration_Protocol_DHCP.xml |    3 +-
 en-US/Samba.xml                                    |   24 ++--
 en-US/The_proc_File_System.xml                     |  145 ++++++--------------
 en-US/Users_and_Groups.xml                         |   30 ++--
 4 files changed, 73 insertions(+), 129 deletions(-)
---
diff --git a/en-US/Dynamic_Host_Configuration_Protocol_DHCP.xml b/en-US/Dynamic_Host_Configuration_Protocol_DHCP.xml
index a03dfdb..123bf8f 100644
--- a/en-US/Dynamic_Host_Configuration_Protocol_DHCP.xml
+++ b/en-US/Dynamic_Host_Configuration_Protocol_DHCP.xml
@@ -42,8 +42,7 @@
 #
 # DHCP Server Configuration file.
 #   see /usr/share/doc/dhcp*/dhcpd.conf.sample</screen>
-    <para>The sample configuration file can be found at <filename
-        moreinfo="none">/usr/share/doc/dhcp-&lt;<replaceable>version</replaceable>&gt;/dhcpd.conf.sample</filename>. You should use this file to help you configure <filename>/etc/dhcp/dhcpd.conf</filename>, which is explained in detail below.</para>
+    <para>The sample configuration file can be found at <filename>/usr/share/doc/dhcp-&lt;<replaceable>version</replaceable>&gt;/dhcpd.conf.sample</filename>. You should use this file to help you configure <filename>/etc/dhcp/dhcpd.conf</filename>, which is explained in detail below.</para>
     <para>DHCP also uses the file <filename>/var/lib/dhcpd/dhcpd.leases</filename> to store the client lease database. Refer to <xref
         linkend="lease-database"/> for more information.</para>
     <section
diff --git a/en-US/Samba.xml b/en-US/Samba.xml
index 6ea3e3d..b99e10d 100644
--- a/en-US/Samba.xml
+++ b/en-US/Samba.xml
@@ -994,24 +994,24 @@ domain master = Yes
 	profile acls = Yes
 # Other resource shares ... ...
 </screen>
-        <para>To provide a functional PDC system which uses the <command moreinfo="none">tdbsam</command> follow these steps:</para>
+        <para>To provide a functional PDC system which uses the <command>tdbsam</command> follow these steps:</para>
         <orderedlist>
           <listitem>
             <para>
-						Use a configuration of the <filename moreinfo="none">smb.conf</filename> file as shown in the example above.
+						Use a configuration of the <filename>smb.conf</filename> file as shown in the example above.
 					</para>
           </listitem>
           <listitem>
             <para>
             Add the root user to the Samba password database.</para>
 <screen>
-<command moreinfo="none">smbpasswd -a root</command>
+<command>smbpasswd -a root</command>
 Provide the password here.
 </screen>
           </listitem>
           <listitem>
             <para>
-              Start the <command moreinfo="none">smb</command> service.
+              Start the <command>smb</command> service.
             </para>
           </listitem>
           <listitem>
@@ -1024,18 +1024,18 @@ Provide the password here.
               Add groups that users can be members of.
             </para>
 <screen>
-<command moreinfo="none">groupadd -f users</command>
-<command moreinfo="none">groupadd -f nobody</command>
-<command moreinfo="none">groupadd -f ntadmins</command>
+<command>groupadd -f users</command>
+<command>groupadd -f nobody</command>
+<command>groupadd -f ntadmins</command>
 </screen>
           </listitem>
           <listitem>
             <para>
               Associate the UNIX groups with their respective Windows groups.
 <screen>
-<command moreinfo="none">net groupmap add ntgroup="Domain Users" unixgroup=users</command>
-<command moreinfo="none">net groupmap add ntgroup="Domain Guests" unixgroup=nobody</command>
-<command moreinfo="none">net groupmap add ntgroup="Domain Admins" unixgroup=ntadmins</command>
+<command>net groupmap add ntgroup="Domain Users" unixgroup=users</command>
+<command>net groupmap add ntgroup="Domain Guests" unixgroup=nobody</command>
+<command>net groupmap add ntgroup="Domain Admins" unixgroup=ntadmins</command>
 </screen>
             </para>
           </listitem>
@@ -1043,7 +1043,7 @@ Provide the password here.
             <para>
               Grant access rights to a user or a group. For example, to grant the right to add client machines to the domain on a Samba domain controller, to the members to the Domain Admins group, execute the following command:
 <screen>
-<command moreinfo="none">net rpc rights grant 'DOCS\Domain Admins' SetMachineAccountPrivilege -S PDC -U root</command>
+<command>net rpc rights grant 'DOCS\Domain Admins' SetMachineAccountPrivilege -S PDC -U root</command>
 </screen>
             </para>
           </listitem>
@@ -1057,7 +1057,7 @@ Provide the password here.
         <note>
           <title>Note</title>				
           <para>
-						If you need more than one domain controller or have more than 250 users, do <emphasis>not</emphasis> use a <command moreinfo="none">tdbsam</command> authentication backend. LDAP is recommended in these cases.
+						If you need more than one domain controller or have more than 250 users, do <emphasis>not</emphasis> use a <command>tdbsam</command> authentication backend. LDAP is recommended in these cases.
 					</para>
         </note>
       </section>
diff --git a/en-US/The_proc_File_System.xml b/en-US/The_proc_File_System.xml
index 8ef153e..558d30a 100644
--- a/en-US/The_proc_File_System.xml
+++ b/en-US/The_proc_File_System.xml
@@ -2222,8 +2222,7 @@ Linux version 2.6.8-1.523 (user at foo.redhat.com) (gcc version 3.4.1 20040714 \  (
     </indexterm>
     <para>
 	Common groups of information concerning the kernel are grouped
-	into directories and subdirectories within the <filename
-        moreinfo="none">/proc/</filename> directory.
+	into directories and subdirectories within the <filename>/proc/</filename> directory.
       </para>
 
     <section
@@ -3161,8 +3160,7 @@ Writes:       0       0       0       1     131       0       0       0
 
         <para>
 		Use caution when changing settings on a production
-		system using the various files in the <filename
-            moreinfo="none">/proc/sys/</filename>
+		system using the various files in the <filename>/proc/sys/</filename>
 		directory. Changing the wrong setting may render the
 		kernel unstable, requiring a system reboot.
 	      </para>
@@ -3232,8 +3230,7 @@ echo 4 2 45 &gt; /proc/sys/kernel/acct
         <title>Note</title>
 
         <para>
-		Any configuration changes made using the <command
-            moreinfo="none">echo</command> command disappear when
+		Any configuration changes made using the <command>echo</command> command disappear when
 		the system is restarted. To make configuration changes
 		take effect after the system is rebooted, refer to
 		<xref
@@ -3265,19 +3262,15 @@ echo 4 2 45 &gt; /proc/sys/kernel/acct
         <para>
 		This directory provides parameters for particular
 		devices on the system. Most systems have at least two
-		directories, <filename
-            moreinfo="none">cdrom/</filename> and <filename
-            moreinfo="none">raid/</filename>. Customized kernels
-		can have other directories, such as <filename
-            moreinfo="none">parport/</filename>, which provides
+		directories, <filename>cdrom/</filename> and <filename>raid/</filename>. Customized kernels
+		can have other directories, such as <filename>parport/</filename>, which provides
 		the ability to share one parallel port between
 		multiple device drivers.
 	      </para>
 
         <para>
 		The <filename>cdrom/</filename>
-		directory contains a file called <filename
-            moreinfo="none">info</filename>, which reveals a
+		directory contains a file called <filename>info</filename>, which reveals a
 		number of important CD-ROM parameters:
 	      </para>
 
@@ -3361,8 +3354,7 @@ Can write RAM:          0
 	      </para>
 
         <para>
-		The important files in <filename
-            moreinfo="none">/proc/sys/fs/</filename> include:
+		The important files in <filename>/proc/sys/fs/</filename> include:
 	      </para>
 
         <itemizedlist>
@@ -3640,11 +3632,8 @@ Can write RAM:          0
 		      <para>
 			<command>1</command> &mdash;
 			Enables randomization of Exec Shield. This is
-			the default value. Note: The <filename
-			moreinfo="none">exec-shield</filename> file
-			must also be set to <command
-			moreinfo="none">1</command> for <filename
-			moreinfo="none">exec-shield-randomize</filename>
+			the default value. Note: The <filename>exec-shield</filename> file
+			must also be set to <command>1</command> for <filename>exec-shield-randomize</filename>
 			to be effective.
 		      </para>
 		    </listitem>
@@ -3701,8 +3690,7 @@ Can write RAM:          0
               <filename>msgmnb</filename>
 		    &mdash; Sets the maximum number of bytes in a
 		    single message queue. The default is
-		    <computeroutput
-                moreinfo="none">16384</computeroutput>.
+		    <computeroutput>16384</computeroutput>.
 		  </para>
           </listitem>
 
@@ -3779,16 +3767,14 @@ Can write RAM:          0
             <itemizedlist>
               <listitem>
                 <para>
-                  <computeroutput
-                    moreinfo="none">0</computeroutput> &mdash;
+                  <computeroutput>0</computeroutput> &mdash;
 			Kernel emergency. The system is unusable.
 		      </para>
               </listitem>
 
               <listitem>
                 <para>
-                  <computeroutput
-                    moreinfo="none">1</computeroutput> &mdash;
+                  <computeroutput>1</computeroutput> &mdash;
 			Kernel alert. Action must be taken
 			immediately.
 		      </para>
@@ -3796,8 +3782,7 @@ Can write RAM:          0
 
               <listitem>
                 <para>
-                  <computeroutput
-                    moreinfo="none">2</computeroutput> &mdash;
+                  <computeroutput>2</computeroutput> &mdash;
 			Condition of the kernel is considered
 			critical.
 		      </para>
@@ -3805,24 +3790,21 @@ Can write RAM:          0
 
               <listitem>
                 <para>
-                  <computeroutput
-                    moreinfo="none">3</computeroutput> &mdash;
+                  <computeroutput>3</computeroutput> &mdash;
 			General kernel error condition.
 		      </para>
               </listitem>
 
               <listitem>
                 <para>
-                  <computeroutput
-                    moreinfo="none">4</computeroutput> &mdash;
+                  <computeroutput>4</computeroutput> &mdash;
 			General kernel warning condition.
 		      </para>
               </listitem>
 
               <listitem>
                 <para>
-                  <computeroutput
-                    moreinfo="none">5</computeroutput> &mdash;
+                  <computeroutput>5</computeroutput> &mdash;
 			Kernel notice of a normal but significant
 			condition.
 		      </para>
@@ -3830,16 +3812,14 @@ Can write RAM:          0
 
               <listitem>
                 <para>
-                  <computeroutput
-                    moreinfo="none">6</computeroutput> &mdash;
+                  <computeroutput>6</computeroutput> &mdash;
 			Kernel informational message.
 		      </para>
               </listitem>
 
               <listitem>
                 <para>
-                  <computeroutput
-                    moreinfo="none">7</computeroutput> &mdash;
+                  <computeroutput>7</computeroutput> &mdash;
 			Kernel debug-level messages.
 		      </para>
               </listitem>
@@ -3967,10 +3947,7 @@ Can write RAM:          0
                   <command>r</command> &mdash;
 			Disables raw mode for the keyboard and sets it
 			to XLATE (a limited keyboard mode which does
-			not recognize modifiers such as <keycap
-                    moreinfo="none">Alt</keycap>, <keycap
-                    moreinfo="none">Ctrl</keycap>, or <keycap
-                    moreinfo="none">Shift</keycap> for all keys).
+			not recognize modifiers such as <keycap>Alt</keycap>, <keycap>Ctrl</keycap>, or <keycap>Shift</keycap> for all keys).
 		      </para>
               </listitem>
 
@@ -3981,8 +3958,7 @@ Can write RAM:          0
 			console. Also called <firstterm>Secure Access
 			Key</firstterm> (<firstterm>SAK</firstterm>),
 			it is often used to verify that the login
-			prompt is spawned from <command
-                    moreinfo="none">init</command> and not a
+			prompt is spawned from <command>init</command> and not a
 			trojan copy designed to capture usernames and
 			passwords.
 		      </para>
@@ -4062,16 +4038,14 @@ Can write RAM:          0
               <listitem>
                 <para>
                   <command>e</command> &mdash;
-			Kills all processes except <command
-                    moreinfo="none">init</command> using SIGTERM.
+			Kills all processes except <command>init</command> using SIGTERM.
 		      </para>
               </listitem>
 
               <listitem>
                 <para>
                   <command>i</command> &mdash;
-			Kills all processes except <command
-                    moreinfo="none">init</command> using SIGKILL.
+			Kills all processes except <command>init</command> using SIGKILL.
 		      </para>
               </listitem>
 
@@ -4140,11 +4114,8 @@ Can write RAM:          0
 		  <itemizedlist>
 		    <listitem>
 		      <para>
-			<computeroutput
-			moreinfo="none">0</computeroutput> &mdash;
-			<keycombo><keycap
-			moreinfo="none">Alt</keycap><keycap
-			moreinfo="none">SysRq</keycap>
+			<computeroutput>0</computeroutput> &mdash;
+			<keycombo><keycap>Alt</keycap><keycap>SysRq</keycap>
 			</keycombo>
 			and the system request code must be pressed
 			simultaneously. This is the default value.
@@ -4153,16 +4124,14 @@ Can write RAM:          0
 
 		    <listitem>
 		      <para>
-			<computeroutput
-			moreinfo="none">1</computeroutput> &mdash;
+			<computeroutput>1</computeroutput> &mdash;
 			<keycombo><keycap
 						     >Alt</keycap><keycap
 						     >SysRq</keycap>
 			</keycombo>
 			must be pressed simultaneously, but the system
 			request code can be pressed anytime before the
-			number of seconds specified in <filename
-			moreinfo="none">/proc/sys/kernel/sysrq-timer</filename>
+			number of seconds specified in <filename>/proc/sys/kernel/sysrq-timer</filename>
 			elapses.
 		      </para>
 		    </listitem>
@@ -4189,16 +4158,14 @@ Can write RAM:          0
             <itemizedlist>
               <listitem>
                 <para>
-                  <computeroutput
-                    moreinfo="none">0</computeroutput> &mdash; No
+                  <computeroutput>0</computeroutput> &mdash; No
 			non-GPL modules are loaded.
 		      </para>
               </listitem>
 
               <listitem>
                 <para>
-                  <computeroutput
-                    moreinfo="none">1</computeroutput> &mdash; At
+                  <computeroutput>1</computeroutput> &mdash; At
 			least one module without a GPL license
 			(including modules with no license) is loaded.
 		      </para>
@@ -4272,11 +4239,7 @@ Can write RAM:          0
 		This directory contains subdirectories concerning
 		various networking topics. Various configurations at
 		the time of kernel compilation make different
-		directories available here, such as <filename
-            moreinfo="none">ethernet/</filename>, <filename
-            moreinfo="none">ipv4/</filename>, <filename
-            moreinfo="none">ipx/</filename>, and <filename
-            moreinfo="none">ipv6/</filename>. By altering the
+		directories available here, such as <filename>ethernet/</filename>, <filename>ipv4/</filename>, <filename>ipx/</filename>, and <filename>ipv6/</filename>. By altering the
 		files within these directories, system administrators
 		are able to adjust the network configuration on a
 		running system.
@@ -4284,14 +4247,12 @@ Can write RAM:          0
 
         <para>
 		Given the wide variety of possible networking options
-		available with Linux, only the most common <filename
-            moreinfo="none">/proc/sys/net/</filename> directories
+		available with Linux, only the most common <filename>/proc/sys/net/</filename> directories
 		are discussed.
 	      </para>
 
         <para>
-		The <filename
-            moreinfo="none">/proc/sys/net/core/</filename>
+		The <filename>/proc/sys/net/core/</filename>
 		directory contains a variety of settings that control
 		the interaction between the kernel and networking
 		layers. The most important of these files are:
@@ -4351,8 +4312,7 @@ Can write RAM:          0
 		    to queue when a particular interface receives
 		    packets faster than the kernel can process
 		    them. The default value for this file is
-		    <computeroutput
-                moreinfo="none">1000</computeroutput>.
+		    <computeroutput>1000</computeroutput>.
 		  </para>
 <!-- BZ#607422 		  <para>
 		    <filename
@@ -4361,8 +4321,7 @@ Can write RAM:          0
 		    to queue when a particular interface receives
 		    packets faster than the kernel can process
 		    them. The default value for this file is
-		    <computeroutput
-			moreinfo="none">300</computeroutput>.
+		    <computeroutput>300</computeroutput>.
 		  </para> -->
           </listitem>
 
@@ -4408,8 +4367,7 @@ Can write RAM:          0
         </itemizedlist>
 
         <para>
-		The <filename
-            moreinfo="none">/proc/sys/net/ipv4/</filename>
+		The <filename>/proc/sys/net/ipv4/</filename>
 		directory contains additional networking
 		settings. Many of these settings, used in conjunction
 		with one another, are useful in preventing attacks on
@@ -4428,8 +4386,7 @@ Can write RAM:          0
 
         <para>
 		The following is a list of some of the more important
-		files within the <filename
-            moreinfo="none">/proc/sys/net/ipv4/</filename>
+		files within the <filename>/proc/sys/net/ipv4/</filename>
 		directory:
 	      </para>
 
@@ -4540,32 +4497,26 @@ Can write RAM:          0
 
         <para>
 		contains a complete list of files and options
-		available in the <filename
-            moreinfo="none">/proc/sys/net/ipv4/</filename>
+		available in the <filename>/proc/sys/net/ipv4/</filename>
 		directory.
 	      </para>
 
         <para>
 		A number of other directories exist within the
-		<filename
-            moreinfo="none">/proc/sys/net/ipv4/</filename>
+		<filename>/proc/sys/net/ipv4/</filename>
 		directory and each covers a different aspect of the
-		network stack. The <filename
-            moreinfo="none">/proc/sys/net/ipv4/conf/</filename>
+		network stack. The <filename>/proc/sys/net/ipv4/conf/</filename>
 		directory allows each system interface to be
 		configured in different ways, including the use of
 		default settings for unconfigured devices (in the
-		<filename
-            moreinfo="none">/proc/sys/net/ipv4/conf/default/</filename>
+		<filename>/proc/sys/net/ipv4/conf/default/</filename>
 		subdirectory) and settings that override all special
-		configurations (in the <filename
-            moreinfo="none">/proc/sys/net/ipv4/conf/all/</filename>
+		configurations (in the <filename>/proc/sys/net/ipv4/conf/all/</filename>
 		subdirectory).
 	      </para>
 
         <para>
-		The <filename
-            moreinfo="none">/proc/sys/net/ipv4/neigh/</filename>
+		The <filename>/proc/sys/net/ipv4/neigh/</filename>
 		directory contains settings for communicating with a
 		host directly connected to the system (called a
 		network neighbor) and also contains different settings
@@ -4574,21 +4525,15 @@ Can write RAM:          0
 
         <para>
 		Routing over IPV4 also has its own directory,
-		<filename
-            moreinfo="none">/proc/sys/net/ipv4/route/</filename>. Unlike
+		<filename>/proc/sys/net/ipv4/route/</filename>. Unlike
 		<filename>conf/</filename> and
 		<filename>neigh/</filename>, the
-		<filename
-            moreinfo="none">/proc/sys/net/ipv4/route/</filename>
+		<filename>/proc/sys/net/ipv4/route/</filename>
 		directory contains specifications that apply to
 		routing with any interfaces on the system. Many of
-		these settings, such as <filename
-            moreinfo="none">max_size</filename>, <filename
-            moreinfo="none">max_delay</filename>, and <filename
-            moreinfo="none">min_delay</filename>, relate to
+		these settings, such as <filename>max_size</filename>, <filename>max_delay</filename>, and <filename>min_delay</filename>, relate to
 		controlling the size of the routing cache. To clear
-		the routing cache, write any value to the <filename
-            moreinfo="none">flush</filename> file.
+		the routing cache, write any value to the <filename>flush</filename> file.
 	      </para>
 
         <para>
diff --git a/en-US/Users_and_Groups.xml b/en-US/Users_and_Groups.xml
index 4cca672..3377937 100644
--- a/en-US/Users_and_Groups.xml
+++ b/en-US/Users_and_Groups.xml
@@ -533,7 +533,7 @@
 <bridgehead>Adding a Group</bridgehead>
 			<indexterm significance="normal">
 				<primary>group configuration</primary>
-				<secondary><command moreinfo="none">groupadd</command>
+				<secondary><command>groupadd</command>
 				</secondary>
 			</indexterm>
 			<indexterm significance="normal">
@@ -541,17 +541,17 @@
 				<secondary>group</secondary>
 			</indexterm>
 			<para>
-				To add a group to the system, use the command <command moreinfo="none">groupadd</command>:
+				To add a group to the system, use the command <command>groupadd</command>:
 			</para>
 <screen>
-<command moreinfo="none">groupadd <replaceable>&lt;group-name&gt;</replaceable></command>
+<command>groupadd <replaceable>&lt;group-name&gt;</replaceable></command>
 </screen>
 			<para>
-				Command line options for <command moreinfo="none">groupadd</command> are detailed in <xref linkend="table-groupadd-options"/>.
+				Command line options for <command>groupadd</command> are detailed in <xref linkend="table-groupadd-options"/>.
 			</para>
 
 			<table id="table-groupadd-options">
-				<title><command moreinfo="none">groupadd</command> Command Line Options</title>
+				<title><command>groupadd</command> Command Line Options</title>
 
 				<tgroup cols="2">
 					<colspec colnum="1" colname="option" colwidth="20*"></colspec>
@@ -613,7 +613,7 @@
 				<primary>expiration of password, forcing</primary>
 			</indexterm>
 			<indexterm significance="normal">
-				<primary><command moreinfo="none">chage</command> command</primary>
+				<primary><command>chage</command> command</primary>
 				<secondary>forcing password expiration with</secondary>
 			</indexterm>
 			<indexterm significance="normal">
@@ -623,23 +623,23 @@
 			</indexterm>
 
 			<para>
-				For security reasons, it is advisable to require users to change their passwords periodically. This can be done when adding or editing a user on the <guilabel moreinfo="none">Password Info</guilabel> tab of the <application>User Manager</application>.
+				For security reasons, it is advisable to require users to change their passwords periodically. This can be done when adding or editing a user on the <guilabel>Password Info</guilabel> tab of the <application>User Manager</application>.
 			</para>
 
 			<para>
-				To configure password expiration for a user from a shell prompt, use the <command moreinfo="none">chage</command> command with an option from <xref linkend="table-chage-options"/>, followed by the username.
+				To configure password expiration for a user from a shell prompt, use the <command>chage</command> command with an option from <xref linkend="table-chage-options"/>, followed by the username.
 			</para>
 
 			<important>
 				<title>Important</title>
 
 				<para>
-					Shadow passwords must be enabled to use the <command moreinfo="none">chage</command> command. For more information, see <xref linkend="s1-users-groups-shadow-utilities" />.
+					Shadow passwords must be enabled to use the <command>chage</command> command. For more information, see <xref linkend="s1-users-groups-shadow-utilities" />.
 				</para>
 			</important>
 
 			<table id="table-chage-options">
-				<title><command moreinfo="none">chage</command> Command Line Options</title>
+				<title><command>chage</command> Command Line Options</title>
 
 				<tgroup cols="2">
 					<colspec colnum="1" colname="option" colwidth="20*"></colspec>
@@ -720,7 +720,7 @@
 			</table>
 			<note><title>Tip</title>
 				<para>
-					If the <command moreinfo="none">chage</command> command is followed directly by a username (with no options), it displays the current password aging values and allows them to be changed interactively.
+					If the <command>chage</command> command is followed directly by a username (with no options), it displays the current password aging values and allows them to be changed interactively.
 				</para>
 			</note>
 
@@ -742,7 +742,7 @@
 					<itemizedlist>
 						<listitem>
 							<para>
-								Start the command line Python interpreter with the <command moreinfo="none">python</command> command. It displays the following:
+								Start the command line Python interpreter with the <command>python</command> command. It displays the following:
 							</para>
 
 <screen>
@@ -759,19 +759,19 @@ Type "help", "copyright", "credits" or "license" for more information.
 							</para>
 
 <screen>
-<command moreinfo="none">import crypt; print
+<command>import crypt; print
 
 crypt.crypt("<replaceable>&lt;password&gt;</replaceable>","<replaceable>&lt;salt&gt;</replaceable>")</command>
 </screen>
 
 							<para>
-								The output is the encrypted password, similar to <computeroutput moreinfo="none">'12CsGd8FRcMSM'</computeroutput>.
+								The output is the encrypted password, similar to <computeroutput>'12CsGd8FRcMSM'</computeroutput>.
 							</para>
 						</listitem>
 
 						<listitem>
 							<para>
-								Press <keycap moreinfo="none">Ctrl</keycap>-<keycap moreinfo="none">D</keycap> to exit the Python interpreter.
+								Press <keycap>Ctrl</keycap>-<keycap>D</keycap> to exit the Python interpreter.
 							</para>
 						</listitem>
 


More information about the docs-commits mailing list