Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man9 pkgqueue(9): fix some nits, remove trailing w...
details: https://anonhg.NetBSD.org/src/rev/de32316eaa8d
branches: trunk
changeset: 369875:de32316eaa8d
user: wiz <wiz%NetBSD.org@localhost>
date: Mon Sep 05 09:18:39 2022 +0000
description:
pkgqueue(9): fix some nits, remove trailing whitespace
diffstat:
share/man/man9/pktqueue.9 | 20 ++++++++++----------
1 files changed, 10 insertions(+), 10 deletions(-)
diffs (73 lines):
diff -r 02b8396c49a4 -r de32316eaa8d share/man/man9/pktqueue.9
--- a/share/man/man9/pktqueue.9 Mon Sep 05 04:52:53 2022 +0000
+++ b/share/man/man9/pktqueue.9 Mon Sep 05 09:18:39 2022 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: pktqueue.9,v 1.1 2022/09/04 21:37:50 thorpej Exp $
+.\" $NetBSD: pktqueue.9,v 1.2 2022/09/05 09:18:39 wiz Exp $
.\"
.\" Copyright (c) 2022 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -28,7 +28,7 @@
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
.Dd September 3, 2022
-.Dt pktqueue 9
+.Dt PKTQUEUE 9
.Os
.Sh NAME
.Nm pktqueue ,
@@ -42,7 +42,7 @@
.Nm pktq_set_maxlen ,
.Nm pktq_rps_hash ,
.Nm pktq_sysctl_setup ,
-.Nm sysctl_pktq_rps_hash_handler ,
+.Nm sysctl_pktq_rps_hash_handler
.Nd Lockless network protocol input queues with integrated ISR scheduling
.Sh SYNOPSIS
.In net/pktqueue.h
@@ -96,7 +96,7 @@
.Dv SOFTINT_NET .
.It Fn pktq_destroy "pq"
Destroy the specified packet queue.
-The caller is reponsible for ensuring that no packets remain in the queue
+The caller is responsible for ensuring that no packets remain in the queue
prior to calling this function.
.It Fn pktq_enqueue "pq" "m" "hash"
Enqueue the packet
@@ -127,7 +127,7 @@
operation on all packet queues.
.It Fn pktq_flush "pq"
This function removes and frees all packets in the specified queue.
-The caller is reponsible for ensuring that no calls to
+The caller is responsible for ensuring that no calls to
.Fn pktq_enqueue
or
.Fn pktq_dequeue
@@ -204,8 +204,8 @@
.Pc .
.El
.Sh CODE REFERENCES
-The
-.Nm
+The
+.Nm
interface is implemented within the file
.Pa net/pktqueue.c .
.Pp
@@ -247,13 +247,13 @@
the queue.
.\" .Sh EXAMPLES
.Sh SEE ALSO
+.Xr sysctl 8 ,
.Xr kpreempt 9 ,
.Xr pcq 9 ,
.Xr softintr 9 ,
-.Xr sysctl 8 ,
.Xr sysctl 9
.Sh HISTORY
-The
-.Nm
+The
+.Nm
interface first appeared in
.Nx 7.0 .
Home |
Main Index |
Thread Index |
Old Index