From c0d3d8fe5c7b70f4fcfda3f3e273d747beb28467 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 14 Sep 2017 17:50:46 +0200 Subject: [PATCH] getrlimit.2: wfix Signed-off-by: Michael Kerrisk --- man2/getrlimit.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/getrlimit.2 b/man2/getrlimit.2 index af3a535f7..e8fe1b15a 100644 --- a/man2/getrlimit.2 +++ b/man2/getrlimit.2 @@ -184,7 +184,7 @@ The limit is specified in bytes, and is rounded down to the system page size. This limit affects calls to .BR brk (2), .BR sbrk (2), -and as of Linux 4.7 also +and (since Linux 4.7) .BR mmap (2), .\" commits 84638335900f1995495838fe1bd4870c43ec1f67 .\" ("mm: rework virtual memory accounting"),