diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2011-08-02 17:35:41 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2011-08-02 17:35:41 +0000 |
commit | c2bd523f34fb5b170399045eba3a7d90d6c1fd1e (patch) | |
tree | fd8350bb444f3bae35b2b52b47a952fee7d71fc0 /usr.sbin | |
parent | b7afd7b3c55e57c5dd5d11dee72a6ad42fa13905 (diff) |
better describe what this app does, at the behest of deraadt;
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/fw_update/fw_update.1 | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/usr.sbin/fw_update/fw_update.1 b/usr.sbin/fw_update/fw_update.1 index d01111e5a15..68dad383003 100644 --- a/usr.sbin/fw_update/fw_update.1 +++ b/usr.sbin/fw_update/fw_update.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fw_update.1,v 1.6 2011/07/28 13:26:13 jmc Exp $ +.\" $OpenBSD: fw_update.1,v 1.7 2011/08/02 17:35:40 jmc Exp $ .\" .\" Copyright (c) 2011 Alexander Hall <alexander@beard.se> .\" @@ -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: July 28 2011 $ +.Dd $Mdocdate: August 2 2011 $ .Dt FW_UPDATE 1 .Os .Sh NAME @@ -26,11 +26,15 @@ .Sh DESCRIPTION The .Nm -utility installs and updates device firmwares with non-free licenses -that may not be shipped with +utility checks which firmware are needed on the host system, +retrieves the relevant packages from the Internet, +and then installs them. +Since firmware with acceptable licenses are already present in +.Ox , +.Nm +exists purely to install and update firmware that may not be freely +distributed with .Ox . -It automatically detects such devices and downloads and installs the proper -firmware packages for the currently running kernel. .Pp The options are as follows: .Bl -tag -width Ds |