diff options
author | Qyriad <qyriad@qyriad.me> | 2024-05-23 23:28:42 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@lix-systems> | 2024-05-23 23:28:42 +0000 |
commit | 00bf2b105d677461bda0a5ba9b29bedb350c1eb1 (patch) | |
tree | ba1c87c6385655da6ce9336a2bf79423cf5c2a62 /doc/manual/src | |
parent | 9530b7f2b2b653fc11753ce452636896350324ff (diff) | |
parent | a0172dc81bff7f0665de77e771919e2e0b554788 (diff) |
Merge changes I462a8cf0,I3b0bcea3,I2acd56e7,Ifc149764,I9e2ef170 into main
* changes:
docs: linkify nix3-build mention in nix-build.md
build: make internal-api-docs PHONY
cleanup lookupFileArg
add docstring to lookupFileArg
add libcmd test for lookupFileArg
Diffstat (limited to 'doc/manual/src')
-rw-r--r-- | doc/manual/src/command-ref/nix-build.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/manual/src/command-ref/nix-build.md b/doc/manual/src/command-ref/nix-build.md index b548edf82..24714b2b4 100644 --- a/doc/manual/src/command-ref/nix-build.md +++ b/doc/manual/src/command-ref/nix-build.md @@ -14,9 +14,8 @@ # Disambiguation -This man page describes the command `nix-build`, which is distinct from `nix -build`. For documentation on the latter, run `nix build --help` or see `man -nix3-build`. +This man page describes the command `nix-build`, which is distinct from [`nix build`](./new-cli/nix3-build.md). +For documentation on the latter, run `nix build --help` or see `man nix3-build`. # Description |