From b45f3bdfd7dcd719668e0a82c2bac43298b8a6e2 Mon Sep 17 00:00:00 2001 From: Christian Weisgerber Date: Tue, 16 Jun 2020 15:43:44 +0000 Subject: typos --- share/man/man9/stoeplitz_to_key.9 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/share/man/man9/stoeplitz_to_key.9 b/share/man/man9/stoeplitz_to_key.9 index 19ad84f8036..24ccd95932b 100644 --- a/share/man/man9/stoeplitz_to_key.9 +++ b/share/man/man9/stoeplitz_to_key.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: stoeplitz_to_key.9,v 1.2 2020/06/16 13:57:19 jmc Exp $ +.\" $OpenBSD: stoeplitz_to_key.9,v 1.3 2020/06/16 15:43:43 naddy Exp $ .\" .\" Copyright (c) 2020 David Gwynne .\" @@ -22,7 +22,7 @@ .Nm stoeplitz_hash_ip4 , .Nm stoeplitz_hash_ip4port , .Nm stoeplitz_hash_ip6 , -.Nm stoeplitz_hash_ip4port +.Nm stoeplitz_hash_ip6port .Nd symmetric Toeplitz hash API .Sh SYNOPSIS .In net/toeplitz.h @@ -54,7 +54,7 @@ .Fc .Sh DESCRIPTION The Toeplitz hash algorithm is commonly used by network interface -controllers to to generate a short hash based on the value of fields +controllers to generate a short hash based on the value of fields in network packet headers. .\" mention RSS? The resulting hash value can be used as a flow identifier, which @@ -73,7 +73,7 @@ property. The .Fn stoeplitz_to_key function generates a Toeplitz key for use by a network interface -controller based on the systems symmetric Toeplitz key. +controller based on the system's symmetric Toeplitz key. A Toeplitz key of .Fa keylen bytes will be written to the buffer referenced by the @@ -110,7 +110,7 @@ interrupt context. .Fn stoeplitz_hash_ip6 , and .Fn stoeplitz_hash_ip6port -return a 16 bit hash value in host byte order. +return a 16-bit hash value in host byte order. .\" .Sh SEE ALSO .\" .Xr mbuf 9 , .\" .Xr spl 9 -- cgit v1.2.3