]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
unshare.2: tfix: fix unbalanced parentheses
authorGleb Fotengauer-Malinovskiy <glebfm@altlinux.org>
Sat, 8 Aug 2015 08:04:37 +0000 (10:04 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sat, 8 Aug 2015 08:06:57 +0000 (10:06 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/unshare.2

index 42b2d0e51e93c943940a0114ef77581747bb4d50..5d1c23587c1bc834ee67c148007325182959edd8 100644 (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)