networking.7: remove confusing caveat

+ service routing restart breaks on dhcp
+ change my copyright from inbox to home

Fixes:		75eda009
MFC after:	3 days
Reported by:	Graham Perrin, zlei
Reviewed by:	imp
Pull Request:	https://github.com/freebsd/freebsd-src/pull/1316

(cherry picked from commit c55f56de9da11e11ee950993afe8b8575d8daa56)
This commit is contained in:
Alexander Ziaee 2024-07-04 20:50:25 -04:00 committed by Warner Losh
parent 95c2807925
commit 18606111ec

View file

@ -1,7 +1,7 @@
.\"-
.\" SPDX-License-Identifier: BSD-2-Clause
.\"
.\" Copyright (c) 2024 Alexander Ziaee <concussious@runbox.com>
.\" Copyright (c) 2024 Alexander Ziaee. Ohio.
.\"
.Dd April 17, 2024
.Dt "NETWORKING" 7
@ -92,10 +92,3 @@ will need to be escaped for
commonly using
.Ql \e ,
see the manual page for your shell for more details.
.Pp
Currently
.Ql Ic service netif restart
does not restart routing.
A common workaround is to issue
.Ql Ic service netif restart && service routing restart
instead.