release-notes/15.09: Use <option/> for options.

There were quite a few configuration options which were tagged via
<literal/>, so in order to keep consistency with other docbook manuals
in the source tree, let's use <option/> here.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
aszlig 2015-09-26 11:00:02 +02:00
parent 1f73d482d6
commit 02c2500195
No known key found for this signature in database
GPG key ID: D0EBD0EC8C2DC961

View file

@ -104,18 +104,18 @@ which contains the latest Elm platform.</para></listitem>
<para>Local printers are no longer shared or advertised by <para>Local printers are no longer shared or advertised by
default. This behavior can be changed by enabling default. This behavior can be changed by enabling
<literal>services.printing.defaultShared</literal> or <option>services.printing.defaultShared</option> or
<literal>services.printing.browsing</literal> respectively.</para> <option>services.printing.browsing</option> respectively.</para>
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
The VirtualBox host and guest options have been named more The VirtualBox host and guest options have been named more
consistently. They can now found in consistently. They can now found in
<literal>virtualisation.virtualbox.host.*</literal> instead of <option>virtualisation.virtualbox.host.*</option> instead of
<literal>services.virtualboxHost.*</literal> and <option>services.virtualboxHost.*</option> and
<literal>virtualisation.virtualbox.guest.*</literal> instead of <option>virtualisation.virtualbox.guest.*</option> instead of
<literal>services.virtualboxGuest.*</literal>. <option>services.virtualboxGuest.*</option>.
</para> </para>
</listitem> </listitem>
@ -203,7 +203,7 @@ nix-env -f &quot;&lt;nixpkgs&gt;&quot; -iA haskellPackages.cabal-install
The <literal>locate</literal> service no longer indexes the Nix store The <literal>locate</literal> service no longer indexes the Nix store
by default, preventing packages with potentially numerous versions from by default, preventing packages with potentially numerous versions from
cluttering the output. Indexing the store can be activated by setting cluttering the output. Indexing the store can be activated by setting
<literal>services.locate.includeStore = true</literal>. <option>services.locate.includeStore = true</option>.
</para> </para>
</listitem> </listitem>
@ -239,7 +239,7 @@ nix-env -f &quot;&lt;nixpkgs&gt;&quot; -iA haskellPackages.cabal-install
discovered in the Diffie-Hellman key exchange</link> can now discovered in the Diffie-Hellman key exchange</link> can now
replace OpenSSH's default version with one they generated replace OpenSSH's default version with one they generated
themselves using the new themselves using the new
<literal>services.openssh.moduliFile</literal> option. <option>services.openssh.moduliFile</option> option.
</para> </para>
</listitem> </listitem>