diff options
author | trhodes <trhodes@FreeBSD.org> | 2003-12-23 07:16:38 +0000 |
---|---|---|
committer | trhodes <trhodes@FreeBSD.org> | 2003-12-23 07:16:38 +0000 |
commit | 906d3e8b4da0f2f1bb782c72ede689ee6cc19c7e (patch) | |
tree | 52c63733f1d5f30eedcad8b14e2985e19fbd8b3c /sbin/comcontrol | |
parent | a0d9582fee2a30515c17d0859ce268d10a063328 (diff) | |
download | FreeBSD-src-906d3e8b4da0f2f1bb782c72ede689ee6cc19c7e.zip FreeBSD-src-906d3e8b4da0f2f1bb782c72ede689ee6cc19c7e.tar.gz |
/etc/rc.serial -> /etc/rc.d/serial.
Diffstat (limited to 'sbin/comcontrol')
-rw-r--r-- | sbin/comcontrol/comcontrol.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/comcontrol/comcontrol.8 b/sbin/comcontrol/comcontrol.8 index 2d34eb1..361ed68 100644 --- a/sbin/comcontrol/comcontrol.8 +++ b/sbin/comcontrol/comcontrol.8 @@ -43,7 +43,7 @@ to prevent modem hanging. The standard way to use .Nm is to put invocations of it in the -.Pa /etc/rc.serial +.Pa /etc/rc.d/serial startup script. .Sh SEE ALSO .Xr stty 1 , |