[BACK]Return to fw_install.1 CVS log [TXT][DIR] Up to [local] / openbsd / fw_update

Diff for /openbsd/fw_update/Attic/fw_install.1 between version 1.3 and 1.4

version 1.3, 2021/12/18 03:05:16 version 1.4, 2021/12/18 22:51:51
Line 22 
Line 22 
 .Nd download and install non-free firmware packages  .Nd download and install non-free firmware packages
 .Sh SYNOPSIS  .Sh SYNOPSIS
 .Nm  .Nm
 .Op Fl DL  .Op Fl D | Fl L
 .Op Ar driver | file ...  .Op Ar driver | file ...
 .Sh DESCRIPTION  .Sh DESCRIPTION
 The  The
Line 35 
Line 35 
 The options are as follows:  The options are as follows:
 .Bl -tag -width Ds  .Bl -tag -width Ds
 .It -D  .It -D
 Download firmware packages without installing.  Download firmware packages to the current working directory,
 Enables  without installing them.
 .Fl L  
 to use the current directory  
 .It -L  .It -L
 Installs firmware from a local copy in the current directory.  Installs firmware from a local copy in the current directory.
 .El  .El
 .Pp  .Pp
 Additional arguments are taken as  Additional arguments are taken as
 device names for which filenames will be looked up  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,  If no additional arguments are given,
 .Nm  .Nm
 searches  searches

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>