manual: `name' is not an argument for `mkOption'

authored by Thomas Bach and committed by Domen Kožar 572726a5 a0375267

-1
-1
nixos/doc/manual/development/option-types.xml
··· 175 175 <example xml:id='ex-submodule-direct'><title>Directly defined submodule</title> 176 176 <screen> 177 177 options.mod = mkOption { 178 - name = "mod"; 179 178 description = "submodule example"; 180 179 type = with types; listOf (submodule { 181 180 options = {