]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
Fix wording in comments and documentation
authorTobias Stoeckmann <tobias@stoeckmann.org>
Thu, 30 Dec 2021 12:49:47 +0000 (13:49 +0100)
committerTobias Stoeckmann <tobias@stoeckmann.org>
Thu, 30 Dec 2021 12:49:47 +0000 (13:49 +0100)
No functional change involved.

Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
disk-utils/mkfs.c
include/fileeq.h
sys-utils/fsfreeze.8.adoc
sys-utils/irqtop.1.adoc
text-utils/rev.1.adoc

index 3c041fab4912d994b1e1c86abeef6c977ba2c9d3..d6fada4ad45a0c9274b5b01337a562d94165c243 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * mkfs                A simple generic frontend for the for the mkfs program
+ * mkfs                A simple generic frontend for the mkfs program
  *             under Linux.  See the manual page for details.
  *
  * Authors:    David Engel, <david@ods.com>
index 28346c51ad0e65d290b63550f4cbbf016d2bd050..3988ed0ff683da3fc40a5950a539045d4eb2dbbd 100644 (file)
@@ -5,7 +5,7 @@
 #include <stdint.h>
 #include <stdbool.h>
 
-/* Number of bytes from the beginnning of the file we always
+/* Number of bytes from the beginning of the file we always
  * compare by memcmp() */
 #define UL_FILEEQ_INTROSIZ     32
 
index 32596d5541cce6c3c14211319e41052764f6c42a..aeea58eece9cd0101cbe5a994ec3eb5c47c6943c 100644 (file)
@@ -29,7 +29,7 @@ Note that access-time updates are also suspended if the filesystem is mounted wi
 == OPTIONS
 
 *-f*, *--freeze*::
-This option requests the specified filesystem to be frozen from new modifications. When this is selected, all ongoing transactions in the filesystem are allowed to complete, new *write*(2) system calls are halted, other calls which modify the filesystem are halted, and all dirty data, metadata, and log information are written to disk. Any process attempting to write to the frozen filesystem will block waiting for the filesystem to be unfrozen.
+This option requests the specified filesystem to be frozen from new modifications. When this is selected, all ongoing transactions in the filesystem are allowed to complete, new *write*(2) system calls are halted, other calls which modify the filesystem are halted, and all dirty data, metadata, and log information are written to disk. Any process attempting to write to the frozen filesystem will block waiting for the filesystem to be unfrozen.
 +
 Note that even after freezing, the on-disk filesystem can contain information on files that are still in the process of unlinking. These files will not be unlinked until the filesystem is unfrozen or a clean mount of the snapshot is complete.
 
index b8aae417a8f1b30b41240c5293d4347b06615f96..df40cbb903ff72129b0d96e4a64b8789d0a6a593 100644 (file)
@@ -26,7 +26,7 @@ The default output is subject to change. So whenever possible, you should avoid
 Specify which output columns to print. Use *--help* to get a list of all supported columns. The default list of columns may be extended if list is specified in the format _+list_.
 
 *-c*, *--cpu-stat* _mode_::
-Show per-cpu statistics by specified option, available options: auto, enable, disable. The default option *auto* detects the width of window, then shows the per-cpu statistics if the width of window is large enouth to show a full line of statistics.
+Show per-cpu statistics by specified option, available options: auto, enable, disable. The default option *auto* detects the width of window, then shows the per-cpu statistics if the width of window is large enough to show a full line of statistics.
 
 *-d*, *--delay* _seconds_::
 Update interrupt output every _seconds_ intervals.
index 6c9469198f9a158c99d3bdb543937236f73ec9a9..fbef783f43b64fa643d8d93b3bf351be308f1061 100644 (file)
@@ -52,7 +52,7 @@ rev - reverse lines characterwise
 
 The *rev* utility copies the specified files to standard output, reversing the order of characters in every line. If no files are specified, standard input is read.
 
-This utility is a line-oriented tool and it uses in-memory allocated buffer for a whole wide-char line. If the input file is huge and without line breaks than allocate the memory for the file may be unsuccessful.
+This utility is a line-oriented tool and it uses in-memory allocated buffer for a whole wide-char line. If the input file is huge and without line breaks then allocating the memory for the file may be unsuccessful.
 
 == OPTIONS