unshare.2: tfix: fix unbalanced parentheses

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Gleb Fotengauer-Malinovskiy 2015-08-08 10:04:37 +02:00 committed by Michael Kerrisk
parent d49841605a
commit f0d0f68dc8
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ _BSD_SOURCE || _SVID_SOURCE
.SH DESCRIPTION
.BR unshare ()
allows a process (or thread) to disassociate parts of its execution
context that are currently being shared with other processes or threads).
context that are currently being shared with other processes (or threads).
Part of the execution context, such as the mount namespace, is shared
implicitly when a new process is created using
.BR fork (2)