Merge pull request #14553 from poettering/man-mkdir

man: small man page fixes
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2020-01-13 15:35:54 +01:00 committed by GitHub
commit 5749698031
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -422,22 +422,24 @@
<varlistentry> <varlistentry>
<term><varname>What=</varname></term> <term><varname>What=</varname></term>
<listitem><para>Takes an absolute path of a device node, file or other resource to mount. See <citerefentry <listitem><para>Takes an absolute path of a device node, file or other resource to mount. See
project='man-pages'><refentrytitle>mount</refentrytitle><manvolnum>8</manvolnum></citerefentry> for details. If <citerefentry
this refers to a device node, a dependency on the respective device unit is automatically created. (See project='man-pages'><refentrytitle>mount</refentrytitle><manvolnum>8</manvolnum></citerefentry> for
<citerefentry><refentrytitle>systemd.device</refentrytitle><manvolnum>5</manvolnum></citerefentry> for more details. If this refers to a device node, a dependency on the respective device unit is automatically
information.) This option is mandatory. Note that the usual specifier expansion is applied to this setting, created. (See
literal percent characters should hence be written as <literal>%%</literal>.</para></listitem> <citerefentry><refentrytitle>systemd.device</refentrytitle><manvolnum>5</manvolnum></citerefentry>
for more information.) This option is mandatory. Note that the usual specifier expansion is applied
to this setting, literal percent characters should hence be written as <literal>%%</literal>. If this
mount is a bind mount and the specified path does not exist yet it is created as
directory.</para></listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term><varname>Where=</varname></term> <term><varname>Where=</varname></term>
<listitem><para>Takes an absolute path of a directory for the <listitem><para>Takes an absolute path of a file or directory for the mount point; in particular, the
mount point; in particular, the destination cannot be a symbolic destination cannot be a symbolic link. If the mount point does not exist at the time of mounting, it
link. If the mount point does not exist at the time of is created as directory. This string must be reflected in the unit filename. (See above.) This option
mounting, it is created. This string must be reflected in the is mandatory.</para></listitem>
unit filename. (See above.) This option is
mandatory.</para></listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>