diff options
author | Jim Meyering <jim@meyering.net> | 1994-05-13 13:44:07 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1994-05-13 13:44:07 +0000 |
commit | af6e86c53709b2823d46903f5c8d1e56e5bd714c (patch) | |
tree | 278d9b3081606f1def8a548bc853f21aaa38c531 /src | |
parent | 1f53ad080351ddde8186f4bf72dcaa1673758496 (diff) | |
download | coreutils-af6e86c53709b2823d46903f5c8d1e56e5bd714c.tar.xz |
.
Diffstat (limited to 'src')
-rw-r--r-- | src/hostname.c | 2 |
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) |