From b196d1ce5cab899c9bb5e97287534b4f29be9105 Mon Sep 17 00:00:00 2001 From: Dima Dorfman Date: Sat, 25 Aug 2001 21:58:58 +0000 Subject: [PATCH] Consistently use 'queueing' instead of 'queuing'. Both spellings are correct, but the former seems to be preferred. This makes all of the section-4 manual pages consistent in this respect. --- share/man/man4/ahc.4 | 4 ++-- share/man/man4/da.4 | 2 +- share/man/man4/netgraph.4 | 4 ++-- share/man/man4/sym.4 | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/share/man/man4/ahc.4 b/share/man/man4/ahc.4 index 3e8ad58c24e5..71ca78baf651 100644 --- a/share/man/man4/ahc.4 +++ b/share/man/man4/ahc.4 @@ -105,7 +105,7 @@ and .Pp Driver features include support for twin and wide busses, fast, ultra or ultra2 synchronous transfers depending on controller type, -tagged queuing, SCB paging, and target mode. +tagged queueing, SCB paging, and target mode. .Pp Memory mapped I/O can be enabled for PCI devices with the .Dq Dv AHC_ALLOW_MEMIO @@ -213,7 +213,7 @@ operations. .Sq Bayonet style Scatter Gather Engine - Improves S/G prefetch performance. .It -Queuing Registers - Allows queuing of new transactions without pausing the +Queuing Registers - Allows queueing of new transactions without pausing the sequencer. .It Multiple Target IDs - Allows the controller to respond to selection as a diff --git a/share/man/man4/da.4 b/share/man/man4/da.4 index a17562079851..6efbb8963ef4 100644 --- a/share/man/man4/da.4 +++ b/share/man/man4/da.4 @@ -123,7 +123,7 @@ setting the The .Nm device driver will take full advantage of the SCSI feature known as tagged -queuing. Tagged queuing allows the device to process multiple transactions +queueing. Tagged queueing allows the device to process multiple transactions concurrently, often re-ordering them to reduce the number and length of seeks. To ensure that transactions to distant portions of the media, which may be deferred indefinitely by servicing requests nearer the current diff --git a/share/man/man4/netgraph.4 b/share/man/man4/netgraph.4 index d18e9b00b0d3..41affc8667bb 100644 --- a/share/man/man4/netgraph.4 +++ b/share/man/man4/netgraph.4 @@ -140,7 +140,7 @@ created at the time they are connected, and breaking an edge by removing either hook destroys both hooks. .It A hook can be set into a state where incoming packets are always queued -by the input queuing system, rather than being delivered directly. This +by the input queueing system, rather than being delivered directly. This is used when the two joined nodes need to be decoupled, e.g. if they are running at different processor priority levels. (spl) .It @@ -336,7 +336,7 @@ hooks, and the links have been made, the nodes get a chance to find out who their peer is across the link and can then decide to reject the connection. Tear-down is automatic. This is also the time at which a node may decide whether to set a particular hook (or its peer) into -.Em queuing +.Em queueing mode. .It Destruction of a hook The node is notified of a broken connection. The node may consider some hooks diff --git a/share/man/man4/sym.4 b/share/man/man4/sym.4 index 149f4afdf13d..2ab97d24371d 100644 --- a/share/man/man4/sym.4 +++ b/share/man/man4/sym.4 @@ -97,7 +97,7 @@ Driver features include support for wide SCSI busses and fast10, fast20, fast40 and fast80-dt synchronous data transfers depending on controller capabilities. It also provides generic SCSI features such as tagged command -queuing and auto-request sense. +queueing and auto-request sense. This driver is configured by default for a maximum of 446 outstanding commands per bus, 8 LUNs per target and 64 tagged tasks per LUN.