From 9c9e0561d0b872899d1f58c4b756e0b3bee3e6c7 Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Sun, 4 Apr 2021 13:58:47 +0200 Subject: [PATCH] ioctl_fslabel.2: Make clear why exactly is each header needed Only the include that provides the prototype doesn't need a comment. Also sort the includes alphabetically. Signed-off-by: Alejandro Colomar Signed-off-by: Michael Kerrisk --- man2/ioctl_fslabel.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/ioctl_fslabel.2 b/man2/ioctl_fslabel.2 index 9f5e0dbbd..c597e934c 100644 --- a/man2/ioctl_fslabel.2 +++ b/man2/ioctl_fslabel.2 @@ -25,8 +25,8 @@ ioctl_fslabel \- get or set a filesystem label .SH SYNOPSIS .nf +.BR "#include " " /* Definition of " *FSLABEL* " constants */" .B #include -.B #include .PP .BI "int ioctl(int " fd ", FS_IOC_GETFSLABEL, char " label [FSLABEL_MAX]); .BI "int ioctl(int " fd ", FS_IOC_SETFSLABEL, char " label [FSLABEL_MAX]);