On Thu, 3 Dec 2020 10:22:47 +0300 Andrew Klychkov <andrew.a.klych...@gmail.com> wrote:
> --- a/Documentation/admin-guide/cifs/usage.rst > +++ b/Documentation/admin-guide/cifs/usage.rst > @@ -115,7 +115,7 @@ later source tree in docs/manpages/mount.cifs.8 > Allowing User Unmounts > ====================== > > -To permit users to ummount directories that they have user mounted (see > above), > +To permit users to unmount directories that they have user mounted (see > above), > the utility umount.cifs may be used. It may be invoked directly, or if > umount.cifs is placed in /sbin, umount can invoke the cifs umount helper > (at least for most versions of the umount utility) for umount of cifs > @@ -197,7 +197,7 @@ that is ignored by local server applications and non-cifs > clients and that will > not be traversed by the Samba server). This is opaque to the Linux client > application using the cifs vfs. Absolute symlinks will work to Samba 3.0.5 or > later, but only for remote clients using the CIFS Unix extensions, and will > -be invisbile to Windows clients and typically will not affect local > +be invisibile to Windows clients and typically will not affect local So this one replaces one typo with another - perhaps not what you had in mind :) > applications running on the same server as Samba. Thanks, jon