route: fix doc string

This commit is contained in:
Carlos Hernandez
2025-02-06 18:54:22 -07:00
parent 9c9e4d9446
commit 20064b2797

View File

@@ -14,8 +14,8 @@ import (
"golang.org/x/sys/unix"
)
// This example demonstrates how to parse a response to RTM_GET request.
func ExampleParseRIB() {
// This example demonstrates how to parse a response to RTM_GET request.
fd, err := unix.Socket(unix.AF_ROUTE, unix.SOCK_RAW, unix.AF_UNSPEC)
if err != nil {
return