]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: fix typos 17239/head
authorSamanta Navarro <ferivoz@riseup.net>
Sat, 3 Oct 2020 11:56:50 +0000 (11:56 +0000)
committerSamanta Navarro <ferivoz@riseup.net>
Sat, 3 Oct 2020 11:56:50 +0000 (11:56 +0000)
man/portablectl.xml
man/sd_bus_default.xml
man/sd_event_add_inotify.xml
man/systemd.exec.xml
man/systemd.service.xml
man/udev.conf.xml
src/basic/terminal-util.c

index 962429683d6b38fcbe3424713f575c0c798a1143..d24c010e2ce49564ee7457bf17446cf7fc2f2074 100644 (file)
         <command>attach</command> command above, and removes the unit file copies, drop-ins and image symlink
         again. This command expects an image name or path as parameter. Note that if a path is specified only the last
         component of it (i.e. the file or directory name itself, not the path to it) is used for finding matching unit
-        files. This is a convencience feature to allow all arguments passed as <command>attach</command> also to
+        files. This is a convenience feature to allow all arguments passed as <command>attach</command> also to
         <command>detach</command>.</para></listitem>
 
         <para>If <option>--now</option> and/or <option>--enable</option> are passed, the portable service(s) are
index 8532c2bf466c85c8c915434172146ce067b6af58..06ce1386ac79b380490a7b9ede40dafe025ba4a9 100644 (file)
     is equivalent to <function>sd_bus_open()</function>. This description string is used in log
     messages about the bus object, and including a "name" for the bus makes them easier to
     understand. Some messages are emitted during bus initialization, hence using this function is
-    prefereable to setting the description later with
+    preferable to setting the description later with
     <function>sd_bus_open_with_description()</function>. The argument is copied internally and will
     not be referenced after the function returns.</para>
 
index 8860699db3d085dd6f8c4e7f2c16b674874d3b88..826f4c4ada0a08361cf6c4c99a099ec121207155 100644 (file)
@@ -66,7 +66,7 @@
     function to call when the inode changes. The handler function will be passed the <parameter>userdata</parameter>
     pointer, which may be chosen freely by the caller. The handler also receives a pointer to a <structname>struct
     inotify_event</structname> structure containing information about the inode event. The <parameter>mask</parameter>
-    parameter specifie which types of inode events to watch specifically. It must contain an OR-ed combination of
+    parameter specifies which types of inode events to watch specifically. It must contain an OR-ed combination of
     <constant>IN_ACCESS</constant>, <constant>IN_ATTRIB</constant>, <constant>IN_CLOSE_WRITE</constant>, … flags. See
     <citerefentry project='man-pages'><refentrytitle>inotify</refentrytitle><manvolnum>7</manvolnum></citerefentry> for
     further information.</para>
index c0ca647b103fd0da0e21b732641fef6256f85457..c0e9ec6fc103866ebd01d6f3af604755205cb401 100644 (file)
@@ -2025,7 +2025,7 @@ RestrictNamespaces=~cgroup net</programlisting>
               </row>
               <row>
                 <entry>@process</entry>
-                <entry>Process control, execution, namespaceing operations (<citerefentry project='man-pages'><refentrytitle>clone</refentrytitle><manvolnum>2</manvolnum></citerefentry>, <citerefentry project='man-pages'><refentrytitle>kill</refentrytitle><manvolnum>2</manvolnum></citerefentry>, <citerefentry project='man-pages'><refentrytitle>namespaces</refentrytitle><manvolnum>7</manvolnum></citerefentry>, …)</entry>
+                <entry>Process control, execution, namespacing operations (<citerefentry project='man-pages'><refentrytitle>clone</refentrytitle><manvolnum>2</manvolnum></citerefentry>, <citerefentry project='man-pages'><refentrytitle>kill</refentrytitle><manvolnum>2</manvolnum></citerefentry>, <citerefentry project='man-pages'><refentrytitle>namespaces</refentrytitle><manvolnum>7</manvolnum></citerefentry>, …)</entry>
               </row>
               <row>
                 <entry>@raw-io</entry>
index aec3a764a8861f6ea507bb6ba9f5c1c898cb7daa..d8690f08dbabb7d460f454ca245021706d99e494 100644 (file)
     into words, and afterwards removed.</para>
 
     <para>If the command is not a full (absolute) path, it will be resolved to a full path using a
-    fixed search path determinted at compilation time. Searched directories include
+    fixed search path determined at compilation time. Searched directories include
     <filename>/usr/local/bin/</filename>, <filename>/usr/bin/</filename>, <filename>/bin/</filename>
     on systems using split <filename>/usr/bin/</filename> and <filename>/bin/</filename>
     directories, and their <filename>sbin/</filename> counterparts on systems using split
index 0b5669b4425b8dfcbc0e14c0a320c351151ef058..aa695b5e04b8587bd9a3d0281c9e335375e5b045 100644 (file)
@@ -88,7 +88,7 @@
         <term><varname>resolve_names=</varname></term>
 
         <listitem>
-          <para>Specifes when systemd-udevd should resolve names of users and groups.  When set to
+          <para>Specifies when systemd-udevd should resolve names of users and groups.  When set to
           <option>early</option> (the default), names will be resolved when the rules are parsed.
           When set to <option>late</option>, names will be resolved for every event.  When set to
           <option>never</option>, names will never be resolved and all devices will be owned by
index 6cacde90bac6b58333368ed1cf6dfc301c338a17..ac83688531f2530eb27d271a78b19814caa1d1f1 100644 (file)
@@ -1349,7 +1349,7 @@ int vt_release(int fd, bool restore) {
 
 void get_log_colors(int priority, const char **on, const char **off, const char **highlight) {
         /* Note that this will initialize output variables only when there's something to output.
-         * The caller must pre-initalize to "" or NULL as appropriate. */
+         * The caller must pre-initialize to "" or NULL as appropriate. */
 
         if (priority <= LOG_ERR) {
                 if (on)