diff --git a/man/newgidmap.1.xml b/man/newgidmap.1.xml
index 9b7683eb..e5b770e8 100644
--- a/man/newgidmap.1.xml
+++ b/man/newgidmap.1.xml
@@ -120,8 +120,8 @@
Instead of an integer process id, the first argument may be
specified as fd:N, where the integer N
is the file descriptor number for the calling process's opened
- file for /proc/[pid[. In this case,
- newgidmap will use
+ file descriptor for the directory /proc/[pid].
+ In this case, newgidmap will use
openat2
to open the gid_map file under that
directory, avoiding a TOCTTOU in case the process exits and
diff --git a/man/newuidmap.1.xml b/man/newuidmap.1.xml
index ca917a77..7aed0d50 100644
--- a/man/newuidmap.1.xml
+++ b/man/newuidmap.1.xml
@@ -120,8 +120,8 @@
Instead of an integer process id, the first argument may be
specified as fd:N, where the integer N
is the file descriptor number for the calling process's opened
- file for /proc/[pid[. In this case,
- newuidmap will use
+ file descriptor for the directory /proc/[pid].
+ In this case, newuidmap will use
openat2
to open the uid_map file under that
directory, avoiding a TOCTTOU in case the process exits and