mirror of
https://github.com/systemd/systemd.git
synced 2025-03-13 00:58:27 +03:00
Fix typo
This commit is contained in:
parent
935e1d64e8
commit
1352eb059f
@ -321,7 +321,7 @@
|
|||||||
<listitem><para>Bind mounts a file or directory from the host into the specified container. The first path
|
<listitem><para>Bind mounts a file or directory from the host into the specified container. The first path
|
||||||
argument is the source file or directory on the host, the second path argument is the destination file or
|
argument is the source file or directory on the host, the second path argument is the destination file or
|
||||||
directory in the container. When the latter is omitted, the destination path in the container is the same as
|
directory in the container. When the latter is omitted, the destination path in the container is the same as
|
||||||
the source path on the host. When combined with the <option>--read-only</option> switch, a ready-only bind
|
the source path on the host. When combined with the <option>--read-only</option> switch, a read-only bind
|
||||||
mount is created. When combined with the <option>--mkdir</option> switch, the destination path is first created
|
mount is created. When combined with the <option>--mkdir</option> switch, the destination path is first created
|
||||||
before the mount is applied. Note that this option is currently only supported for
|
before the mount is applied. Note that this option is currently only supported for
|
||||||
<citerefentry><refentrytitle>systemd-nspawn</refentrytitle><manvolnum>1</manvolnum></citerefentry> containers,
|
<citerefentry><refentrytitle>systemd-nspawn</refentrytitle><manvolnum>1</manvolnum></citerefentry> containers,
|
||||||
|
@ -698,7 +698,7 @@ Jan 12 10:46:45 example.com bluetoothd[8900]: gatt-time-server: Input/output err
|
|||||||
namespace. The first path argument is the source file or directory on the host, the second path
|
namespace. The first path argument is the source file or directory on the host, the second path
|
||||||
argument is the destination file or directory in the unit's mount namespace. When the latter is
|
argument is the destination file or directory in the unit's mount namespace. When the latter is
|
||||||
omitted, the destination path in the unit's mount namespace is the same as the source path on the
|
omitted, the destination path in the unit's mount namespace is the same as the source path on the
|
||||||
host. When combined with the <option>--read-only</option> switch, a ready-only bind mount is
|
host. When combined with the <option>--read-only</option> switch, a read-only bind mount is
|
||||||
created. When combined with the <option>--mkdir</option> switch, the destination path is first
|
created. When combined with the <option>--mkdir</option> switch, the destination path is first
|
||||||
created before the mount is applied.</para>
|
created before the mount is applied.</para>
|
||||||
|
|
||||||
|
@ -363,7 +363,7 @@ read_only:
|
|||||||
if (!is_toplevel) {
|
if (!is_toplevel) {
|
||||||
_cleanup_free_ char *name = NULL;
|
_cleanup_free_ char *name = NULL;
|
||||||
|
|
||||||
/* When we hit a ready-only subtree we simply skip it, but log about it. */
|
/* When we hit a read-only subtree we simply skip it, but log about it. */
|
||||||
(void) fd_get_path(fd, &name);
|
(void) fd_get_path(fd, &name);
|
||||||
log_debug("Skipping read-only file or directory %s.", strna(name));
|
log_debug("Skipping read-only file or directory %s.", strna(name));
|
||||||
r = changed;
|
r = changed;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user