diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-12-12 17:26:04 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-12-12 17:26:04 +0000 |
commit | 8d5d039f80a8d31947f4e84af20e8a56d0009c32 (patch) | |
tree | 8a8960200349aa661a39654202f6e0adc5e7360e /share/man/man5/fdescfs.5 | |
parent | e66cdcd7e074533df2cf60b30ee57b5607535d28 (diff) |
Uniformly refer to a file system as "file system".
Approved by: re
Notes
Notes:
svn path=/head/; revision=107788
Diffstat (limited to 'share/man/man5/fdescfs.5')
-rw-r--r-- | share/man/man5/fdescfs.5 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man5/fdescfs.5 b/share/man/man5/fdescfs.5 index b595c664813a..8ae3de7f905c 100644 --- a/share/man/man5/fdescfs.5 +++ b/share/man/man5/fdescfs.5 @@ -43,18 +43,18 @@ .Os .Sh NAME .Nm fdescfs -.Nd file-descriptor filesystem +.Nd file-descriptor file system .Sh SYNOPSIS fdescfs /dev/fd fdescfs rw 0 0 .Sh DESCRIPTION -The file-descriptor filesystem, or +The file-descriptor file system, or .Nm , provides access to the per-process file descriptor -namespace in the global filesystem namespace. +namespace in the global file system namespace. The conventional mount point is .Pa /dev/fd . .Pp -The filesystem's contents +The file system's contents appear as a list of numbered files which correspond to the open files of the process reading the directory. @@ -95,7 +95,7 @@ are ignored. .Sh HISTORY The .Nm -filesystem first appeared in +file system first appeared in .Bx 4.4 . The .Nm |