]> git.lizzy.rs Git - plan9front.git/commitdiff
add fstype(1) manpage
authorcinap_lenrek <cinap_lenrek@localhost>
Fri, 26 Aug 2011 09:12:52 +0000 (11:12 +0200)
committercinap_lenrek <cinap_lenrek@localhost>
Fri, 26 Aug 2011 09:12:52 +0000 (11:12 +0200)
sys/man/1/fstype [new file with mode: 0644]
sys/man/1/jpg

diff --git a/sys/man/1/fstype b/sys/man/1/fstype
new file mode 100644 (file)
index 0000000..d73e687
--- /dev/null
@@ -0,0 +1,50 @@
+.TH FSTYPE 1
+.SH NAME
+fstype \- determine file system type
+.SH SYNOPSIS
+.B fstype
+.I File
+.SH DESCRIPTION
+.I file
+being a partition or file system image,
+.I fstype
+determines the type of a disk filesystem and prints it.
+If the type cannot be determined, then the error status
+is set.
+.PP
+Known filesystem are:
+.TP 12
+.B 9660
+ISO9660 CD-ROM (see
+.IR dossrv (4))
+.TP
+.B dos
+FAT12/FAT16/FAT32 DOS (see
+.IR dossrv (4))
+.TP
+.B paqfs
+compressed
+.IR paqfs (4)
+.TP
+.B kfs
+Plan 9 disk file system (see
+.IR kfs (4))
+.TP
+.B fs
+32-bit and
+.TP
+.B fs64
+64-bit dump file system (see
+.IR fs (4))
+.TP
+.B cwfs
+32-bit,
+.TP
+.B cwfs64
+64-bit and
+.TP
+.B cwfs64x
+long file name cache worm file system (see
+.IR cwfs (4))
+.SH SOURCE
+.B /rc/bin/fstype
index f9b42adc543f43b04d4057217b9eebad6f13b20d..6bbb15ebdc42bce759ae578c10ff2899cefcc12e 100644 (file)
@@ -1,6 +1,6 @@
 .TH JPG 1
 .SH NAME
-jpg, gif, png, ppm, bmp, v210, yuv, ico, togif, toppm, topng, toico \- view and convert pictures
+jpg, gif, png, ppm, bmp, v210, yuv, ico, tga, togif, toppm, topng, toico \- view and convert pictures
 .SH SYNOPSIS
 .B jpg
 [
@@ -42,6 +42,13 @@ jpg, gif, png, ppm, bmp, v210, yuv, ico, togif, toppm, topng, toico \- view and
 .I file ...
 ]
 .br
+.B tga
+[
+.B -39cdektv
+] [
+.I file ...
+]
+.br
 .B yuv
 [
 .I file
@@ -105,6 +112,7 @@ These programs read, display, and write image files in public formats.
 .IR png ,
 .IR ppm ,
 .IR bmp ,
+.IR tga ,
 .IR v210 ,
 and
 .IR yuv