From b146aada73963535638b9feb595f794815668990 Mon Sep 17 00:00:00 2001 From: Seonghun Lim Date: Thu, 9 Nov 2017 09:35:25 +0100 Subject: [PATCH] getrlimit.2, utimensat.2: wsfix Signed-off-by: Michael Kerrisk --- man2/getrlimit.2 | 2 +- man2/utimensat.2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/man2/getrlimit.2 b/man2/getrlimit.2 index 661f2156b..75cb7cc84 100644 --- a/man2/getrlimit.2 +++ b/man2/getrlimit.2 @@ -625,7 +625,7 @@ For backward compatibility, glibc also provides .BR vlimit (). All new applications should be written using .BR setrlimit (). -.SS C library/ kernel ABI differences +.SS C library/kernel ABI differences Since version 2.13, the glibc .BR getrlimit () and diff --git a/man2/utimensat.2 b/man2/utimensat.2 index 9127f7e88..ec03463a1 100644 --- a/man2/utimensat.2 +++ b/man2/utimensat.2 @@ -456,7 +456,7 @@ succeeds even if the file referred to by and .I pathname does not exist. -.SS C library/ kernel ABI differences +.SS C library/kernel ABI differences On Linux, .BR futimens () is a library function implemented on top of the