diff options
| author | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2006-10-31 21:12:43 +0000 |
|---|---|---|
| committer | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2006-10-31 21:12:43 +0000 |
| commit | 1d2aee20b8fd3a6799fb682cddf197358b2f60cd (patch) | |
| tree | 07dd690b1b3a4b092441c9211b64625a2b9015a8 /share | |
| parent | c3618c657a120cc152f3ff15995e3f690b17ba57 (diff) | |
Notes
Diffstat (limited to 'share')
| -rw-r--r-- | share/man/man9/disk.9 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/share/man/man9/disk.9 b/share/man/man9/disk.9 index d8d446baf44a0..d07161335c943 100644 --- a/share/man/man9/disk.9 +++ b/share/man/man9/disk.9 @@ -94,8 +94,10 @@ Currently supported flags are (maintained by device driver), .Dv DISKFLAG_OPEN (maintained by storage framework), -and .Dv DISKFLAG_CANDELETE +(maintained by device driver), +and +.Dv DISKFLAG_CANFLUSHCACHE (maintained by device driver). .It Vt "const char *" Va d_name Holds the name of the storage device class, e.g., |
