diff options
author | Jim Meyering <jim@meyering.net> | 2000-10-22 14:03:33 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-10-22 14:03:33 +0000 |
commit | 1bc1a37f86617750ec5900ecd69f2c183af3f801 (patch) | |
tree | bc353214a69cdfeaaf9907b6ae371871be178e3f /src | |
parent | 674233fb7229200baec305bb568a9aa84ee2d664 (diff) | |
download | coreutils-1bc1a37f86617750ec5900ecd69f2c183af3f801.tar.xz |
fix typo
Diffstat (limited to 'src')
-rw-r--r-- | src/dd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |