diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-03-12 12:21:09 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-03-12 12:21:09 +0000 |
commit | 46ca4a22cf421077167465274a38760e8f2e3f7b (patch) | |
tree | db4d0545de80aac6b3697e61a5ad1cfeb3387594 /share/man/man4/man4.hp300 | |
parent | c39d8926d25b9f07c04600dd6e93f00e3e5efa22 (diff) |
escape `.' at eol to avoid double spacing issue;
Diffstat (limited to 'share/man/man4/man4.hp300')
-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. |