summaryrefslogtreecommitdiff
path: root/man/systemd-analyze.xml
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2022-09-23 15:10:06 +0200
committerLennart Poettering <lennart@poettering.net>2022-09-23 15:12:18 +0200
commit55c041b4e4dffad936522674d739a0affc08bdf4 (patch)
treeb0aef0c05053e157cd38b22008568014b000ca67 /man/systemd-analyze.xml
parent32e276708089110243682d8aaa3d58075b91f0d6 (diff)
downloadsystemd-55c041b4e4dffad936522674d739a0affc08bdf4.tar.gz
tree-wide: also settle on "initrd" instead of "initial RAM disk"
With this the concept is now called the same way everywhere except where historical info is relevant or where the other names are API.
Diffstat (limited to 'man/systemd-analyze.xml')
-rw-r--r--man/systemd-analyze.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/man/systemd-analyze.xml b/man/systemd-analyze.xml
index 5789b61a0a..13b881cfc7 100644
--- a/man/systemd-analyze.xml
+++ b/man/systemd-analyze.xml
@@ -156,10 +156,10 @@
<title><command>systemd-analyze time</command></title>
<para>This command prints the time spent in the kernel before userspace has been reached, the time
- spent in the initial RAM disk (initrd) before normal system userspace has been reached, and the time
- normal system userspace took to initialize. Note that these measurements simply measure the time passed
- up to the point where all system services have been spawned, but not necessarily until they fully
- finished initialization or the disk is idle.</para>
+ spent in the initrd before normal system userspace has been reached, and the time normal system
+ userspace took to initialize. Note that these measurements simply measure the time passed up to the
+ point where all system services have been spawned, but not necessarily until they fully finished
+ initialization or the disk is idle.</para>
<example>
<title><command>Show how long the boot took</command></title>