summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYuri Chornoivan2018-03-01 15:42:34 +0100
committerYuri Chornoivan2018-03-01 15:42:34 +0100
commit7cd784d006d794740275f249e9c964de2b03a0c5 (patch)
tree6c1cdfbdfefe2894a78e53dbe8ca964df4351a5c
parentbuild-sys: release++ (v2.32-rc2) (diff)
downloadkernel-qcow2-util-linux-7cd784d006d794740275f249e9c964de2b03a0c5.tar.gz
kernel-qcow2-util-linux-7cd784d006d794740275f249e9c964de2b03a0c5.tar.xz
kernel-qcow2-util-linux-7cd784d006d794740275f249e9c964de2b03a0c5.zip
Fix minor typos on man pages
-rw-r--r--sys-utils/lsmem.12
-rw-r--r--sys-utils/lsns.82
-rw-r--r--sys-utils/rfkill.82
-rw-r--r--sys-utils/unshare.12
4 files changed, 4 insertions, 4 deletions
diff --git a/sys-utils/lsmem.1 b/sys-utils/lsmem.1
index d11c5275e..f59c9937c 100644
--- a/sys-utils/lsmem.1
+++ b/sys-utils/lsmem.1
@@ -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
diff --git a/sys-utils/lsns.8 b/sys-utils/lsns.8
index 94b82a0cb..90009a780 100644
--- a/sys-utils/lsns.8
+++ b/sys-utils/lsns.8
@@ -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.
diff --git a/sys-utils/rfkill.8 b/sys-utils/rfkill.8
index cdaecfafe..3c30c8ced 100644
--- a/sys-utils/rfkill.8
+++ b/sys-utils/rfkill.8
@@ -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
diff --git a/sys-utils/unshare.1 b/sys-utils/unshare.1
index 65dc55ce9..42cd7b3c3 100644
--- a/sys-utils/unshare.1
+++ b/sys-utils/unshare.1
@@ -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.