summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2006-12-13 13:26:32 +0000
committerpjd <pjd@FreeBSD.org>2006-12-13 13:26:32 +0000
commit575c21f380478b6554f6ec5aa55431f9897a8f9b (patch)
treeb43d160f177e926f2a8ef026cb48fa33a560c187
parentd6502b0c19d9d223fe76511328106f510ff23d3e (diff)
downloadFreeBSD-src-575c21f380478b6554f6ec5aa55431f9897a8f9b.zip
FreeBSD-src-575c21f380478b6554f6ec5aa55431f9897a8f9b.tar.gz
Better wording.
-rw-r--r--lib/libc/sys/mkdir.22
-rw-r--r--lib/libc/sys/mkfifo.22
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/mkdir.2 b/lib/libc/sys/mkdir.2
index e5d0b7e..477833a 100644
--- a/lib/libc/sys/mkdir.2
+++ b/lib/libc/sys/mkdir.2
@@ -84,7 +84,7 @@ see the
.Xr chflags 2
manual page for more information.
.It Bq Er EROFS
-The named file resides on a read-only file system.
+The named directory would reside on a read-only file system.
.It Bq Er EEXIST
The named file exists.
.It Bq Er ENOSPC
diff --git a/lib/libc/sys/mkfifo.2 b/lib/libc/sys/mkfifo.2
index 68b7858..eec49d4 100644
--- a/lib/libc/sys/mkfifo.2
+++ b/lib/libc/sys/mkfifo.2
@@ -84,7 +84,7 @@ is denied on the parent directory of the fifo to be created.
.It Bq Er ELOOP
Too many symbolic links were encountered in translating the pathname.
.It Bq Er EROFS
-The named file resides on a read-only file system.
+The named file would reside on a read-only file system.
.It Bq Er EEXIST
The named file exists.
.It Bq Er EPERM
OpenPOWER on IntegriCloud