]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - disk-utils/raw.8
Manual pages: order NOTES / HISTORY / BUGS / EXAMPLE consistently
[thirdparty/util-linux.git] / disk-utils / raw.8
index fcf996c5b41aacfc210833e2ef1eb132ef710b53..ba9fd256a81b302fdbc141e49b925afde0f3dce7 100644 (file)
@@ -75,6 +75,10 @@ Display help text and exit.
 \fB\-V\fR, \fB\-\-version\fR
 Display version information and exit.
 
+.SH NOTES
+Rather than using raw devices applications should prefer
+.BR open (2)
+devices, such as /dev/sda1, with the O_DIRECT flag.
 .SH BUGS
 The Linux
 .BR dd (1)
@@ -88,10 +92,6 @@ device buffer cache.  If you use raw I/O to overwrite data already in
 the buffer cache, the buffer cache will no longer correspond to the
 contents of the actual storage device underneath.  This is deliberate,
 but is regarded either a bug or a feature depending on who you ask!
-.SH NOTES
-Rather than using raw devices applications should prefer
-.BR open (2)
-devices, such as /dev/sda1, with the O_DIRECT flag.
 .SH AUTHORS
 Stephen Tweedie (sct@redhat.com)
 .SH AVAILABILITY