=================================================================== RCS file: /cvs/openbsd/fw_update/Attic/fw_install.1,v retrieving revision 1.1 retrieving revision 1.6 diff -u -r1.1 -r1.6 --- openbsd/fw_update/Attic/fw_install.1 2021/12/15 02:15:40 1.1 +++ openbsd/fw_update/Attic/fw_install.1 2021/12/19 20:08:06 1.6 @@ -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.6 2021/12/19 20:08:06 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 19 2021 $ .Dt FW_INSTALL 1 .Os .Sh NAME @@ -22,7 +22,7 @@ .Nd download and install non-free firmware packages .Sh SYNOPSIS .Nm -.Op Fl DL +.Op Fl D | L .Op Ar driver | file ... .Sh DESCRIPTION The @@ -30,19 +30,20 @@ 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. -.It -L -Installs firmware from a local copy the current directory. +.It Fl D +Download firmware packages to the current working directory, +without installing them. +.It Fl L +Install firmware from a local copy in the current directory. .El .Pp Additional arguments are taken as device names for which filenames will be looked up -or as filenames of firmware packages be installed. +or as filenames of firmware packages to be installed. If no additional arguments are given, .Nm searches @@ -51,9 +52,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 +76,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