diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-12-24 13:41:48 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-12-24 13:41:48 +0000 |
| commit | facc67676f0239e4912f737638710058315d9fc7 (patch) | |
| tree | 3a2594ccf0dfa39e2b9d787edfbc673670ae29da /share/man/man9/device_set_flags.9 | |
| parent | fcb18f74b4c7b87af01dea8ad0793c8c57333d54 (diff) | |
Notes
Diffstat (limited to 'share/man/man9/device_set_flags.9')
| -rw-r--r-- | share/man/man9/device_set_flags.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/device_set_flags.9 b/share/man/man9/device_set_flags.9 index 70bb8508ad2b..b5304cc47932 100644 --- a/share/man/man9/device_set_flags.9 +++ b/share/man/man9/device_set_flags.9 @@ -46,9 +46,9 @@ Each device supports a set of driver-dependent flags which are often used to control device behaviour. These flags are read by calling -.Xr device_get_flags 9 +.Fn device_get_flags and written by calling -.Xr device_set_flags 9 . +.Fn device_set_flags . .Sh SEE ALSO .Xr device 9 .Sh AUTHORS |
