diff options
author | alex <alex@FreeBSD.org> | 1996-07-14 17:51:08 +0000 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 1996-07-14 17:51:08 +0000 |
commit | b3eaec8941075071ac8fb652adaad1e6b2a4b431 (patch) | |
tree | 1e5d0d5b18acdec3e75c1b62c6269a2796f876ef /sbin | |
parent | e18bc018d89708d1b63476116066563d36955317 (diff) | |
download | FreeBSD-src-b3eaec8941075071ac8fb652adaad1e6b2a4b431.zip FreeBSD-src-b3eaec8941075071ac8fb652adaad1e6b2a4b431.tar.gz |
Grammar fix described by wollman in response to PR 1363.
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/ifconfig/ifconfig.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/ifconfig/ifconfig.c b/sbin/ifconfig/ifconfig.c index 0fdb953..00d7bd3 100644 --- a/sbin/ifconfig/ifconfig.c +++ b/sbin/ifconfig/ifconfig.c @@ -382,7 +382,7 @@ main(argc, argv) free(buf); if (all == 0) - errx(1, "interface %s does not exist..", name); + errx(1, "interface %s does not exist", name); exit (0); |