From 9fdf5845fc87135c4f68bce79f72a25d07130240 Mon Sep 17 00:00:00 2001 From: Pádraig Brady Date: Mon, 6 Apr 2009 07:43:49 +0100 Subject: maint: Clarify ambiguous refs to Linux kernels or GNU/Linux systems * README-prereq: s_linux_GNU/Linux_ or s_linux_Linux kernel_ * README-valgrind: ditto * src/chown-core.c: ditto * src/dd.c: ditto * src/df.c: ditto * src/ls.c: ditto * src/mv.c: ditto * src/pwd.c: ditto * src/remove.c: ditto * src/shred.c: ditto * src/stat.c: ditto * src/su.c: ditto * src/system.h: ditto * src/timeout.c: ditto * src/truncate.c: ditto --- src/mv.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mv.c') diff --git a/src/mv.c b/src/mv.c index 73bd3eff7..061323632 100644 --- a/src/mv.c +++ b/src/mv.c @@ -243,9 +243,9 @@ movefile (char *source, char *dest, bool dest_is_dir, /* This code was introduced to handle the ambiguity in the semantics of mv that is induced by the varying semantics of the rename function. - Some systems (e.g., Linux) have a rename function that honors a + Some systems (e.g., GNU/Linux) have a rename function that honors a trailing slash, while others (like Solaris 5,6,7) have a rename - function that ignores a trailing slash. I believe the Linux + function that ignores a trailing slash. I believe the GNU/Linux rename semantics are POSIX and susv2 compliant. */ if (remove_trailing_slashes) -- cgit v1.2.3-54-g00ecf