From: Bjarni Ingi Gislason Date: Wed, 2 Apr 2014 23:35:29 +0000 (+0000) Subject: fsck.minix: A few typographical corrections to the manual X-Git-Tag: v2.25-rc1~311 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=897776a0d265e21341ab9a2863d399903b585c48;p=thirdparty%2Futil-linux.git fsck.minix: A few typographical corrections to the manual - between numbers changed to \(en if it means a range A full stop (.), that begins or ends a string, protected with \& Signed-off-by: Karel Zak --- diff --git a/disk-utils/fsck.minix.8 b/disk-utils/fsck.minix.8 index 4458f09a35..a8cbb26031 100644 --- a/disk-utils/fsck.minix.8 +++ b/disk-utils/fsck.minix.8 @@ -23,10 +23,10 @@ searches for files). The \fIdevice\fR name will usually have the following form: .nf .RS -/dev/hda[1-63] (IDE disk 1) -/dev/hdb[1-63] (IDE disk 2) -/dev/sda[1-15] (SCSI disk 1) -/dev/sdb[1-15] (SCSI disk 2) +/dev/hda[1\(en63] (IDE disk 1) +/dev/hdb[1\(en63] (IDE disk 2) +/dev/sda[1\(en15] (SCSI disk 1) +/dev/sdb[1\(en15] (SCSI disk 2) .RE .fi @@ -118,7 +118,7 @@ Linus Torvalds (torvalds@cs.helsinki.fi) .br Error code values by Rik Faith (faith@cs.unc.edu) .br -Added support for filesystem valid flag: Dr. Wettstein +Added support for filesystem valid flag: Dr.\& Wettstein (greg%wind.uucp@plains.nodak.edu) .br Check to prevent fsck of mounted filesystem added by Daniel Quinlan