mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Doc fix.
Submitted by: Martin Kammerhofer <mkamm@sbox.tu-graz.ac.at>
This commit is contained in:
parent
99c84d8a82
commit
79c900d0f7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45492
2 changed files with 4 additions and 4 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= mtools
|
PORTNAME= mtools
|
||||||
PORTVERSION= 3.9.7
|
PORTVERSION= 3.9.7
|
||||||
PORTREVISION= 6
|
PORTREVISION= 7
|
||||||
CATEGORIES= emulators
|
CATEGORIES= emulators
|
||||||
MASTER_SITES= ftp://ftp.tux.org/pub/knaff/mtools/ \
|
MASTER_SITES= ftp://ftp.tux.org/pub/knaff/mtools/ \
|
||||||
http://mtools.linux.lu/
|
http://mtools.linux.lu/
|
||||||
|
|
|
@ -33,13 +33,13 @@
|
||||||
+drive a: file="/dev/fd0"
|
+drive a: file="/dev/fd0"
|
||||||
+drive b: file="/dev/fd1"
|
+drive b: file="/dev/fd1"
|
||||||
+
|
+
|
||||||
+# Drive T: is a 1.72M floppy format with 80 cylinders, double sided (2 heads),
|
+# Drive T: is a 1.72M floppy format with 82 cylinders, double sided (2 heads),
|
||||||
+# and 43 sectors of size 256 bytes per track. It uses the same
|
+# and 21 sectors of size 512 bytes per track. It uses the same
|
||||||
+# floppy disk drive (fd0) as drive A: above.
|
+# floppy disk drive (fd0) as drive A: above.
|
||||||
+#
|
+#
|
||||||
+# Example: To prepare and use a 1.72M floppy on FreeBSD:
|
+# Example: To prepare and use a 1.72M floppy on FreeBSD:
|
||||||
+# [1] low level format with ......... fdformat /dev/fd0.1720
|
+# [1] low level format with ......... fdformat /dev/fd0.1720
|
||||||
+# [2] write a file system with ...... mformat -t 80 -h 2 -s 43 -S 1 t:
|
+# [2] write a file system with ...... mformat -t 82 -h 2 -n 21 t:
|
||||||
+# [3] then use mcopy/mdir etc. in the usual way.
|
+# [3] then use mcopy/mdir etc. in the usual way.
|
||||||
+#
|
+#
|
||||||
+# The above note on access permissions applies to /dev/fd0.1720 as well.
|
+# The above note on access permissions applies to /dev/fd0.1720 as well.
|
||||||
|
|
Loading…
Add table
Reference in a new issue