Skip to content

Commit 2d83bc6

Browse files
authored
Merge pull request #14446 from mjoerg/fix-docs
fix documentation issues
2 parents e0debd6 + 892eba4 commit 2d83bc6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/manual/source/command-ref/nix-shell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
This man page describes the command `nix-shell`, which is distinct from `nix
2121
shell`. For documentation on the latter, run `nix shell --help` or see `man
22-
nix3-shell`.
22+
nix3-env-shell`.
2323

2424
# Description
2525

src/libstore/include/nix/store/globals.hh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ public:
199199
-->
200200
For instance, in Nixpkgs, if the attribute `enableParallelBuilding` for the `mkDerivation` build helper is set to `true`, it passes the `-j${NIX_BUILD_CORES}` flag to GNU Make.
201201
202-
If set to `0`, nix will detect the number of CPU cores and pass this number via NIX_BUILD_CORES.
202+
If set to `0`, nix will detect the number of CPU cores and pass this number via `NIX_BUILD_CORES`.
203203
204204
> **Note**
205205
>

src/nix/unix/daemon.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ struct AuthorizationSettings : Config
8787
{"*"},
8888
"allowed-users",
8989
R"(
90-
A list user names, separated by whitespace.
90+
A list of user names, separated by whitespace.
9191
These users are allowed to connect to the Nix daemon.
9292
9393
You can specify groups by prefixing names with `@`.

0 commit comments

Comments
 (0)