git: 6bea97bcd4 - main - handbook/en/advanced-networking: Fix a typo
Alexander Ziaee <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by ziaee: URL: https://cgit.FreeBSD.org/doc/commit/?id=6bea97bcd4e711230d5ee6c59c57dd1345be7c37 commit 6bea97bcd4e711230d5ee6c59c57dd1345be7c37 Author: Artem Bunichev <[email protected]> AuthorDate: 2026-02-04 20:29:27 +0000 Commit: Alexander Ziaee <[email protected]> CommitDate: 2026-02-04 20:29:33 +0000 handbook/en/advanced-networking: Fix a typo Reviewed by: ziaee Differential Revision: https://reviews.freebsd.org/D55043 --- documentation/content/en/books/handbook/advanced-networking/_index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/content/en/books/handbook/advanced-networking/_index.adoc b/documentation/content/en/books/handbook/advanced-networking/_index.adoc index 7090c1cd39..1a1e3aa955 100644 --- a/documentation/content/en/books/handbook/advanced-networking/_index.adoc +++ b/documentation/content/en/books/handbook/advanced-networking/_index.adoc @@ -186,7 +186,7 @@ crossref:advanced-networking[routeflags,Commonly Seen Routing Table Flags] summa |Route involves references to Ethernet (link) hardware. |=== -On a FreeBSD system, the default route can defined in [.filename]#/etc/rc.conf# by specifying the IP address of the default gateway: +On a FreeBSD system, the default route can be defined in [.filename]#/etc/rc.conf# by specifying the IP address of the default gateway: [.programlisting] ....