[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.4 and 1.8

version 1.4, 2021/12/23 20:32:29 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,
   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  .El

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

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