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

Diff for /openbsd/fw_update/fw_install.8 between version 1.3 and 1.8

version 1.3, 2021/12/23 20:25:40 version 1.8, 2021/12/25 19:03:56
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 d | D | L  .Op Fl d | D
 .Op Fl v  .Op Fl anv
   .Op Fl p Ar path
 .Op Ar driver | file ...  .Op Ar driver | file ...
 .Sh DESCRIPTION  .Sh DESCRIPTION
 The  The
Line 35 
Line 36 
 .Pp  .Pp
 The options are as follows:  The options are as follows:
 .Bl -tag -width Ds  .Bl -tag -width Ds
   .It Fl a
   Detect firmware to be installed or deleted.
   Cannot be used when specifying names.
   Automatically enabled when installing if no specific names are passed.
 .It Fl d  .It Fl d
 Delete the specified firmware.  Delete the specified firmware.
 Required additional arguments are a list of full package or driver names.  Required additional arguments are a list of full package or driver names.
 .It Fl D  .It Fl D
 Download firmware packages to the current working directory,  Download firmware packages to the current working directory,
 without installing them.  without installing them.
 .It Fl L  .It Fl n
 Install firmware from a local copy in the current directory.  Dry run.  Don't actually perform actions,
 .El  just print out what would be done.
   .It Fl p Ar path
   Use the firmware found at package repository
   .Ar path ,
   being either a local directory or a URL,
   instead of the default location.
 .It Fl v  .It Fl v
 Enable verbose mode.  Enable verbose mode.
   .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

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

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