diff options
author | mpp <mpp@FreeBSD.org> | 1996-12-09 08:04:55 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 1996-12-09 08:04:55 +0000 |
commit | 6c8b1af21eebb1fe0653e3aa5728cb8599b8cde2 (patch) | |
tree | e1b7b6a3f6cb81cbdec0dc2126499a0ba31888c7 /usr.sbin/fdcontrol | |
parent | f18329fad9ac3ef4fd93ebec0a3e5ec0da4b7815 (diff) | |
download | FreeBSD-src-6c8b1af21eebb1fe0653e3aa5728cb8599b8cde2.zip FreeBSD-src-6c8b1af21eebb1fe0653e3aa5728cb8599b8cde2.tar.gz |
Minor formatting/style fixes.
Submitted by: Sandro Sigala <sandro@cat.local.net> as part of PR# 2134
Diffstat (limited to 'usr.sbin/fdcontrol')
-rw-r--r-- | usr.sbin/fdcontrol/fdcontrol.8 | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/usr.sbin/fdcontrol/fdcontrol.8 b/usr.sbin/fdcontrol/fdcontrol.8 index 1f1d410..9f4ab22 100644 --- a/usr.sbin/fdcontrol/fdcontrol.8 +++ b/usr.sbin/fdcontrol/fdcontrol.8 @@ -44,7 +44,7 @@ disk device specified by .Ar device . .Ar Device should be a character device. - +.Pp .Nm Fdcontrol currently supports the specification of device parameters for the floppy disk drive @@ -57,35 +57,32 @@ floppy driver has been compiled into the kernel with the .Em DEBUG option set .Pq Fl d . - +.Pp Since the implications of such actions are considered harmful, the underlying .Xr ioctl 2 command is restricted to the super-user. - +.Pp When requesting a new parameter specification, the command asks the user for each individual tunable parameter, defaulting to the currently used value. - .Sh DIAGNOSTICS Error codes for the underlying .Xr ioctl 2 commands are printed by the .Xr perror 3 facility. - .Sh BUGS The .Nm command is currently under development. It's user interface is rather silly and likely to change in future, options should be provided to allow anything being modified from the command line. - +.Pp The driver does actually support only two debug levels .Pq 0 and 1 , where debug level 1 will generate huge amounts of output. It is likely to overflow the syslog if not used with extreme care. - .Sh SEE ALSO .Xr fdc 4 , .Xr ioctl 2 , |