diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-12-17 21:43:54 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-12-17 21:43:54 +0100 |
commit | 35df6c32a2c75bc15deab6577ac9cc554859a4bb (patch) | |
tree | c847491209a8e2a86555ebbd68cdac09a05657cf | |
parent | b9f23248c50cd287e2abe837685130fd407d744f (diff) | |
download | plan9front-35df6c32a2c75bc15deab6577ac9cc554859a4bb.tar.xz |
fstype(1): cleanup
-rw-r--r-- | sys/man/1/fstype | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/man/1/fstype b/sys/man/1/fstype index 748b112ec..07acd6246 100644 --- a/sys/man/1/fstype +++ b/sys/man/1/fstype @@ -3,16 +3,17 @@ fstype \- determine file system type .SH SYNOPSIS .B fstype -.I File +.I file .SH DESCRIPTION +The .I file being a partition or file system image, .I fstype -determines the type of a disk filesystem and prints it. +determines the type of a disk file system and prints it. If the type cannot be determined, then the error status is set. .PP -Known filesystem are: +Known file systems are: .TP 12 .B 9660 ISO9660 CD-ROM (see |