diff mbox series

[8/8] xfsprogs: remove platform_ from man xfsctl man page

Message ID 20210802215024.949616-9-preichl@redhat.com (mailing list archive)
State Deferred, archived
Headers show
Series xfsprogs: Drop the 'platform_' prefix | expand

Commit Message

Pavel Reichl Aug. 2, 2021, 9:50 p.m. UTC
---
 man/man3/xfsctl.3 | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)
diff mbox series

Patch

diff --git a/man/man3/xfsctl.3 b/man/man3/xfsctl.3
index 43c2f4eb..dc260bae 100644
--- a/man/man3/xfsctl.3
+++ b/man/man3/xfsctl.3
@@ -6,9 +6,9 @@  xfsctl \- control XFS filesystems and individual files
 .HP
 .BI "int\ xfsctl(const char *" path ", int " fd ", int " cmd ", void *" ptr );
 .PP
-.BI "int platform_test_xfs_fd(int " fd );
+.BI "int test_xfs_fd(int " fd );
 .br
-.BI "int platform_test_xfs_path(const char *" path );
+.BI "int test_xfs_path(const char *" path );
 .SH DESCRIPTION
 Some functionality specific to the XFS filesystem is accessible to
 applications through platform-specific system call interfaces.
@@ -24,11 +24,6 @@  and
 .BR fstatfs (2)
 system calls can be used to determine whether or not an arbitrary
 path or file descriptor belong to an XFS filesystem.
-These are not portable however, so the routines
-.BR platform_test_xfs_fd ()
-and
-.BR platform_test_xfs_path ()
-provide a platform-independent mechanism.
 .SS File Operations
 In order to effect an operation on an individual file, the pathname
 and descriptor arguments passed to