diff options
author | Karel Zak <kzak@redhat.com> | 2009-07-02 13:39:28 +0200 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2009-07-02 13:39:28 +0200 |
commit | a08273192dbbce31bf1b38e7c03cbb082508f5ba (patch) | |
tree | 05f2f48c5c33957e48f106f373e8952c947ef51f /disk-utils | |
parent | 14b613f3a90e89217f518fcc56769db5ab0fab0f (diff) | |
download | util-linux-old-a08273192dbbce31bf1b38e7c03cbb082508f5ba.tar.gz |
raw: undeprecate raw
from Linux kernel:
commit abd4aa5a97ebc0efb9a7fbc98ef0bcf39266fadf
Author: Dave Jones <davej@redhat.com>
Date: Sun Jul 15 23:40:49 2007 -0700
undeprecate raw driver
:-(
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'disk-utils')
-rw-r--r-- | disk-utils/raw.8 | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/disk-utils/raw.8 b/disk-utils/raw.8 index babdbd44..72bb17c9 100644 --- a/disk-utils/raw.8 +++ b/disk-utils/raw.8 @@ -15,11 +15,6 @@ raw \- bind a Linux raw character device .PP .B raw .B \-qa -.SH WARNING -The rawio is a deprecated interface since Linux kernel 2.6.3. Please, -modify your application to open the block device with the -O_DIRECT flag. - .SH DESCRIPTION .B raw is used to bind a Linux raw character device to a block device. Any |