summaryrefslogtreecommitdiffstats
path: root/sys-utils/unshare.1
diff options
context:
space:
mode:
authorYuri Chornoivan2018-03-01 15:42:34 +0100
committerYuri Chornoivan2018-03-01 15:42:34 +0100
commit7cd784d006d794740275f249e9c964de2b03a0c5 (patch)
tree6c1cdfbdfefe2894a78e53dbe8ca964df4351a5c /sys-utils/unshare.1
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
Diffstat (limited to 'sys-utils/unshare.1')
-rw-r--r--sys-utils/unshare.12
1 files changed, 1 insertions, 1 deletions
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.