Using hook_menu and creating some links, I want to make some particular links i've defined in the hook to appear in more than one menu.

I thought that menu_name might be the place to go and add multiple names, but sadly this didn't work as hoped - and you cannot define the same path with a different name.

So is it possible at all?