=================================================================== RCS file: /cvs/openbsd/fw_update/Attic/fw_install.1,v retrieving revision 1.1 retrieving revision 1.3 diff -u -r1.1 -r1.3 --- openbsd/fw_update/Attic/fw_install.1 2021/12/15 02:15:40 1.1 +++ openbsd/fw_update/Attic/fw_install.1 2021/12/18 03:05:16 1.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fw_install.1,v 1.1 2021/12/15 02:15:40 afresh1 Exp $ +.\" $OpenBSD: fw_install.1,v 1.3 2021/12/18 03:05:16 afresh1 Exp $ .\" .\" Copyright (c) 2021 Andrew Hewus Fresh .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: December 15 2021 $ +.Dd $Mdocdate: December 18 2021 $ .Dt FW_INSTALL 1 .Os .Sh NAME @@ -30,14 +30,17 @@ utility downloads and installs non-free firmware packages. It is designed as a version of .Xr fw_update 1 -that can run in the limited envrionment of the installer. +that can run in the limited environment of the installer. .Pp The options are as follows: .Bl -tag -width Ds .It -D -Downloads firmware packages to the current directory without installing. +Download firmware packages without installing. +Enables +.Fl L +to use the current directory .It -L -Installs firmware from a local copy the current directory. +Installs firmware from a local copy in the current directory. .El .Pp Additional arguments are taken as @@ -51,9 +54,9 @@ .Pa firmware_patterns to find matching drivers. .Sh ENVIRONMENT -.Bl -tag -width Ds +.Bl -tag -width DESTDIRXXX .It Ev DESTDIR -The root of the system to install into +The root of the system to install into. .El .Sh FILES .Bl -tag -width Ds @@ -75,8 +78,8 @@ .Sh AUTHORS The .Nm -program as a limited version of -.Xr fw_update 1 -written by +program was designed and written by .An Andrew Hewus Fresh Aq Mt afresh1@openbsd.org +as a limited version of +.Xr fw_update 1 . .\" .Sh CAVEATS