From 20c8cd9a657375baa1dd1b291594483cf5fbdb97 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 25 Apr 2017 13:05:15 +0200 Subject: [PATCH] statx.2: ffix Signed-off-by: Michael Kerrisk --- man2/statx.2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man2/statx.2 b/man2/statx.2 index 313232808..12e08462e 100644 --- a/man2/statx.2 +++ b/man2/statx.2 @@ -74,8 +74,8 @@ struct statx { struct statx_timestamp stx_ctime; /* Last status change */ struct statx_timestamp stx_mtime; /* Last modification */ - /* If this file represents a device, then the next two fields - contain the ID of the device */ + /* If this file represents a device, then the next two + fields contain the ID of the device */ __u32 stx_rdev_major; /* Major ID */ __u32 stx_rdev_minor; /* Minor ID */