summary refs log tree commit diff
path: root/nixos/modules/programs/atop.nix
diff options
context:
space:
mode:
authorBjørn Forsman <bjorn.forsman@gmail.com>2014-06-24 21:23:14 +0200
committerBjørn Forsman <bjorn.forsman@gmail.com>2014-06-24 21:25:11 +0200
commit4def9a762f091ec1fdf048066af3fce75bb5a305 (patch)
treef786f2036c3db4f118d8f040dc0a71e7c7f55f5d /nixos/modules/programs/atop.nix
parentf78ce19d8ca98cf37e25a7e6eb94274b84f4cd1e (diff)
downloadnixpkgs-4def9a762f091ec1fdf048066af3fce75bb5a305.tar
nixpkgs-4def9a762f091ec1fdf048066af3fce75bb5a305.tar.gz
nixpkgs-4def9a762f091ec1fdf048066af3fce75bb5a305.tar.bz2
nixpkgs-4def9a762f091ec1fdf048066af3fce75bb5a305.tar.lz
nixpkgs-4def9a762f091ec1fdf048066af3fce75bb5a305.tar.xz
nixpkgs-4def9a762f091ec1fdf048066af3fce75bb5a305.tar.zst
nixpkgs-4def9a762f091ec1fdf048066af3fce75bb5a305.zip
nixos: add some missing '.' in option descriptions
Diffstat (limited to 'nixos/modules/programs/atop.nix')
-rw-r--r--nixos/modules/programs/atop.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/programs/atop.nix b/nixos/modules/programs/atop.nix
index e457db22333..b91bd98047e 100644
--- a/nixos/modules/programs/atop.nix
+++ b/nixos/modules/programs/atop.nix
@@ -22,7 +22,7 @@ in
           interval = 5;
         };
         description = ''
-          Parameters to be written to <filename>/etc/atoprc</filename>
+          Parameters to be written to <filename>/etc/atoprc</filename>.
         '';
       };