diff options
author | ru <ru@FreeBSD.org> | 2002-12-12 17:26:04 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-12-12 17:26:04 +0000 |
commit | 041d1287e88250bf06ad159c6c696bd653a77957 (patch) | |
tree | 8a8960200349aa661a39654202f6e0adc5e7360e /usr.bin/file | |
parent | 719bf117173e17f5286b995c031a11d553149e50 (diff) | |
download | FreeBSD-src-041d1287e88250bf06ad159c6c696bd653a77957.zip FreeBSD-src-041d1287e88250bf06ad159c6c696bd653a77957.tar.gz |
Uniformly refer to a file system as "file system".
Approved by: re
Diffstat (limited to 'usr.bin/file')
-rw-r--r-- | usr.bin/file/file.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/file/file.1 b/usr.bin/file/file.1 index 0969e2d..8cc9b99 100644 --- a/usr.bin/file/file.1 +++ b/usr.bin/file/file.1 @@ -20,7 +20,7 @@ This manual page documents version 3.39 of the .Nm utility which tests each argument in an attempt to classify it. There are three sets of tests, performed in this order: -filesystem tests, magic number tests, and language tests. +file system tests, magic number tests, and language tests. The .Em first test that succeeds causes the file type to be printed. @@ -63,7 +63,7 @@ the subdirectory .Pa Magdir in the source distribution of this program. .Pp -The filesystem tests are based on examining the return from a +The file system tests are based on examining the return from a .Xr stat 2 system call. The program checks to see if the file is empty, @@ -227,7 +227,7 @@ Specifying the option causes .Nm to also read argument files which are block or character special files. -This is useful for determining the filesystem types of the data in raw +This is useful for determining the file system types of the data in raw disk partitions, which are block special files. This option also causes .Nm |