summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2020-07-24 16:33:43 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2020-07-24 16:33:43 +0000
commitbffeb20a151e7d5a857d3ca3d06c8b702b727c10 (patch)
treeeee01604398268225686146d27610fbc10b1eed6 /usr.sbin
parent2dae29ddeb779a4a0ac2674240745d7399c1a29b (diff)
make it a bit clearer that -p is a path to a package repository,
not just a regular file path; patient explanation (neccessary) and eventual ok espie
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/pkg_add/fw_update.16
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/pkg_add/fw_update.1 b/usr.sbin/pkg_add/fw_update.1
index 9f6cea6c289..35e7638708d 100644
--- a/usr.sbin/pkg_add/fw_update.1
+++ b/usr.sbin/pkg_add/fw_update.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: fw_update.1,v 1.3 2016/05/27 20:37:34 tj Exp $
+.\" $OpenBSD: fw_update.1,v 1.4 2020/07/24 16:33:42 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: May 27 2016 $
+.Dd $Mdocdate: July 24 2020 $
.Dt FW_UPDATE 1
.Os
.Sh NAME
@@ -67,7 +67,7 @@ Dry run.
Do not actually install or update any firmware packages;
just report the steps that would be taken.
.It Fl p Ar path
-Use the firmware found at
+Use the firmware found at package repository
.Ar path ,
being either a local directory or a URL,
instead of the default location.