Hi,
This patch gets rid of the unnecessary period in xfsctl(3) man page.
Regards,
Kazuya Mio
Signed-off-by: Kazuya Mio <k-mio@xxxxxxxxxxxxx>
---
diff --git a/man/man3/xfsctl.3 b/man/man3/xfsctl.3
index 64e18df..d586ea0 100644
--- a/man/man3/xfsctl.3
+++ b/man/man3/xfsctl.3
@@ -564,7 +564,7 @@ value of zero means that the inode table has been exhausted
.B XFS_IOC_FSBULKSTAT_SINGLE
This interface is a variant of the
.B XFS_IOC_FSBULKSTAT
-interface, used to obtain information about a single inode.
+interface, used to obtain information about a single inode
for an open file in the filesystem of interest.
The same structure is used to pass information in and out of
the kernel, except no output count parameter is used (should
|