mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
Merge pull request #138056 from NixOS/SuperSandro2000-patch-1
nixos/documentation: use full option names
This commit is contained in:
commit
f77b7736b3
1 changed files with 5 additions and 5 deletions
|
@ -163,11 +163,11 @@ in
|
||||||
description = ''
|
description = ''
|
||||||
Whether to install documentation targeted at developers.
|
Whether to install documentation targeted at developers.
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem><para>This includes man pages targeted at developers if <option>man.enable</option> is
|
<listitem><para>This includes man pages targeted at developers if <option>documentation.man.enable</option> is
|
||||||
set (this also includes "devman" outputs).</para></listitem>
|
set (this also includes "devman" outputs).</para></listitem>
|
||||||
<listitem><para>This includes info pages targeted at developers if <option>info.enable</option>
|
<listitem><para>This includes info pages targeted at developers if <option>documentation.info.enable</option>
|
||||||
is set (this also includes "devinfo" outputs).</para></listitem>
|
is set (this also includes "devinfo" outputs).</para></listitem>
|
||||||
<listitem><para>This includes other pages targeted at developers if <option>doc.enable</option>
|
<listitem><para>This includes other pages targeted at developers if <option>documentation.doc.enable</option>
|
||||||
is set (this also includes "devdoc" outputs).</para></listitem>
|
is set (this also includes "devdoc" outputs).</para></listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
'';
|
'';
|
||||||
|
@ -181,10 +181,10 @@ in
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem><para>This includes man pages like
|
<listitem><para>This includes man pages like
|
||||||
<citerefentry><refentrytitle>configuration.nix</refentrytitle>
|
<citerefentry><refentrytitle>configuration.nix</refentrytitle>
|
||||||
<manvolnum>5</manvolnum></citerefentry> if <option>man.enable</option> is
|
<manvolnum>5</manvolnum></citerefentry> if <option>documentation.man.enable</option> is
|
||||||
set.</para></listitem>
|
set.</para></listitem>
|
||||||
<listitem><para>This includes the HTML manual and the <command>nixos-help</command> command if
|
<listitem><para>This includes the HTML manual and the <command>nixos-help</command> command if
|
||||||
<option>doc.enable</option> is set.</para></listitem>
|
<option>documentation.doc.enable</option> is set.</para></listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue