Commit b2105aa2 authored by Andrew Klychkov's avatar Andrew Klychkov Committed by Jonathan Corbet

Documentation: fix typos found in admin-guide subdirectory

Fixed twelve typos in cppc_sysfs.rst, binderfs.rst, paride.rst,
zram.rst, bug-hunting.rst, introduction.rst, usage.rst, dm-crypt.rst
Signed-off-by: default avatarAndrew Klychkov <andrew.a.klychkov@gmail.com>
Reviewed-by: default avatarJonathan Corbet <corbet@lwn.net>
Reviewed-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Link: https://lore.kernel.org/r/20201204070235.GA48631@spblnx124.lanSigned-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 91135840
...@@ -8,7 +8,7 @@ CPPC ...@@ -8,7 +8,7 @@ CPPC
==== ====
CPPC defined in the ACPI spec describes a mechanism for the OS to manage the CPPC defined in the ACPI spec describes a mechanism for the OS to manage the
performance of a logical processor on a contigious and abstract performance performance of a logical processor on a contiguous and abstract performance
scale. CPPC exposes a set of registers to describe abstract performance scale, scale. CPPC exposes a set of registers to describe abstract performance scale,
to request performance levels and to measure per-cpu delivered performance. to request performance levels and to measure per-cpu delivered performance.
...@@ -45,7 +45,7 @@ for each cpu X:: ...@@ -45,7 +45,7 @@ for each cpu X::
* lowest_freq : CPU frequency corresponding to lowest_perf (in MHz). * lowest_freq : CPU frequency corresponding to lowest_perf (in MHz).
* nominal_freq : CPU frequency corresponding to nominal_perf (in MHz). * nominal_freq : CPU frequency corresponding to nominal_perf (in MHz).
The above frequencies should only be used to report processor performance in The above frequencies should only be used to report processor performance in
freqency instead of abstract scale. These values should not be used for any frequency instead of abstract scale. These values should not be used for any
functional decisions. functional decisions.
* feedback_ctrs : Includes both Reference and delivered performance counter. * feedback_ctrs : Includes both Reference and delivered performance counter.
......
...@@ -70,5 +70,5 @@ Deleting binder Devices ...@@ -70,5 +70,5 @@ Deleting binder Devices
Binderfs binder devices can be deleted via `unlink() <unlink_>`_. This means Binderfs binder devices can be deleted via `unlink() <unlink_>`_. This means
that the `rm() <rm_>`_ tool can be used to delete them. Note that the that the `rm() <rm_>`_ tool can be used to delete them. Note that the
``binder-control`` device cannot be deleted since this would make the binderfs ``binder-control`` device cannot be deleted since this would make the binderfs
instance unuseable. The ``binder-control`` device will be deleted when the instance unusable. The ``binder-control`` device will be deleted when the
binderfs instance is unmounted and all references to it have been dropped. binderfs instance is unmounted and all references to it have been dropped.
...@@ -220,7 +220,7 @@ example:: ...@@ -220,7 +220,7 @@ example::
Finally, you can load high-level drivers for each kind of device that Finally, you can load high-level drivers for each kind of device that
you have connected. By default, each driver will autoprobe for a single you have connected. By default, each driver will autoprobe for a single
device, but you can support up to four similar devices by giving their device, but you can support up to four similar devices by giving their
individual co-ordinates when you load the driver. individual coordinates when you load the driver.
For example, if you had two no-name CD-ROM drives both using the For example, if you had two no-name CD-ROM drives both using the
KingByte KBIC-951A adapter, one on port 0x378 and the other on 0x3bc KingByte KBIC-951A adapter, one on port 0x378 and the other on 0x3bc
......
...@@ -360,7 +360,7 @@ like below:: ...@@ -360,7 +360,7 @@ like below::
/sys/block/zram0/writeback_limit. /sys/block/zram0/writeback_limit.
$ echo 1 > /sys/block/zram0/writeback_limit_enable $ echo 1 > /sys/block/zram0/writeback_limit_enable
If admins want to allow further write again once the bugdet is exhausted, If admins want to allow further write again once the budget is exhausted,
he could do it like below:: he could do it like below::
$ echo $((400<<MB_SHIFT>>4K_SHIFT)) > \ $ echo $((400<<MB_SHIFT>>4K_SHIFT)) > \
......
...@@ -263,7 +263,7 @@ Please notice that it will point to: ...@@ -263,7 +263,7 @@ Please notice that it will point to:
- The last developers that touched the source code (if this is done inside - The last developers that touched the source code (if this is done inside
a git tree). On the above example, Tejun and Bhaktipriya (in this a git tree). On the above example, Tejun and Bhaktipriya (in this
specific case, none really envolved on the development of this file); specific case, none really involved on the development of this file);
- The driver maintainer (Hans Verkuil); - The driver maintainer (Hans Verkuil);
- The subsystem maintainer (Mauro Carvalho Chehab); - The subsystem maintainer (Mauro Carvalho Chehab);
- The driver and/or subsystem mailing list (linux-media@vger.kernel.org); - The driver and/or subsystem mailing list (linux-media@vger.kernel.org);
......
...@@ -9,7 +9,7 @@ Introduction ...@@ -9,7 +9,7 @@ Introduction
PC operating systems. New and improved versions of CIFS are now PC operating systems. New and improved versions of CIFS are now
called SMB2 and SMB3. Use of SMB3 (and later, including SMB3.1.1) called SMB2 and SMB3. Use of SMB3 (and later, including SMB3.1.1)
is strongly preferred over using older dialects like CIFS due to is strongly preferred over using older dialects like CIFS due to
security reaasons. All modern dialects, including the most recent, security reasons. All modern dialects, including the most recent,
SMB3.1.1 are supported by the CIFS VFS module. The SMB3 protocol SMB3.1.1 are supported by the CIFS VFS module. The SMB3 protocol
is implemented and supported by all major file servers is implemented and supported by all major file servers
such as all modern versions of Windows (including Windows 2016 such as all modern versions of Windows (including Windows 2016
......
...@@ -115,7 +115,7 @@ later source tree in docs/manpages/mount.cifs.8 ...@@ -115,7 +115,7 @@ later source tree in docs/manpages/mount.cifs.8
Allowing User Unmounts 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 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 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 (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 ...@@ -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 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 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 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 invisible to Windows clients and typically will not affect local
applications running on the same server as Samba. applications running on the same server as Samba.
Use instructions Use instructions
...@@ -267,7 +267,7 @@ would be forbidden for Windows/CIFS semantics) as long as the server is ...@@ -267,7 +267,7 @@ would be forbidden for Windows/CIFS semantics) as long as the server is
configured for Unix Extensions (and the client has not disabled configured for Unix Extensions (and the client has not disabled
/proc/fs/cifs/LinuxExtensionsEnabled). In addition the mount option /proc/fs/cifs/LinuxExtensionsEnabled). In addition the mount option
``mapposix`` can be used on CIFS (vers=1.0) to force the mapping of ``mapposix`` can be used on CIFS (vers=1.0) to force the mapping of
illegal Windows/NTFS/SMB characters to a remap range (this mount parm illegal Windows/NTFS/SMB characters to a remap range (this mount parameter
is the default for SMB3). This remap (``mapposix``) range is also is the default for SMB3). This remap (``mapposix``) range is also
compatible with Mac (and "Services for Mac" on some older Windows). compatible with Mac (and "Services for Mac" on some older Windows).
......
...@@ -46,7 +46,7 @@ Parameters:: ...@@ -46,7 +46,7 @@ Parameters::
capi:authenc(hmac(sha256),xts(aes))-random capi:authenc(hmac(sha256),xts(aes))-random
capi:rfc7539(chacha20,poly1305)-random capi:rfc7539(chacha20,poly1305)-random
The /proc/crypto contains a list of curently loaded crypto modes. The /proc/crypto contains a list of currently loaded crypto modes.
<key> <key>
Key used for encryption. It is encoded either as a hexadecimal number Key used for encryption. It is encoded either as a hexadecimal number
...@@ -92,7 +92,7 @@ Parameters:: ...@@ -92,7 +92,7 @@ Parameters::
<#opt_params> <#opt_params>
Number of optional parameters. If there are no optional parameters, Number of optional parameters. If there are no optional parameters,
the optional paramaters section can be skipped or #opt_params can be zero. the optional parameters section can be skipped or #opt_params can be zero.
Otherwise #opt_params is the number of following arguments. Otherwise #opt_params is the number of following arguments.
Example of optional parameters section: Example of optional parameters section:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment