diff options
Diffstat (limited to 'man3')
| -rw-r--r-- | man3/getcwd.3 | 2 | ||||
| -rw-r--r-- | man3/getdirentries.3 | 2 | ||||
| -rw-r--r-- | man3/getfsent.3 | 2 | ||||
| -rw-r--r-- | man3/mkfifo.3 | 4 | ||||
| -rw-r--r-- | man3/remove.3 | 2 | ||||
| -rw-r--r-- | man3/sysconf.3 | 2 | ||||
| -rw-r--r-- | man3/tmpfile.3 | 2 |
7 files changed, 8 insertions, 8 deletions
diff --git a/man3/getcwd.3 b/man3/getcwd.3 index b96d980e3b..c0c53b3118 100644 --- a/man3/getcwd.3 +++ b/man3/getcwd.3 @@ -118,7 +118,7 @@ does only return the first bytes of the actual pathname. Note that .B PATH_MAX -need not be a compile-time constant; it may depend on the filesystem +need not be a compile-time constant; it may depend on the file system and may even be unlimited. For portability and security reasons, use of .BR getwd () diff --git a/man3/getdirentries.3 b/man3/getdirentries.3 index 91f62576b5..3feed8f86a 100644 --- a/man3/getdirentries.3 +++ b/man3/getdirentries.3 @@ -26,7 +26,7 @@ .\" .TH GETDIRENTRIES 3 2007-07-26 "GNU" "Linux Programmer's Manual" .SH NAME -getdirentries \- get directory entries in a filesystem independent format +getdirentries \- get directory entries in a file system-independent format .SH SYNOPSIS .B #include <dirent.h> .sp diff --git a/man3/getfsent.3 b/man3/getfsent.3 index 99d9636e21..50b205d488 100644 --- a/man3/getfsent.3 +++ b/man3/getfsent.3 @@ -47,7 +47,7 @@ The \fIstruct fstab\fP is defined by: struct fstab { char *fs_spec; /* block device name */ char *fs_file; /* mount point */ - char *fs_vfstype; /* filesystem type */ + char *fs_vfstype; /* file-sysem type */ char *fs_mntops; /* mount options */ const char *fs_type; /* rw/rq/ro/sw/xx option */ int fs_freq; /* dump frequency, in days */ diff --git a/man3/mkfifo.3 b/man3/mkfifo.3 index 0b51fe5ba1..d86661e0a0 100644 --- a/man3/mkfifo.3 +++ b/man3/mkfifo.3 @@ -86,14 +86,14 @@ A directory component in \fIpathname\fP does not exist or is a dangling symbolic link. .TP .B ENOSPC -The directory or filesystem has no room for the new file. +The directory or file system has no room for the new file. .TP .B ENOTDIR A component used as a directory in \fIpathname\fP is not, in fact, a directory. .TP .B EROFS -\fIpathname\fP refers to a read-only filesystem. +\fIpathname\fP refers to a read-only file system. .SH "CONFORMING TO" POSIX.1-2001. .SH "SEE ALSO" diff --git a/man3/remove.3 b/man3/remove.3 index 8389a491db..231cbad324 100644 --- a/man3/remove.3 +++ b/man3/remove.3 @@ -37,7 +37,7 @@ remove \- delete a name and possibly the file it refers to .BI "int remove(const char *" pathname ); .SH DESCRIPTION .BR remove () -deletes a name from the filesystem. +deletes a name from the file system. It calls .BR unlink (2) for files, and diff --git a/man3/sysconf.3 b/man3/sysconf.3 index 57a7de3d3d..d0c454e1d7 100644 --- a/man3/sysconf.3 +++ b/man3/sysconf.3 @@ -45,7 +45,7 @@ and testing the value of certain macros. At run time, one can ask for numerical values using the present function .BR sysconf (). On can ask for numerical values that may depend -on the filesystem a file is in using the calls +on the file system a file is in using the calls .BR fpathconf (3) and .BR pathconf (3). diff --git a/man3/tmpfile.3 b/man3/tmpfile.3 index b5c6d81ab4..2ac24cab3c 100644 --- a/man3/tmpfile.3 +++ b/man3/tmpfile.3 @@ -70,7 +70,7 @@ Too many files open in the system. There was no room in the directory to add the new filename. .TP .B EROFS -Read-only filesystem. +Read-only file system. .SH "CONFORMING TO" SVr4, 4.3BSD, C89, C99, SUSv2, POSIX.1-2001. .SH NOTES |
