diff options
-rw-r--r-- | share/man/man9/EVENTHANDLER.9 | 2 | ||||
-rw-r--r-- | share/man/man9/OF_node_from_xref.9 | 2 | ||||
-rw-r--r-- | share/man/man9/ieee80211.9 | 2 | ||||
-rw-r--r-- | share/man/man9/socket.9 | 2 | ||||
-rw-r--r-- | share/man/man9/tcp_functions.9 | 5 | ||||
-rw-r--r-- | share/man/man9/ucred.9 | 1 |
6 files changed, 7 insertions, 7 deletions
diff --git a/share/man/man9/EVENTHANDLER.9 b/share/man/man9/EVENTHANDLER.9 index bf9877032796..9fca3d414eac 100644 --- a/share/man/man9/EVENTHANDLER.9 +++ b/share/man/man9/EVENTHANDLER.9 @@ -299,7 +299,7 @@ Callback invoked when an interfance has been removed from an interface group. .It Vt ifaddr_event Callbacks invoked when an address is set up on a network interface. .It Vt ifaddr_event_ext -Callback invoked when an address has been added or removed from an interface. +Callback invoked when an address has been added or removed from an interface. .It Vt if_clone_event Callbacks invoked when an interface is cloned. .It Vt iflladdr_event diff --git a/share/man/man9/OF_node_from_xref.9 b/share/man/man9/OF_node_from_xref.9 index 9afaabc271b8..fd4fae8c5375 100644 --- a/share/man/man9/OF_node_from_xref.9 +++ b/share/man/man9/OF_node_from_xref.9 @@ -64,7 +64,7 @@ the values of "phandle" properties. and .Fn OF_xref_from_node are used to perform conversion between these two kinds of node -identifiers. +identifiers. .Pp .Fn OF_node_from_xref returns the kernel phandle for the effective phandle diff --git a/share/man/man9/ieee80211.9 b/share/man/man9/ieee80211.9 index 1529238d20a9..a6900bd57799 100644 --- a/share/man/man9/ieee80211.9 +++ b/share/man/man9/ieee80211.9 @@ -706,7 +706,7 @@ and were later ported to This man page was updated with the information from .Nx .Nm -man page. +man page. .Sh AUTHORS .An -nosplit The original diff --git a/share/man/man9/socket.9 b/share/man/man9/socket.9 index 1a2972bbaee1..ddf6af7c2e0e 100644 --- a/share/man/man9/socket.9 +++ b/share/man/man9/socket.9 @@ -56,7 +56,7 @@ .Fn sodisconnect "struct socket *so" .Ft void .Fo sodtor_set -.Fa "struct socket *so" +.Fa "struct socket *so" .Fa "void (*func)(struct socket *)" .Fc .Ft struct sockaddr * diff --git a/share/man/man9/tcp_functions.9 b/share/man/man9/tcp_functions.9 index 93d5b810e6d9..d0fb8ee2b217 100644 --- a/share/man/man9/tcp_functions.9 +++ b/share/man/man9/tcp_functions.9 @@ -281,8 +281,9 @@ for that socket, the kernel will call the function pointed to by the .Va tfb_tcp_handoff_ok field. The function should return 0 if the user is allowed to switch the socket to use -the TCP stack. Otherwise, the function should return an error code, which will -be returned to the user. +the TCP stack. +Otherwise, the function should return an error code, which will be returned to +the user. If the .Va tfb_tcp_handoff_ok field is diff --git a/share/man/man9/ucred.9 b/share/man/man9/ucred.9 index 44cbe00f5ef4..eb25ac612b5c 100644 --- a/share/man/man9/ucred.9 +++ b/share/man/man9/ucred.9 @@ -143,7 +143,6 @@ and appropriately sets fields in the latter that are not present in the former (e.g., .Va cr_version ) . -.Pp .Sh RETURN VALUES .Fn crget , .Fn crhold , |