diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-02-28 15:35:42 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-02-28 15:35:42 +0000 |
commit | ed08b3f5b8e2ae1799e826b3b443f0291e06fe88 (patch) | |
tree | f8a1ab1b00447fd3c757fdeaa7c9ce54bf36ea78 /usr.sbin/pkg_add | |
parent | 7c9ed02296b1485e2c4e806f3d30798798586c6b (diff) |
progress-meter -> progress meter, which is at least consistent with our
other pages;
Diffstat (limited to 'usr.sbin/pkg_add')
-rw-r--r-- | usr.sbin/pkg_add/pkg_add.1 | 6 | ||||
-rw-r--r-- | usr.sbin/pkg_add/pkg_create.1 | 4 | ||||
-rw-r--r-- | usr.sbin/pkg_add/pkg_delete.1 | 6 |
3 files changed, 8 insertions, 8 deletions
diff --git a/usr.sbin/pkg_add/pkg_add.1 b/usr.sbin/pkg_add/pkg_add.1 index 519380ecec7..78e877aa249 100644 --- a/usr.sbin/pkg_add/pkg_add.1 +++ b/usr.sbin/pkg_add/pkg_add.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pkg_add.1,v 1.96 2010/01/26 15:03:39 espie Exp $ +.\" $OpenBSD: pkg_add.1,v 1.97 2010/02/28 15:35:41 jmc Exp $ .\" .\" Documentation and design originally from FreeBSD. All the code has .\" been rewritten since. We keep the documentation's notice: @@ -15,7 +15,7 @@ .\" Jordan K. Hubbard .\" .\" -.Dd $Mdocdate: January 26 2010 $ +.Dd $Mdocdate: February 28 2010 $ .Dt PKG_ADD 1 .Os .Sh NAME @@ -403,7 +403,7 @@ also shows dependencies adjustments, and .Fl vvvvv shows everything. .It Fl x -Disable progress-meter. +Disable progress meter. .It Fl z Fuzzy package addition: .Nm diff --git a/usr.sbin/pkg_add/pkg_create.1 b/usr.sbin/pkg_add/pkg_create.1 index 3b8334db740..d012dade90f 100644 --- a/usr.sbin/pkg_add/pkg_create.1 +++ b/usr.sbin/pkg_add/pkg_create.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pkg_create.1,v 1.59 2010/02/28 10:08:48 espie Exp $ +.\" $OpenBSD: pkg_create.1,v 1.60 2010/02/28 15:35:41 jmc Exp $ .\" .\" Documentation and design originally from FreeBSD. All the code has .\" been rewritten since. We keep the documentation's notice: @@ -219,7 +219,7 @@ Specify a .Cm @wantlib requirement on the command line. .It Fl x -Disable progress-meter. +Disable progress meter. .El .Pp .Nm diff --git a/usr.sbin/pkg_add/pkg_delete.1 b/usr.sbin/pkg_add/pkg_delete.1 index c4f6f09fe29..5fec6521532 100644 --- a/usr.sbin/pkg_add/pkg_delete.1 +++ b/usr.sbin/pkg_add/pkg_delete.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pkg_delete.1,v 1.32 2010/01/10 22:44:00 espie Exp $ +.\" $OpenBSD: pkg_delete.1,v 1.33 2010/02/28 15:35:41 jmc Exp $ .\" .\" Documentation and design originally from FreeBSD. All the code has .\" been rewritten since. We keep the documentation's notice: @@ -15,7 +15,7 @@ .\" Jordan K. Hubbard .\" .\" -.Dd $Mdocdate: January 10 2010 $ +.Dd $Mdocdate: February 28 2010 $ .Dt PKG_DELETE 1 .Os .Sh NAME @@ -127,7 +127,7 @@ additions, and .Fl vvvvv shows everything. .It Fl x -Disable progress-meter. +Disable progress meter. .El .Sh TECHNICAL DETAILS .Nm |