]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: s/--unmount/--umount/g (#5243)
authorLennart Poettering <lennart@poettering.net>
Wed, 8 Feb 2017 00:54:37 +0000 (01:54 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 8 Feb 2017 00:54:37 +0000 (19:54 -0500)
The --help text currently uses the "--umount" spelling, hence to the
same in the man page too.

And let's settle on "umount" instead of "unmount" here, since most folks
probably expect that when typing in a command, as util-linux' tool is
called "umount" after all, and so is the symlink "systemd-umount" we
install.

man/systemd-mount.xml

index ab85dc564008ac47fba347301916beb1b0f8edf4..8bba28678741d17908480aa8bf8372f2a57d4931 100644 (file)
 
       <varlistentry>
         <term><option>-u</option></term>
-        <term><option>--unmount</option></term>
+        <term><option>--umount</option></term>
 
         <listitem><para>Stop the mount and automount units corresponding to the specified mount points
         <replaceable>WHERE</replaceable>.</para>