Ignore:
Timestamp:
08/01/2015 04:26:22 AM (9 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
systemd-13485
Children:
ad6910d
Parents:
4a83293
Message:

Import back into SVN from Github

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16309 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • template/template.xml

    r4a83293 rac38e9dc  
    55  %general-entities;
    66
    7   <!-- Place this in the general.ent file
     7  <!-- Place this in the packages.ent file
    88  <!ENTITY TEMPLATE-version "">
    99  -->
     
    9797    <bridgehead renderas="sect4">Required</bridgehead>
    9898    <para role="required">
    99       <xref linkend="BLFS DEPENDENCY"/> <!-- notice no period as this is not a sentence
    100       If there are more than two, they must be separated by commas with the last
    101       member having "and" in front of it. The use of a serial comma is preferred
    102       (a comma after the next to last member before the "and"). -->
     99      <xref linkend="BLFS_DEPENDENCY"/> <!-- notice no period as this is not
     100      a sentence. If there are more than two, they must be separated by commas
     101      with the last member having "and" in front of it. The use of a serial
     102      comma is preferred (a comma after the next to last member before the
     103      "and"). BLFS_DEPENDENCY should be an "id" attribute defined somewhere
     104      in the book (usually in a <sect1>). -->
    103105    </para>
    104106
     
    106108    <bridgehead renderas="sect4">Recommended</bridgehead>
    107109    <para role="recommended">
    108       <ulink url="http://www.some.url/">EXTERNAL DEPENDENCY</ulink> and
    109       <xref linkend="BLFS DEPENDENCY"/> <!-- notice no period as this is not a sentence-->
     110      <xref linkend="BLFS_DEPENDENCY"/> <!-- notice no period as this is not
     111      a sentence. See above for the use of "and" and commas. Normally, neither
     112      required nor recommended dependencies should be <ulink>. -->
    110113    </para>
    111114
     
    113116    <bridgehead renderas="sect4">Optional</bridgehead>
    114117    <para role="optional">
     118      <xref linkend="BLFS_DEPENDENCY"/> and
    115119      <ulink url="http://www.some.url/">EXTERNAL DEPENDENCY</ulink>
    116       <!-- notice no period as this is not a sentence-->
     120      <!-- notice no period as this is not a sentence. See above for the use
     121      of commas and "and". The order should <xref> before <ulink>.-->
    117122    </para>
    118123
     
    133138
    134139<!-- Spaces are significant in <screen> sections -->
    135 <screen><literal>Master section:
    136   Subsection:
    137     Required Option: M or Y
    138     Incompatible option: N</literal></screen>
     140<screen><literal>Master section ---&gt;
     141  Subsection ---&gt;
     142    [*]     Required parameter                     [CONFIG_REQU_PAR]
     143    &lt;*&gt;     Required parameter (not as module)     [CONFIG_REQU_PAR_NMOD]
     144    &lt;*/M&gt;   Required parameter (could be a module) [CONFIG_REQU_PAR_MOD]
     145    &lt;*/M/ &gt; Optional parameter                     [CONFIG_OPT_PAR]
     146    [ ] Incompatible parameter                     [CONFIG_INCOMP_PAR]
     147    &lt; &gt; Incompatible parameter (even as module)    [CONFIG_INCOMP_PAR_MOD]</literal></screen>
    139148
    140149    <para>
    141150      Select the appropriate sub-options that appear when the above options are
    142       selected.
     151      selected. As much as possible, the layout should be the same as in
     152      kernel menus.
    143153    </para>
    144154
Note: See TracChangeset for help on using the changeset viewer.