diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-10-04 16:07:57 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-10-04 16:07:57 +0000 |
commit | 9595b898de144c85a55e0e546ef1c7803014fc37 (patch) | |
tree | 3307dda63d775e10261aec61571bc8aa588a0fe0 | |
parent | c259f654c178c90ee765ad37be3a87dde43a3e0a (diff) |
tweak previous;
-rw-r--r-- | usr.sbin/pkg_add/pkg_create.1 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/usr.sbin/pkg_add/pkg_create.1 b/usr.sbin/pkg_add/pkg_create.1 index e68acc28cee..5ccee9e8be0 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.65 2010/10/04 10:44:58 espie Exp $ +.\" $OpenBSD: pkg_create.1,v 1.66 2010/10/04 16:07:56 jmc Exp $ .\" .\" Documentation and design originally from FreeBSD. All the code has .\" been rewritten since. We keep the documentation's notice: @@ -272,11 +272,13 @@ with the stem of the .Ar pkgspec . Classical use case for postgresql: -.Bd -literal - @ask-update postgresql-server<-8 Make sure your existing database is backed up +.Bd -literal -offset 3n +@ask-update postgresql-server<-8 Make sure your existing database is backed up .Ed +.Pp Use very sparingly. Most cases that seem to require manual updates just require a bit more thought. +.Pp .It Cm @arch Ar arches List of architectures for which this package is intended. .Pp |