]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
Remove documentation for removed args on unshare.c's map_ids_from_child
authorcrbednarz <cr.bednarz@gmail.com>
Mon, 15 Jun 2026 19:54:22 +0000 (12:54 -0700)
committercrbednarz <cr.bednarz@gmail.com>
Mon, 15 Jun 2026 19:54:22 +0000 (12:54 -0700)
sys-utils/unshare.c

index beecc69d41bbed95b6198c6b7525667e3a862ce8..f25e9e5c2754f978d59bc8a4410d6f15dc9e089c 100644 (file)
@@ -670,9 +670,7 @@ static void map_ids_internal(const char *type, int ppid, struct map_range *chain
 /**
  * map_ids_from_child() - Set up a new uid/gid map
  * @fd: The eventfd to wait on
- * @mapuser: The user to map the current user to (or -1)
  * @usermap: The range of UIDs to map (or %NULL)
- * @mapgroup: The group to map the current group to (or -1)
  * @groupmap: The range of GIDs to map (or %NULL)
  *
  * fork_and_wait() for our parent to call sync_with_child() on @fd. Upon