Instead of an integer process id, the first argument may be
specified as <replaceable>fd:N</replaceable>, where the integer N
is the file descriptor number for the calling process's opened
- file for <filename>/proc/[pid[</filename>. In this case,
- <command>newgidmap</command> will use
+ file descriptor for the directory <filename>/proc/[pid]</filename>.
+ In this case, <command>newgidmap</command> will use
<refentrytitle>openat</refentrytitle><manvolnum>2</manvolnum>
to open the <filename>gid_map</filename> file under that
directory, avoiding a TOCTTOU in case the process exits and
Instead of an integer process id, the first argument may be
specified as <replaceable>fd:N</replaceable>, where the integer N
is the file descriptor number for the calling process's opened
- file for <filename>/proc/[pid[</filename>. In this case,
- <command>newuidmap</command> will use
+ file descriptor for the directory <filename>/proc/[pid]</filename>.
+ In this case, <command>newuidmap</command> will use
<refentrytitle>openat</refentrytitle><manvolnum>2</manvolnum>
to open the <filename>uid_map</filename> file under that
directory, avoiding a TOCTTOU in case the process exits and