]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man, shell-completion: fix a few typos/language issues
authorŠtěpán Němec <stepnem@smrk.net>
Tue, 27 Feb 2024 13:31:43 +0000 (14:31 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Tue, 27 Feb 2024 16:57:33 +0000 (16:57 +0000)
man/daemon.xml
man/portablectl.xml
shell-completion/zsh/_journalctl

index e26be0d2eff372220e37675f33492abc19b3ae95..dc51041138bf03cbffe401f7773658b4a45e1a83 100644 (file)
@@ -75,7 +75,7 @@
         create an independent session.</para></listitem>
 
         <listitem><para>In the child, call <function>fork()</function> again, to ensure that the daemon can
-        never re-acquire a terminal again. (This relevant if the program — and all its dependencies — does
+        never re-acquire a terminal again. (This is relevant if the program — and all its dependencies — does
         not carefully specify `O_NOCTTY` on each and every single `open()` call that might potentially open a
         TTY device node.)</para></listitem>
 
index d241893d4de3ce779105d4a7929bac645519728d..12953bc1397e177e37256016e24231a37008e834 100644 (file)
     within the file system context of the image.</para>
 
     <para>Portable service images are an efficient way to bundle multiple related services and other units together,
-    and transfer them as a whole between systems. When these images are attached the local system the contained units
+    and transfer them as a whole between systems. When these images are attached to the local system, the contained units
     may run in most ways like regular system-provided units, either with full privileges or inside strict sandboxing,
     depending on the selected configuration. For more details, see
     <ulink url="https://systemd.io/PORTABLE_SERVICES">Portable Services Documentation</ulink>.</para>
 
-    <para>Specifically portable service images may be of the following kind:</para>
+    <para>Portable service images may be of the following kinds:</para>
 
     <itemizedlist>
       <listitem><para>Directory trees containing an OS, including the top-level directories <filename>/usr/</filename>,
index 61a52afddfd6a9795effc31ac5beed5a16e7d23d..7138615cdde2d49edf2444b0dc2cdd0d871b638f 100644 (file)
@@ -120,7 +120,7 @@ _arguments -s \
     '--facility=[Filter messages by facility]:facility:_journalctl_facilities' \
     {-t+,--identifier=}'[Filter messages by syslog identifier]:identifier:_journalctl_field_values SYSLOG_IDENTIFIER' \
     {-c+,--cursor=}'[Start showing entries from the specified cursor]:cursors:_journalctl_field_values __CURSORS' \
-    '--cursor-file=[Show entries using cursor store in file]:file:_files' \
+    '--cursor-file=[Show entries using cursor stored in file]:file:_files' \
     '--after-cursor=[Start showing entries from after the specified cursor]:cursors:_journalctl_field_values __CURSORS' \
     '--since=[Start showing entries on or newer than the specified date]:YYYY-MM-DD HH\:MM\:SS' \
     '--until=[Stop showing entries on or older than the specified date]:YYYY-MM-DD HH\:MM\:SS' \