diff options
Diffstat (limited to 'man3')
| -rw-r--r-- | man3/errno.3 | 2 | ||||
| -rw-r--r-- | man3/malloc.3 | 2 | ||||
| -rw-r--r-- | man3/pthread_create.3 | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/man3/errno.3 b/man3/errno.3 index 62e720ac4b..fe9b7f7156 100644 --- a/man3/errno.3 +++ b/man3/errno.3 @@ -390,7 +390,7 @@ Network unreachable (POSIX.1-2001). .B ENFILE Too many open files in system (POSIX.1-2001). On Linux, this is probably a result of encountering the -.IR /proc/sys/fs/file-max +.IR /proc/sys/fs/file\-max limit (see .BR proc (5)). .TP diff --git a/man3/malloc.3 b/man3/malloc.3 index 467e2438ab..e0a94a6ea6 100644 --- a/man3/malloc.3 +++ b/man3/malloc.3 @@ -301,7 +301,7 @@ and in .BR proc (5), and the Linux kernel source file -.IR Documentation/vm/overcommit-accounting.rst . +.IR Documentation/vm/overcommit\-accounting.rst . .PP Normally, .BR malloc () diff --git a/man3/pthread_create.3 b/man3/pthread_create.3 index 40984d4edf..01b602f66f 100644 --- a/man3/pthread_create.3 +++ b/man3/pthread_create.3 @@ -134,7 +134,7 @@ soft resource limit (set via which limits the number of processes and threads for a real user ID, was reached; the kernel's system-wide limit on the number of processes and threads, -.IR /proc/sys/kernel/threads-max , +.IR /proc/sys/kernel/threads\-max , was reached (see .BR proc (5)); or the maximum number of PIDs, |
