summaryrefslogtreecommitdiff
path: root/src/hostname.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1994-05-13 13:44:07 +0000
committerJim Meyering <jim@meyering.net>1994-05-13 13:44:07 +0000
commitaf6e86c53709b2823d46903f5c8d1e56e5bd714c (patch)
tree278d9b3081606f1def8a548bc853f21aaa38c531 /src/hostname.c
parent1f53ad080351ddde8186f4bf72dcaa1673758496 (diff)
downloadcoreutils-af6e86c53709b2823d46903f5c8d1e56e5bd714c.tar.xz
.
Diffstat (limited to 'src/hostname.c')
-rw-r--r--src/hostname.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hostname.c b/src/hostname.c
index 7f8e45aa0..300dac405 100644
--- a/src/hostname.c
+++ b/src/hostname.c
@@ -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)