diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2022-08-23 12:12:28 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2022-08-23 12:14:58 +0200 |
commit | 15102ced42b05c9b48b2f36d68f895946cb18237 (patch) | |
tree | d969bc8a27c6d40f027a00d269a88480514bda8a /man/org.freedesktop.import1.xml | |
parent | take jointly mounted controllers into account when migrate cgroups, otherwise... (diff) | |
download | systemd-15102ced42b05c9b48b2f36d68f895946cb18237.tar.xz systemd-15102ced42b05c9b48b2f36d68f895946cb18237.zip |
man: similar → similarly
Something *is* similar
Something *works* similarly
Something does something, similarly to how something else does something
See https://sites.ulethbridge.ca/roussel/2017/11/29/similar-and-similarly-are-they-similar/
for a clear explanation.
Diffstat (limited to 'man/org.freedesktop.import1.xml')
-rw-r--r-- | man/org.freedesktop.import1.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/org.freedesktop.import1.xml b/man/org.freedesktop.import1.xml index 5be21dad6c..62d753e009 100644 --- a/man/org.freedesktop.import1.xml +++ b/man/org.freedesktop.import1.xml @@ -183,14 +183,14 @@ node /org/freedesktop/import1 { specified file descriptor will be a tar file in case of <function>ExportTar()</function> or a raw disk image in case of <function>ExportRaw()</function>. Note that currently raw disk images may not be exported as tar files, and vice versa. This restriction might be lifted eventually. The method - returns a transfer identifier and object path for cancelling or tracking the export operation, similar + returns a transfer identifier and object path for cancelling or tracking the export operation, similarly to <function>ImportTar()</function> or <function>ImportRaw()</function> as described above.</para> <para><function>PullTar()</function> and <function>PullRaw()</function> may be used to download, verify and import a system image from a URL. They take an URL argument which should point to a tar or raw file on the <literal>http://</literal> or <literal>https://</literal> protocols, possibly compressed with xz, bzip2 or gzip. The second argument is a local name for the image. It should be - suitable as a hostname, similar to the matching argument of the <function>ImportTar()</function> and + suitable as a hostname, similarly to the matching argument of the <function>ImportTar()</function> and <function>ImportRaw()</function> methods above. The third argument indicates the verification mode for the image. It may be one of <literal>no</literal>, <literal>checksum</literal>, <literal>signature</literal>. <literal>no</literal> turns off any kind of verification of the image; |