summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_rolling-replace
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2007-08-08 22:00:40 +0000
committerwiz <wiz@pkgsrc.org>2007-08-08 22:00:40 +0000
commita367b31fdf803cbd2ab6435c76557141d292e92f (patch)
treecffb6a8cdee304520498ba4476967fdbd41d2343 /pkgtools/pkg_rolling-replace
parentf9194f393dc0e4bbf3264b756ec2281a33f4ad73 (diff)
downloadpkgsrc-a367b31fdf803cbd2ab6435c76557141d292e92f.tar.gz
New sentence, new line; use more markup; fix a typo.
Diffstat (limited to 'pkgtools/pkg_rolling-replace')
-rw-r--r--pkgtools/pkg_rolling-replace/files/pkg_rolling-replace.819
1 files changed, 13 insertions, 6 deletions
diff --git a/pkgtools/pkg_rolling-replace/files/pkg_rolling-replace.8 b/pkgtools/pkg_rolling-replace/files/pkg_rolling-replace.8
index 14310629baf..bd71f7647e1 100644
--- a/pkgtools/pkg_rolling-replace/files/pkg_rolling-replace.8
+++ b/pkgtools/pkg_rolling-replace/files/pkg_rolling-replace.8
@@ -1,4 +1,4 @@
-.\" $NetBSD: pkg_rolling-replace.8,v 1.7 2007/08/08 11:28:04 tnn Exp $
+.\" $NetBSD: pkg_rolling-replace.8,v 1.8 2007/08/08 22:00:40 wiz Exp $
.Dd August 8, 2007
.Dt PKG_ROLLING-REPLACE 8
.Os
@@ -24,7 +24,8 @@ Whenever
is run on a package, all installed packages
that depend on it are marked with the
.Dq unsafe_depends_strict=YES
-flag. If the version of the replaced package has changed, this indicates
+flag.
+If the version of the replaced package has changed, this indicates
that it may no longer be ABI-compatible so
.Dq unsafe_depends=YES
is also set for all packages that depend on it.
@@ -73,13 +74,15 @@ marked unsafe after each
.It Fl r
Just replace packages, do not build binary packages.
.It Fl s
-Enable strict mode. This makes
+Enable strict mode.
+This makes
.Nm
-Look at
+look at
.Dq unsafe_depends_strict
tags instead of
.Dq unsafe_depends
-tags. This will replace packages more aggressively and can be used to solve
+tags.
+This will replace packages more aggressively and can be used to solve
shared library problems.
.It Fl u
Use
@@ -122,7 +125,11 @@ If not set in environment then defaults to
with initial idea and many suggestions from
.An Greg Troxel
.Aq gdt@ir.bbn.com .
-The options -s and -r were added by
+The options
+.Fl s
+and
+.Fl r
+were added by
.An Tobias Nygren
.Aq tnn@NetBSD.org .
.Sh BUGS