diff options
Diffstat (limited to 'en_US.ISO8859-1/books/fdp-primer/docbook-markup/chapter.xml')
-rw-r--r-- | en_US.ISO8859-1/books/fdp-primer/docbook-markup/chapter.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/en_US.ISO8859-1/books/fdp-primer/docbook-markup/chapter.xml b/en_US.ISO8859-1/books/fdp-primer/docbook-markup/chapter.xml index 2589078774..ec436ef576 100644 --- a/en_US.ISO8859-1/books/fdp-primer/docbook-markup/chapter.xml +++ b/en_US.ISO8859-1/books/fdp-primer/docbook-markup/chapter.xml @@ -196,7 +196,7 @@ </row> <row> - <entry><literal>&man.command.sectionnumber;</literal></entry> + <entry><literal>&man.<replaceable>command</replaceable>.<replaceable>sectionnumber</replaceable>;</literal></entry> <entry><emphasis>link to <replaceable>command</replaceable> manual page in section @@ -232,7 +232,7 @@ </row> <row> - <entry><literal>&a.listname;</literal></entry> + <entry><literal>&a.<replaceable>listname</replaceable>;</literal></entry> <entry><emphasis>link to <replaceable>listname</replaceable></emphasis></entry> <entry>Entities are defined for all the <link @@ -261,7 +261,7 @@ </row> <row> - <entry><literal>&url.books.bookname;</literal></entry> + <entry><literal>&url.books.<replaceable>bookname</replaceable>;</literal></entry> <entry><emphasis>relative path to <replaceable>bookname</replaceable></emphasis></entry> <entry>Entities are defined for all the <link @@ -279,7 +279,7 @@ </row> <row> - <entry><literal>&url.articles.articlename;</literal></entry> + <entry><literal>&url.articles.<replaceable>articlename</replaceable>;</literal></entry> <entry><emphasis>relative path to <replaceable>articlename</replaceable></emphasis></entry> <entry>Entities are defined for all the <link @@ -1468,7 +1468,7 @@ This is the file called 'foo2'</screen> <link linkend="xml-primer-general-entities">general entities</link> have been created to make this easier. Each entity takes the form - <literal>&man.manual-page.manual-section;</literal>.</para> + <literal>&man.<replaceable>manual-page</replaceable>.<replaceable>manual-section</replaceable>;</literal>.</para> <para>The file that contains these entities is in <filename>doc/share/xml/man-refs.ent</filename>, and can be @@ -1497,7 +1497,7 @@ This is the file called 'foo2'</screen> <para>When referring to the same command multiple times in close proximity, it is preferred to use the - <literal>&man.command.section;</literal> + <literal>&man.<replaceable>command</replaceable>.<replaceable>section</replaceable>;</literal> notation to markup the first reference and use <tag>command</tag> to markup subsequent references. This makes the generated output, especially @@ -1549,7 +1549,7 @@ This is the file called 'foo2'</screen> <note> <para>Notice how the - <literal>&man.command.section;</literal> + <literal>&man.<replaceable>command</replaceable>.<replaceable>section</replaceable>;</literal> notation is easier to follow.</para> </note> </sect2> @@ -1980,7 +1980,7 @@ This is the file called 'foo2'</screen> <para>Appearance:</para> <para>The - <literal>maxusers n</literal> + <literal>maxusers <replaceable>n</replaceable></literal> line in the kernel configuration file determines the size of many system tables, and is a rough guide to how many simultaneous logins the system will support.</para> |