diff options
author | ru <ru@FreeBSD.org> | 2005-02-13 23:45:54 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2005-02-13 23:45:54 +0000 |
commit | 6b6b8c04f623c7e2bd8c7ff4acaa40037b59580c (patch) | |
tree | fcca2ff76dd4bd4de63ce13f86a3138bd09a2ca3 /usr.bin/file | |
parent | 2896c0ddcb033d90d22079e179db06a254613194 (diff) | |
download | FreeBSD-src-6b6b8c04f623c7e2bd8c7ff4acaa40037b59580c.zip FreeBSD-src-6b6b8c04f623c7e2bd8c7ff4acaa40037b59580c.tar.gz |
Expand contractions.
Diffstat (limited to 'usr.bin/file')
-rw-r--r-- | usr.bin/file/file.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/file/file.1 b/usr.bin/file/file.1 index 6565a9b..7891226 100644 --- a/usr.bin/file/file.1 +++ b/usr.bin/file/file.1 @@ -68,7 +68,7 @@ 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, -or if it's some sort of special file. +or if it is some sort of special file. Any known file types appropriate to the system you are running on (sockets, symbolic links, or named pipes (FIFOs) on those systems that implement them) |