On 7 September 2015 at 01:30, erik quanstrom <quanstro@quanstro.net> wrote:
unless by name an entry in a table shared by the set of memory sharing processes is what is meant

the table isn't shared. the address of the table is the same, but the underlying memory is private,
and indeed can't be shared (there isn't a system call to map the pages elsewhere in the shared address space).