[PATCH v1 3/4] man/man2/utime.2: SYNOPSIS: ffix
From: <hidden>
Date: 2025-12-30 06:43:58
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: <hidden>
Date: 2025-12-30 06:43:58
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Seth McDonald <redacted> Increments the indentation of the times parameter in the utimes(2) prototype by one space. Signed-off-by: Seth McDonald <redacted> --- man/man2/utime.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man/man2/utime.2 b/man/man2/utime.2
index 94307a5b90..e044f15b06 100644
--- a/man/man2/utime.2
+++ b/man/man2/utime.2@@ -18,7 +18,7 @@ .SH SYNOPSIS .B #include <sys/time.h> .P .BI "int utimes(const char *" path , -.BI " const struct timeval " times "[_Nullable 2]);" +.BI " const struct timeval " times "[_Nullable 2]);" .fi .SH DESCRIPTION .B Note:
--
2.47.3