]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
ffix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 20 Jun 2007 20:56:49 +0000 (20:56 +0000)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 20 Jun 2007 20:56:49 +0000 (20:56 +0000)
man4/initrd.4
man4/ram.4
man4/sd.4

index 59b707b1a203c8a4a3aa68db04de6e26eb2c0cf3..28c30db7dfb2a4014d4fc49b0532b4437239cf92 100644 (file)
@@ -372,6 +372,7 @@ already created, it can be created with the following commands:
         chown root:disk /dev/initrd
 \fP
 .fi
+.PP
 Also, support for both "RAM disk" and "Initial RAM disk"
 (e.g.
 .BR CONFIG_BLK_DEV_RAM=y " and " CONFIG_BLK_DEV_INITRD=y
index 14726199630b0156b35aa3457f4f00a2476afc38..1f4ebbcc8d7f2a4dac37abdee3a90016d750a65f 100644 (file)
@@ -25,7 +25,7 @@
 .SH NAME
 ram \- ram disk device
 .SH DESCRIPTION
-The \fBRam\fP device is a block device to access the ram disk in raw mode.
+The \fIram\fP device is a block device to access the ram disk in raw mode.
 .LP
 It is typically created by:
 .RS
index 2683d808021ef7cffdb82da3ae6ca3db3c9d8793..082edd123a947371efd295b64bb45a21ba420fc7 100644 (file)
--- a/man4/sd.4
+++ b/man4/sd.4
@@ -76,14 +76,13 @@ HDIO_GETGEO
 Returns the BIOS disk parameters in the following structure:
 .RS
 .nf
-.ft B
+
 struct hd_geometry {
-      unsigned char heads;
-      unsigned char sectors;
-      unsigned short cylinders;
-      unsigned long start;
+    unsigned char  heads;
+    unsigned char  sectors;
+    unsigned short cylinders;
+    unsigned long  start;
 };
-.ft R
 .fi
 .RE