diff options
author | Karel Zak | 2018-03-02 14:04:20 +0100 |
---|---|---|
committer | Karel Zak | 2018-03-02 14:04:20 +0100 |
commit | b8fe1169388a2eb49aec993ada89f38ccaed8fc9 (patch) | |
tree | abd4e1d312acd2a71412c9bb0e42b63c857cb15a | |
parent | bash-completion: update zramctl algorithms list (diff) | |
parent | Fix minor typos on man pages (diff) | |
download | kernel-qcow2-util-linux-b8fe1169388a2eb49aec993ada89f38ccaed8fc9.tar.gz kernel-qcow2-util-linux-b8fe1169388a2eb49aec993ada89f38ccaed8fc9.tar.xz kernel-qcow2-util-linux-b8fe1169388a2eb49aec993ada89f38ccaed8fc9.zip |
Merge branch 'master' of https://github.com/yurchor/util-linux
* 'master' of https://github.com/yurchor/util-linux:
Fix minor typos on man pages
-rw-r--r-- | sys-utils/lsmem.1 | 2 | ||||
-rw-r--r-- | sys-utils/lsns.8 | 2 | ||||
-rw-r--r-- | sys-utils/rfkill.8 | 2 | ||||
-rw-r--r-- | sys-utils/unshare.1 | 2 |
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. |