From 2e3cf491f1fe2d2851f41e9ffe15ad322a0397bb Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 10 Nov 2016 11:23:38 +0100 Subject: [PATCH] utime.2, utimensat.2: SEE ALSO: add touch(1) Signed-off-by: Michael Kerrisk --- man2/utime.2 | 1 + man2/utimensat.2 | 1 + 2 files changed, 2 insertions(+) diff --git a/man2/utime.2 b/man2/utime.2 index a3990e33c..f31a7a50f 100644 --- a/man2/utime.2 +++ b/man2/utime.2 @@ -184,6 +184,7 @@ on an append-only file. .\" and hence does not allow a subsecond resolution. .SH SEE ALSO .BR chattr (1), +.BR touch (1), .BR futimesat (2), .BR stat (2), .BR utimensat (2), diff --git a/man2/utimensat.2 b/man2/utimensat.2 index ace80f8f3..ddbac440a 100644 --- a/man2/utimensat.2 +++ b/man2/utimensat.2 @@ -633,6 +633,7 @@ instead checks whether the .\" even if it has write permission on the file. .SH SEE ALSO .BR chattr (1), +.BR touch (1), .BR futimesat (2), .BR openat (2), .BR stat (2),