aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/manual/rl-next/debugger-locals-for-let-expressions.md2
-rw-r--r--doc/manual/rl-next/empty-search-regex.md8
-rw-r--r--doc/manual/rl-next/nix-flake-update-ux.md2
-rw-r--r--doc/manual/rl-next/print-value-in-coercion-error.md4
-rw-r--r--doc/manual/rl-next/print-value-in-type-error.md4
5 files changed, 9 insertions, 11 deletions
diff --git a/doc/manual/rl-next/debugger-locals-for-let-expressions.md b/doc/manual/rl-next/debugger-locals-for-let-expressions.md
index 736208724..048687631 100644
--- a/doc/manual/rl-next/debugger-locals-for-let-expressions.md
+++ b/doc/manual/rl-next/debugger-locals-for-let-expressions.md
@@ -1,7 +1,7 @@
---
synopsis: "`--debugger` can now access bindings from `let` expressions"
prs: 9918
-issues: 8827.
+issues: 8827
---
Breakpoints and errors in the bindings of a `let` expression can now access
diff --git a/doc/manual/rl-next/empty-search-regex.md b/doc/manual/rl-next/empty-search-regex.md
index b193f9456..5f3f293d3 100644
--- a/doc/manual/rl-next/empty-search-regex.md
+++ b/doc/manual/rl-next/empty-search-regex.md
@@ -1,8 +1,6 @@
+---
synopsis: Disallow empty search regex in `nix search`
-prs: #9481
-description: {
+prs: 9481
+---
[`nix search`](@docroot@/command-ref/new-cli/nix3-search.md) now requires a search regex to be passed. To show all packages, use `^`.
-
-}
-
diff --git a/doc/manual/rl-next/nix-flake-update-ux.md b/doc/manual/rl-next/nix-flake-update-ux.md
index f0f42cda8..82f00f542 100644
--- a/doc/manual/rl-next/nix-flake-update-ux.md
+++ b/doc/manual/rl-next/nix-flake-update-ux.md
@@ -1,5 +1,5 @@
---
-synposis: "`Overhaul `nix flake update` and `nix flake lock` UX"
+synopsis: "`Overhaul `nix flake update` and `nix flake lock` UX"
prs: 8817
---
diff --git a/doc/manual/rl-next/print-value-in-coercion-error.md b/doc/manual/rl-next/print-value-in-coercion-error.md
index 046e4e3cf..cbd6caee6 100644
--- a/doc/manual/rl-next/print-value-in-coercion-error.md
+++ b/doc/manual/rl-next/print-value-in-coercion-error.md
@@ -1,7 +1,7 @@
---
synopsis: Coercion errors include the failing value
-issues: #561
-prs: #9754
+issues: 561
+prs: 9754
---
The `error: cannot coerce a <TYPE> to a string` message now includes the value
diff --git a/doc/manual/rl-next/print-value-in-type-error.md b/doc/manual/rl-next/print-value-in-type-error.md
index aaae22756..cbd3b7b7f 100644
--- a/doc/manual/rl-next/print-value-in-type-error.md
+++ b/doc/manual/rl-next/print-value-in-type-error.md
@@ -1,7 +1,7 @@
---
synopsis: Type errors include the failing value
-issues: #561
-prs: #9753
+issues: 561
+prs: 9753
---
In errors like `value is an integer while a list was expected`, the message now