diff --git a/man2/unshare.2 b/man2/unshare.2 index 42b2d0e51..5d1c23587 100644 --- a/man2/unshare.2 +++ b/man2/unshare.2 @@ -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)