diff options
author | charnier <charnier@FreeBSD.org> | 1999-10-17 15:52:26 +0000 |
---|---|---|
committer | charnier <charnier@FreeBSD.org> | 1999-10-17 15:52:26 +0000 |
commit | 1a5e1018dbce6bab3563265824dbe39819e88f28 (patch) | |
tree | e2bd43c2ee01686077fe63e4b4ea5be4a27c934f /usr.sbin/fdcontrol | |
parent | 8eb0be13fb3b3e17787f9f59f46410ddb4b601e3 (diff) | |
download | FreeBSD-src-1a5e1018dbce6bab3563265824dbe39819e88f28.zip FreeBSD-src-1a5e1018dbce6bab3563265824dbe39819e88f28.tar.gz |
Xref to warn(3) which is used instead of perror.
Diffstat (limited to 'usr.sbin/fdcontrol')
-rw-r--r-- | usr.sbin/fdcontrol/fdcontrol.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/fdcontrol/fdcontrol.8 b/usr.sbin/fdcontrol/fdcontrol.8 index 9127978..5e8fd57 100644 --- a/usr.sbin/fdcontrol/fdcontrol.8 +++ b/usr.sbin/fdcontrol/fdcontrol.8 @@ -72,7 +72,7 @@ currently used value. Error codes for the underlying .Xr ioctl 2 commands are printed by the -.Xr perror 3 +.Xr warn 3 facility. .Sh BUGS The @@ -87,7 +87,7 @@ 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 ioctl 2 , -.Xr perror 3 , +.Xr warn 3 , .Xr fdc 4 .Sh HISTORY .Nm Fdcontrol |