]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
tree-wise: use "lightweight" spelling 34783/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 15 Oct 2024 16:54:28 +0000 (18:54 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 18 Oct 2024 16:43:40 +0000 (18:43 +0200)
Both spellings were used, but the dictionary says that "lightweight"
is the standard spelling.

NEWS
docs/THE_CASE_FOR_THE_USR_MERGE.md
man/org.freedesktop.machine1.xml
man/systemd-nspawn.xml
man/systemd.unit.xml
src/nspawn/nspawn.c
src/tmpfiles/tmpfiles.c

diff --git a/NEWS b/NEWS
index 51b067b239a69bc6f830acffbaaf209b6f476e4b..099779f5ee1adfff95cf8b3eb820ebc3814d8831 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -14075,7 +14075,7 @@ CHANGES WITH 218:
           or are not older than the specified time.
 
         * A new, native PPPoE library has been added to sd-network,
-          systemd's library of light-weight networking protocols. This
+          systemd's library of lightweight networking protocols. This
           library will be used in a future version of networkd to
           enable PPPoE communication without an external pppd daemon.
 
@@ -14922,7 +14922,7 @@ CHANGES WITH 214:
           have been added. When enabled, they will make the user data
           (such as /home) inaccessible or read-only and the system
           (such as /usr) read-only, for specific services. This allows
-          very light-weight per-service sandboxing to avoid
+          very lightweight per-service sandboxing to avoid
           modifications of user data or system files from
           services. These two new switches have been enabled for all
           of systemd's long-running services, where appropriate.
@@ -15631,7 +15631,7 @@ CHANGES WITH 209:
           activation files automatically into native systemd .busname
           and .service units.
 
-        * sd-bus: add a light-weight vtable implementation that allows
+        * sd-bus: add a lightweight vtable implementation that allows
           defining objects on the bus with a simple static const
           vtable array of its methods, signals and properties.
 
index c603e143e4d90a1c9ac992fc3e2a7772afbe1e16..30901eb7acd131f1f59dbb5c2e3b8dd03a23e0ce 100644 (file)
@@ -80,7 +80,7 @@ _With all vendor-supplied OS resources in a single directory /usr they may be sh
 
 **Myth #4**: The /usr merge’s only purpose is to look pretty, and has no other benefits
 
-**Fact**: The /usr merge makes sharing the vendor-supplied OS resources between a host and networked clients as well as a host and local light-weight containers easier and atomic. Snapshotting the OS becomes a viable option. The /usr merge also allows making the entire vendor-supplied OS resources read-only for increased security and robustness.
+**Fact**: The /usr merge makes sharing the vendor-supplied OS resources between a host and networked clients as well as a host and local lightweight containers easier and atomic. Snapshotting the OS becomes a viable option. The /usr merge also allows making the entire vendor-supplied OS resources read-only for increased security and robustness.
 
 **Myth #5**: Adopting the /usr merge in your distribution means additional work for your distribution's package maintainers
 
index aac30d25d77190ce7c1845f91cb2500420f56d9a..602c04bf4fc408dec1ce40ab451dddbf76b78a07 100644 (file)
@@ -651,7 +651,7 @@ node /org/freedesktop/machine1/machine/rawhide {
       <para><varname>Leader</varname> is the PID of the leader process of the machine.</para>
 
       <para><varname>Class</varname> is the class of the machine and is either the string "vm" (for real VMs
-      based on virtualized hardware) or "container" (for light-weight userspace virtualization sharing the
+      based on virtualized hardware) or "container" (for lightweight userspace virtualization sharing the
       same kernel as the host).</para>
 
       <para><varname>RootDirectory</varname> is the root directory of the container if it is known and
index 4feedd86445afa03d0b201e92b68fd3bd62d0937..c780abf96a2c9356bc8e4859a50aa3cdfff7864f 100644 (file)
@@ -21,7 +21,7 @@
 
   <refnamediv>
     <refname>systemd-nspawn</refname>
-    <refpurpose>Spawn a command or OS in a light-weight container</refpurpose>
+    <refpurpose>Spawn a command or OS in a lightweight container</refpurpose>
   </refnamediv>
 
   <refsynopsisdiv>
@@ -43,7 +43,7 @@
   <refsect1>
     <title>Description</title>
 
-    <para><command>systemd-nspawn</command> may be used to run a command or OS in a light-weight namespace
+    <para><command>systemd-nspawn</command> may be used to run a command or OS in a lightweight namespace
     container. In many ways it is similar to <citerefentry
     project='man-pages'><refentrytitle>chroot</refentrytitle><manvolnum>1</manvolnum></citerefentry>, but more powerful
     since it virtualizes the file system hierarchy, as well as the process tree, the various IPC subsystems, and
index dfc9f6f9940ddfabaf6b8ecbb3674e731232a033..73b28a47d855a2bd32ab9183cf9bf86da74695b9 100644 (file)
         <command>systemd</command> (and other UIs) as a user-visible label for the unit, so this string
         should identify the unit rather than describe it, despite the name. This string also shouldn't just
         repeat the unit name. <literal>Apache2 Web Server</literal> is a good example. Bad examples are
-        <literal>high-performance light-weight HTTP server</literal> (too generic) or
+        <literal>high-performance lightweight HTTP server</literal> (too generic) or
         <literal>Apache2</literal> (meaningless for people who do not know Apache, duplicates the unit
         name). <command>systemd</command> may use this string as a noun in status messages (<literal>Starting
         <replaceable>description</replaceable>...</literal>, <literal>Started
index 70ce4e6d7964ba0e542ce124e0e9f49ee91cb321..4d16954212fb4d93b518f2d9542a45d0bbaea0be 100644 (file)
@@ -320,7 +320,7 @@ static int help(void) {
                 return log_oom();
 
         printf("%1$s [OPTIONS...] [PATH] [ARGUMENTS...]\n\n"
-               "%5$sSpawn a command or OS in a light-weight container.%6$s\n\n"
+               "%5$sSpawn a command or OS in a lightweight container.%6$s\n\n"
                "  -h --help                 Show this help\n"
                "     --version              Print version string\n"
                "  -q --quiet                Do not show status information\n"
index 421e465d71ba77da95f1fb3fee131125c6c83cfc..c4e032d8d76c58b09f269b807863dc93be30f08b 100644 (file)
@@ -2007,7 +2007,7 @@ static int create_directory_or_subvolume(
                 if (r == 0)
                         /* Don't create a subvolume unless the root directory is one, too. We do this under
                          * the assumption that if the root directory is just a plain directory (i.e. very
-                         * light-weight), we shouldn't try to split it up into subvolumes (i.e. more
+                         * lightweight), we shouldn't try to split it up into subvolumes (i.e. more
                          * heavy-weight). Thus, chroot() environments and suchlike will get a full brtfs
                          * subvolume set up below their tree only if they specifically set up a btrfs
                          * subvolume for the root dir too. */