aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorNik Clayton <nik@FreeBSD.org>1999-11-02 19:58:39 +0000
committerNik Clayton <nik@FreeBSD.org>1999-11-02 19:58:39 +0000
commitcb3af1531cc2e340178626ca605d799b4cdc6402 (patch)
tree2bfdba930e26831c0b4d3eed85a82c92a9e3de96 /share
parentf513096dfb891f65870e475cdb77e40127e5beaf (diff)
downloadsrc-cb3af1531cc2e340178626ca605d799b4cdc6402.tar.gz
src-cb3af1531cc2e340178626ca605d799b4cdc6402.zip
Fix a disappearing section due to use of (') in the text. Use the
.Sq macro instead. PR: docs/13153 Submitted by: Kazuo Horikawa <horikawa@jp.FreeBSD.org>
Notes
Notes: svn path=/head/; revision=52806
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/fdc.43
-rw-r--r--share/man/man4/man4.i386/fdc.43
2 files changed, 4 insertions, 2 deletions
diff --git a/share/man/man4/fdc.4 b/share/man/man4/fdc.4
index bae8e04f82fd..55ca47bc58e0 100644
--- a/share/man/man4/fdc.4
+++ b/share/man/man4/fdc.4
@@ -41,7 +41,8 @@ PC architecture floppy disk controller driver
This driver provides access to floppy disk drives and QIC40/80 tapedrives.
In /dev for each floppy device a number of minor devices are present. The
/dev/fd* devices with trailing alphabetic characters are used to indicate
-'partitions' on the floppy disk. The /dev/fd*.<number> are devices that
+.Sq partitions
+on the floppy disk. The /dev/fd*.<number> are devices that
indicate the size of the floppy disk (so: 720kB, 1440kB etc). The latter
are used for formatting disks using fdformat or for accessing different
density disks in multidensity drive. Example: 720kB disk in a 1.44Mb drive.
diff --git a/share/man/man4/man4.i386/fdc.4 b/share/man/man4/man4.i386/fdc.4
index bae8e04f82fd..55ca47bc58e0 100644
--- a/share/man/man4/man4.i386/fdc.4
+++ b/share/man/man4/man4.i386/fdc.4
@@ -41,7 +41,8 @@ PC architecture floppy disk controller driver
This driver provides access to floppy disk drives and QIC40/80 tapedrives.
In /dev for each floppy device a number of minor devices are present. The
/dev/fd* devices with trailing alphabetic characters are used to indicate
-'partitions' on the floppy disk. The /dev/fd*.<number> are devices that
+.Sq partitions
+on the floppy disk. The /dev/fd*.<number> are devices that
indicate the size of the floppy disk (so: 720kB, 1440kB etc). The latter
are used for formatting disks using fdformat or for accessing different
density disks in multidensity drive. Example: 720kB disk in a 1.44Mb drive.