diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2011-06-09 11:19:34 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2011-06-09 11:19:34 +0000 |
commit | 81feeeeab0de029be30ce06471945b22d656a5cd (patch) | |
tree | 6bdea1fc89828e05012610f3a741876808ea523b /usr.sbin/pkg_add/pkg_create.1 | |
parent | 62f6937512a25f2e4dbe9ee66271680d2f776085 (diff) |
fix @ask-update example
Diffstat (limited to 'usr.sbin/pkg_add/pkg_create.1')
-rw-r--r-- | usr.sbin/pkg_add/pkg_create.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/pkg_add/pkg_create.1 b/usr.sbin/pkg_add/pkg_create.1 index d19e173a7f9..a8894fb728a 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.76 2011/05/30 10:35:40 jmc Exp $ +.\" $OpenBSD: pkg_create.1,v 1.77 2011/06/09 11:19:33 sthen Exp $ .\" .\" Documentation and design originally from FreeBSD. All the code has .\" been rewritten since. We keep the documentation's notice: @@ -21,7 +21,7 @@ .\" [jkh] Took John's changes back and made some additional extensions for .\" better integration with FreeBSD's new ports collection. .\" -.Dd $Mdocdate: May 30 2011 $ +.Dd $Mdocdate: June 9 2011 $ .Dt PKG_CREATE 1 .Os .Sh NAME @@ -291,7 +291,7 @@ the stem of the .Ar pkgspec . Classical use case for postgresql: .Bd -literal -offset 3n -@ask-update postgresql-server<-8 Make sure your existing database is backed up +@ask-update postgresql-server-<8 Make sure your existing database is backed up .Ed .Pp Use very sparingly. |