summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--etc/profile.sh2
-rw-r--r--system/options.nix2
-rw-r--r--system/system.nix2
3 files changed, 3 insertions, 3 deletions
diff --git a/etc/profile.sh b/etc/profile.sh
index e070222e666..3b448940187 100644
--- a/etc/profile.sh
+++ b/etc/profile.sh
@@ -1,7 +1,7 @@
 export PATH=@wrapperDir@:/var/run/current-system/sw/bin:/var/run/current-system/sw/sbin
 export MODULE_DIR=@modulesTree@/lib/modules
 export NIXPKGS_CONFIG=/nix/etc/config.nix
-export PAGER=less
+export PAGER="less -R"
 export TZ=@timeZone@
 export TZDIR=@glibc@/share/zoneinfo
 export FONTCONFIG_FILE=/etc/fonts/fonts.conf
diff --git a/system/options.nix b/system/options.nix
index 116dd4bb30f..b2b7152d161 100644
--- a/system/options.nix
+++ b/system/options.nix
@@ -2064,7 +2064,7 @@ root        ALL=(ALL) SETENV: ALL
 	purpose and do not want default package list. Setting 
 	<varname>cleanStart<varname> to <literal>true</literal> allows you 
 	to create a system with empty path - only extraPackages will be 
-	included..
+	included.
       ";
     };
 
diff --git a/system/system.nix b/system/system.nix
index cb448136da4..4e793a5c039 100644
--- a/system/system.nix
+++ b/system/system.nix
@@ -239,7 +239,7 @@ rec {
     pkgs.iputils
     pkgs.less
     pkgs.lvm2
-    pkgs.man_db
+    pkgs.man
     pkgs.mdadm
     pkgs.module_init_tools
     pkgs.nano