]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
Fix minor typos on man pages
authorYuri Chornoivan <yurchor@ukr.net>
Thu, 1 Mar 2018 14:42:34 +0000 (16:42 +0200)
committerYuri Chornoivan <yurchor@ukr.net>
Thu, 1 Mar 2018 14:42:34 +0000 (16:42 +0200)
sys-utils/lsmem.1
sys-utils/lsns.8
sys-utils/rfkill.8
sys-utils/unshare.1

index d11c5275ea3fae487124c5e0f626acb85a6d9c8f..f59c9937cf590244c78eb5ddd7ac014c28a2da13 100644 (file)
@@ -81,7 +81,7 @@ Display version information and exit.
 \fB\-\-summary\fR[=\fIwhen\fR]
 This option controls summary lines output.  The optional argument \fIwhen\fP can be
 \fBnever\fR, \fBalways\fR or \fBonly\fR.  If the \fIwhen\fR argument is
-omitted, it defaults to \fB"only"\fR. The summary output is suppresed for
+omitted, it defaults to \fB"only"\fR. The summary output is suppressed for
 \fB\-\-raw\fR, \fB\-\-pairs\fR and \fB\-\-json\fR.
 .SH AUTHOR
 .B lsmem
index 94b82a0cb19b4719effdbfb6d62404b53011cedc..90009a780896e2893f6ecd4333138f22ec6484c3 100644 (file)
@@ -21,7 +21,7 @@ columns by using the \fB\-\-output\fR option together with a columns list in
 environments where a stable output is required.
 
 \fBNSFS\fP column, printed when \fBnet\fP is specified for
-\fB\-\-type\fR option, is specifal; it uses multi-line cells.
+\fB\-\-type\fR option, is special; it uses multi-line cells.
 Use the option \fB\-\-nowrap\fR is for switching to "," separated single-line
 representation.
 
index cdaecfafea789d29fb5bb54daa9ab6185c6f4ac7..3c30c8cedc9a44557ed340eda7928c27f40a434e 100644 (file)
@@ -89,7 +89,7 @@ and
 .MT marcel@\:holtmann.\:org
 Marcel Holtmann
 .ME .
-The code has been later modifified by
+The code has been later modified by
 .MT kerolasa@\:iki.\:fi
 Sami Kerola
 .ME
index 65dc55ce9ac53ecc282fc52a6a2821f0f437a53f..42cd7b3c331576d09bfc7e27babd49f671e88cb9 100644 (file)
@@ -140,7 +140,7 @@ running it directly.  This is useful when creating a new PID namespace.
 .TP
 .BR \-\-kill\-child [ =\fIsigname ]
 When \fBunshare\fR terminates, have \fIsigname\fP be sent to the forked child process.
-Combined with \fB--pid\fR this allows for an easy and realiable killing of the entire
+Combined with \fB--pid\fR this allows for an easy and reliable killing of the entire
 process tree below \fBunshare\fR.
 If not given, \fIsigname\fP defaults to \fBSIGKILL\fR.
 This option implies \fB--fork\fR.