Removed bad characters in descriptions, changed system.nix checker invokation

svn path=/nixos/trunk/; revision=9620
This commit is contained in:
Michael Raskin 2007-11-10 13:35:15 +00:00
parent 2fc94b76fe
commit 7d94e2ed4d
2 changed files with 3 additions and 3 deletions

View file

@ -318,7 +318,7 @@
description = "
Use the trivial Mail Transfer Agent (MTA)
<command>ssmtp</command> package to allow programs to send
e-mail. If you don't want to run a real MTA like
e-mail. If you don't want to run a ``real'' MTA like
<command>sendmail</command> or <command>postfix</command> on
your machine, set this option to <literal>true</literal>, and
set the option
@ -1358,7 +1358,7 @@ root ALL=(ALL) SETENV: ALL
default = false;
description = "
Whether to add the fonts provided by Ghostscript (such as
various URW fonts and the Base-14 Postscript fonts) to the
various URW fonts and the ``Base-14'' Postscript fonts) to the
list of system fonts, making them available to X11
applications.
";

View file

@ -344,5 +344,5 @@ rec {
];
configurationName = config.boot.configurationName;
}) (pkgs.getConfig ["checkConfigurationOptions"] false)
config.declarations configuration ;
optionDeclarations configuration ;
}