diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2011-04-07 22:25:08 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2011-04-07 22:25:08 +0000 |
commit | df496a5ea3ec13084aaf0315b73a160b02b0dd47 (patch) | |
tree | f5afa417eb8a1cc36a7f287c53124f525c7191f2 | |
parent | adbc321c0b07801dd7086636461e1d41d24a2054 (diff) |
zap trailing whitespace;
-rw-r--r-- | share/man/man9/dma_alloc.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/dma_alloc.9 b/share/man/man9/dma_alloc.9 index 59ff6b20cc8..433a3e4c8e7 100644 --- a/share/man/man9/dma_alloc.9 +++ b/share/man/man9/dma_alloc.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dma_alloc.9,v 1.3 2011/04/07 21:37:55 matthew Exp $ +.\" $OpenBSD: dma_alloc.9,v 1.4 2011/04/07 22:25:07 jmc Exp $ .\" $NetBSD: pool.9,v 1.18 2001/06/21 11:59:01 wiz Exp $ .\" .\" Copyright (c) 2011 Theo de Raadt @@ -38,7 +38,7 @@ .Fc .Sh DESCRIPTION This allocator provides DMA-safe memory managed using the -.Xr pool 9 +.Xr pool 9 interface. It is safe to call in most contexts and is typically used for temporary buffers up to 65536 bytes. |