From: Jim Meyering Date: Sun, 22 Oct 2000 14:03:33 +0000 (+0000) Subject: fix typo X-Git-Tag: TEXTUTILS-2_0_8~13 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1bc1a37f86617750ec5900ecd69f2c183af3f801;p=thirdparty%2Fcoreutils.git fix typo --- diff --git a/src/dd.c b/src/dd.c index 6eaf8fed10..6a4ef9c458 100644 --- a/src/dd.c +++ b/src/dd.c @@ -734,7 +734,7 @@ buggy_lseek_support (int fdesc) on some special files but doesn't return an error, either. In particular, the Linux tape drivers are a problem. For example, when I did the following using dd-4.0y or earlier on a - Linux-2.2.17 system with a Exabyte SCSI tape drive: + Linux-2.2.17 system with an Exabyte SCSI tape drive: dev=/dev/nst0 reset='mt -f $dev rewind; mt -f $dev fsf 1'