diff options
author | 2013-08-13 20:38:46 +0000 | |
---|---|---|
committer | 2013-08-13 20:38:46 +0000 | |
commit | 0e00bdbe6523af9bbcb222ba9b83a5e76843251b (patch) | |
tree | 5111375cdb19303d717a85795a3944b46330c45c | |
parent | allow the user to specify which firmware to install, or install all of (diff) | |
download | wireguard-openbsd-0e00bdbe6523af9bbcb222ba9b83a5e76843251b.tar.xz wireguard-openbsd-0e00bdbe6523af9bbcb222ba9b83a5e76843251b.zip |
firmware is uncountable, i think we decided;
-rw-r--r-- | usr.sbin/fw_update/fw_update.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/fw_update/fw_update.1 b/usr.sbin/fw_update/fw_update.1 index c58eafd474c..e7148867ed2 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.11 2013/08/13 20:11:21 halex Exp $ +.\" $OpenBSD: fw_update.1,v 1.12 2013/08/13 20:38:46 jmc Exp $ .\" .\" Copyright (c) 2011 Alexander Hall <alexander@beard.se> .\" @@ -46,7 +46,7 @@ utility tries to determine which firmware are needed on the system. The options are as follows: .Bl -tag -width Ds .It Fl a -Install or update all available firmwares. +Install or update all available firmware. .It Fl n Pass the .Fl n |