diff options
Diffstat (limited to 'share/man/man4/man4.hp300/hil.4')
-rw-r--r-- | share/man/man4/man4.hp300/hil.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/man4.hp300/hil.4 b/share/man/man4/man4.hp300/hil.4 index 04eec3cf9a9..fc9e53fb661 100644 --- a/share/man/man4/man4.hp300/hil.4 +++ b/share/man/man4/man4.hp300/hil.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hil.4,v 1.13 2005/01/16 01:46:17 jmc Exp $ +.\" $OpenBSD: hil.4,v 1.14 2005/03/12 12:21:08 jmc Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -108,7 +108,7 @@ and a header containing the size of the queue, and its head and tail indices. The system deposits event data at the tail of the queue, a process extracts it from the head. Extracting an event is done by copying it from the queue and then updating -the head appropriately (i.e. +the head appropriately (i.e.\& head = (head + 1) % qsize). It is up to the process to ensure that packets are removed from the queue quickly enough to prevent the queue from filling. |