[networking-guide] master: more adding <replaceable> tags to examples (903cc8e)

stephenw at fedoraproject.org stephenw at fedoraproject.org
Tue Jul 15 20:29:16 UTC 2014


Repository : http://git.fedorahosted.org/cgit/docs/networking-guide.git

On branch  : master

>---------------------------------------------------------------

commit 903cc8e89e1812732c8afc1f127b1348d7cb6def
Author: Stephen Wadeley <swadeley at redhat.com>
Date:   Tue Jul 15 22:27:08 2014 +0200

    more adding <replaceable> tags to examples


>---------------------------------------------------------------

 en-US/Configure_Networking.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/en-US/Configure_Networking.xml b/en-US/Configure_Networking.xml
index f83217e..9a1072e 100644
--- a/en-US/Configure_Networking.xml
+++ b/en-US/Configure_Networking.xml
@@ -1835,9 +1835,9 @@ In the second example above the help is related to the object <literal>general</
   </para>
   <para>
     Commands can be shortened and some options omitted. For example the command:
-    <synopsis>nmcli connection modify id 'MyCafe' 802-11-wireless.mtu 1350</synopsis>
+    <synopsis>nmcli connection modify id '<replaceable>MyCafe</replaceable>' 802-11-wireless.mtu 1350</synopsis>
   Can be reduced to the following command:
-  <synopsis>nmcli con mod MyCafe 802-11-wireless.mtu 1350</synopsis>
+  <synopsis>nmcli con mod <replaceable>MyCafe</replaceable> 802-11-wireless.mtu 1350</synopsis>
   The <option>id</option> option can been omitted because the connection ID (name) is unambiguous for <application>nmcli</application> in this case.
   As you become familiar with the commands, further abbreviations can be made. For example:
   <synopsis>nmcli connection add type ethernet</synopsis>



More information about the docs-commits mailing list