aboutsummaryrefslogtreecommitdiff
path: root/doc/manual/src/release-notes/rl-0.12.md
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2020-07-23 14:28:05 +0200
committerEelco Dolstra <edolstra@gmail.com>2020-07-23 18:27:20 +0200
commit802150f987e720452920a3d1993c3b4b36861116 (patch)
tree25deb10e810a2b3e92ce82af72e39140226b1388 /doc/manual/src/release-notes/rl-0.12.md
parentee051084723333fc5889c604c829669800e8b43c (diff)
<replaceable> -> <emphasis>
Pandoc doesn't know <replaceable> so let's force it to be rendered as italics.
Diffstat (limited to 'doc/manual/src/release-notes/rl-0.12.md')
-rw-r--r--doc/manual/src/release-notes/rl-0.12.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/manual/src/release-notes/rl-0.12.md b/doc/manual/src/release-notes/rl-0.12.md
index aaecfbb70..3a4aba07d 100644
--- a/doc/manual/src/release-notes/rl-0.12.md
+++ b/doc/manual/src/release-notes/rl-0.12.md
@@ -41,10 +41,10 @@
- The garbage collector has a number of new options to allow only some
of the garbage to be deleted. The option `--max-freed N` tells the
- collector to stop after at least N bytes have been deleted. The
+ collector to stop after at least *N* bytes have been deleted. The
option `--max-links
N` tells it to stop after the link count on `/nix/store` has dropped
- below N. This is useful for very large Nix stores on filesystems
+ below *N*. This is useful for very large Nix stores on filesystems
with a 32000 subdirectories limit (like `ext3`). The option
`--use-atime` causes store paths to be deleted in order of ascending
last access time. This allows non-recently used stuff to be deleted.