]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Fri, 13 May 1994 13:44:07 +0000 (13:44 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 13 May 1994 13:44:07 +0000 (13:44 +0000)
src/hostname.c

index 7f8e45aa0b3d46cb549d1a3174f01e224207bfea..300dac405861beae39970a159eb2815f872ad2ce 100644 (file)
@@ -84,7 +84,7 @@ main (argc, argv)
     }
 #else
   if (argc == 2)
-    error (1, 0, "cannot set hostname; this system lacks the system call");
+    error (1, 0, "cannot set hostname; this system lacks the functionality");
 #endif
 
   if (argc == 1)