diff options
author | 2010-10-04 16:04:27 +0000 | |
---|---|---|
committer | 2010-10-04 16:04:27 +0000 | |
commit | 4333a0555a59b3b916f2c5512baffe13de7a7724 (patch) | |
tree | 8b93b7516cf7a39dbd2340447274d74405715a83 | |
parent | document ask-update (diff) | |
download | wireguard-openbsd-4333a0555a59b3b916f2c5512baffe13de7a7724.tar.xz wireguard-openbsd-4333a0555a59b3b916f2c5512baffe13de7a7724.zip |
tweak previous;
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 4 | ||||
-rw-r--r-- | usr.sbin/pkg_add/pkg_create.1 | 8 |
2 files changed, 7 insertions, 5 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index b67e4d9a017..71361b8a5ef 100644 --- a/share/man/man5/bsd.port.mk.5 +++ b/share/man/man5/bsd.port.mk.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bsd.port.mk.5,v 1.264 2010/10/04 10:35:24 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.265 2010/10/04 16:04:27 jmc Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -1409,7 +1409,7 @@ See below. Especially read the part about .Ev ONLY_FOR_ARCHS -is some of the packages only exist for some architectures. +as some of the packages only exist for some architectures. .It Ev NOT_FOR_ARCHS List of architectures on which this port does not build. See also 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 |