diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-11-22 16:41:45 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-11-22 16:41:45 +0000 |
commit | 3b8d7483df4862bdc5bedcefca286532c206b52a (patch) | |
tree | 6ef7a561ba40c6e7d139a01963d87d89be171de5 /share/man/man9/loadfirmware.9 | |
parent | 5cf841df774555e30a0f5eddb5e8eadef61dfc1f (diff) |
tweaks;
Diffstat (limited to 'share/man/man9/loadfirmware.9')
-rw-r--r-- | share/man/man9/loadfirmware.9 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/loadfirmware.9 b/share/man/man9/loadfirmware.9 index aa6f472ab68..99960615f05 100644 --- a/share/man/man9/loadfirmware.9 +++ b/share/man/man9/loadfirmware.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: loadfirmware.9,v 1.1 2004/11/22 04:32:38 deraadt Exp $ +.\" $OpenBSD: loadfirmware.9,v 1.2 2004/11/22 16:41:44 jmc Exp $ .\" .\" Copyright (c) 2004 Theo de Raadt .\" All rights reserved. @@ -31,7 +31,7 @@ The function loads a firmware from the file specified by .Ar filename in the directory -.Pa /etc/firmware Ns . +.Pa /etc/firmware . Memory for the firmware is allocated using .Xr malloc 9 with type @@ -43,7 +43,7 @@ If no longer needed, the firmware buffer can be freed using .Xr free 9 with type -.Va M_DEVBUF. +.Va M_DEVBUF . .Sh RETURN VALUES If successful, .Ar buf |