[LTP] [PATCH 3/3] link08: Convert docs to docparse
Petr Vorel
pvorel@suse.cz
Thu Oct 12 12:00:22 CEST 2023
Hi Xu,
could you please fixes the formating errors and the grammar?
...
> + * - 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"
More information about the ltp
mailing list