diff options
| author | Tom Rhodes <trhodes@FreeBSD.org> | 2002-08-21 17:32:44 +0000 |
|---|---|---|
| committer | Tom Rhodes <trhodes@FreeBSD.org> | 2002-08-21 17:32:44 +0000 |
| commit | 7d971bbf29d32d2a93e71f178b5e6aa0c544df1c (patch) | |
| tree | 170fdd70317f0e6648584759afc92e4021ebcd92 /bin/sh/error.c | |
| parent | bb7d71b99f8ee120977f6b438bda2ffe93501ff0 (diff) | |
Notes
Diffstat (limited to 'bin/sh/error.c')
| -rw-r--r-- | bin/sh/error.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/sh/error.c b/bin/sh/error.c index 2b33d29ab4a45..8c2c964a897e3 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, "filesystem full" }, + { ENOSPC, ALL, "file system 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 filesystem" }, + { EROFS, ALL, "read-only file system" }, { ETXTBSY, ALL, "text busy" }, { ENOMEM, ALL, "not enough memory" }, #ifdef ENOLINK |
