summaryrefslogtreecommitdiffstats
path: root/bin/sh/error.c
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2002-05-16 01:57:20 +0000
committertrhodes <trhodes@FreeBSD.org>2002-05-16 01:57:20 +0000
commit56036d26233ff609be6306f948bdbebc57075335 (patch)
treea6535f7145cab2b794accc91e7549be9d65f90f6 /bin/sh/error.c
parent24cc1f8e45f072238cecb4ba927e38f90d1627f5 (diff)
downloadFreeBSD-src-56036d26233ff609be6306f948bdbebc57075335.zip
FreeBSD-src-56036d26233ff609be6306f948bdbebc57075335.tar.gz
Consistancy check s/file system/filesystem/
Reviewed by: brian
Diffstat (limited to 'bin/sh/error.c')
-rw-r--r--bin/sh/error.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/sh/error.c b/bin/sh/error.c
index fd25a95..0cf20b3 100644
--- a/bin/sh/error.c
+++ b/bin/sh/error.c
@@ -211,7 +211,7 @@ STATIC const struct errname errormsg[] = {
{ EMFILE, ALL, "too many open files" },
#endif
{ ENFILE, ALL, "file table overflow" },
- { ENOSPC, ALL, "file system full" },
+ { ENOSPC, ALL, "filesystem full" },
#ifdef EDQUOT
{ EDQUOT, ALL, "disk quota exceeded" },
#endif
@@ -219,7 +219,7 @@ STATIC const struct errname errormsg[] = {
{ ENOSR, ALL, "no streams resources" },
#endif
{ ENXIO, ALL, "no such device or address" },
- { EROFS, ALL, "read-only file system" },
+ { EROFS, ALL, "read-only filesystem" },
{ ETXTBSY, ALL, "text busy" },
#ifdef SYSV
{ EAGAIN, E_EXEC, "not enough memory" },
OpenPOWER on IntegriCloud