git: c55f56de9da1 - main - networking.7: remove confusing caveat

From: Warner Losh <imp_at_FreeBSD.org>
Date: Sat, 13 Jul 2024 03:40:03 UTC
The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=c55f56de9da11e11ee950993afe8b8575d8daa56

commit c55f56de9da11e11ee950993afe8b8575d8daa56
Author:     Alexander Ziaee <concussious@runbox.com>
AuthorDate: 2024-07-05 00:50:25 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2024-07-13 03:40:09 +0000

    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
---
 share/man/man7/networking.7 | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/share/man/man7/networking.7 b/share/man/man7/networking.7
index 869812c05a9b..03e80793e98d 100644
--- a/share/man/man7/networking.7
+++ b/share/man/man7/networking.7
@@ -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.