diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2010-06-10 23:40:35 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2010-06-10 23:40:35 +0000 |
commit | 65856ca45e0f4106268bb673c205bf419c3e15b4 (patch) | |
tree | a9bda76e4cc751c14599824beb84756fe507ad0b /usr.sbin | |
parent | 321a8d86401673b091b64413f05dbe53358c0638 (diff) |
fsck -> check & reorder
(noticed by Vadim Zhukov)
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/pkg_add/pkg.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/pkg_add/pkg.1 b/usr.sbin/pkg_add/pkg.1 index 9a8ec952ce4..7c233eb3dbc 100644 --- a/usr.sbin/pkg_add/pkg.1 +++ b/usr.sbin/pkg_add/pkg.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pkg.1,v 1.8 2010/06/05 17:15:32 espie Exp $ +.\" $OpenBSD: pkg.1,v 1.9 2010/06/10 23:40:34 espie Exp $ .\" .\" Copyright (c) 2010 Marc Espie <espie@openbsd.org> .\" @@ -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: June 5 2010 $ +.Dd $Mdocdate: June 10 2010 $ .Dt PKG 1 .Os .Sh NAME @@ -32,9 +32,9 @@ and .Pp It can be invoked as a link to those commands, or with .Ar add , +.Ar check , .Ar create , .Ar delete , -.Ar fsck , .Ar info as first argument. .Pp |