[LTP] [PATCH 3/3] link08: Convert docs to docparse
Yang Xu (Fujitsu)
xuyang2018.jy@fujitsu.com
Fri Oct 13 07:45:57 CEST 2023
Hi Petr,
Hi Xu,
could you please fixes the formating errors and the grammar?
...
ok.
+ * - link() fails with -1 return value and sets errno to EXDEV
+ * if oldpath and newpath are not on the same mounted file system( Linux
* if the old path and the new path are not on the same mounted file system (Linux
+ * permits a file system to be mounted at multiple points, but link()
+ * does not work across different mount points, even if the same
+ * file system is mounted on both. ).
* file system is mounted on both).
Kind regards,
Petr
+ * - link() fails with -1 return value and sets errno to EROFS
+ * if the file is on a read-only file system.
+ * - link() fails with -1 return value and sets errno to ELOOP
+ * if too many symbolic links were encountered in resolving path.
*/
+
#include <errno.h>
#include "tst_test.h"
Best Regards
Yang Xu
More information about the ltp
mailing list