diff options
Diffstat (limited to 'usr.sbin/pkg_add/pod')
-rw-r--r-- | usr.sbin/pkg_add/pod/OpenBSD::Getopt.pod | 2 | ||||
-rw-r--r-- | usr.sbin/pkg_add/pod/OpenBSD::IdCache.pod | 2 | ||||
-rw-r--r-- | usr.sbin/pkg_add/pod/OpenBSD::Intro.pod | 12 | ||||
-rw-r--r-- | usr.sbin/pkg_add/pod/OpenBSD::Mtree.pod | 2 | ||||
-rw-r--r-- | usr.sbin/pkg_add/pod/OpenBSD::PackageName.pod | 2 | ||||
-rw-r--r-- | usr.sbin/pkg_add/pod/OpenBSD::PackingElement.pod | 2 | ||||
-rw-r--r-- | usr.sbin/pkg_add/pod/OpenBSD::PackingList.pod | 2 | ||||
-rw-r--r-- | usr.sbin/pkg_add/pod/OpenBSD::PkgCfl.pod | 2 | ||||
-rw-r--r-- | usr.sbin/pkg_add/pod/OpenBSD::PkgSpec.pod | 4 | ||||
-rw-r--r-- | usr.sbin/pkg_add/pod/OpenBSD::RequiredBy.pod | 4 | ||||
-rw-r--r-- | usr.sbin/pkg_add/pod/OpenBSD::Search.pod | 2 | ||||
-rw-r--r-- | usr.sbin/pkg_add/pod/OpenBSD::State.pod | 4 | ||||
-rw-r--r-- | usr.sbin/pkg_add/pod/OpenBSD::Ustar.pod | 2 | ||||
-rw-r--r-- | usr.sbin/pkg_add/pod/OpenBSD::Vstat.pod | 4 |
14 files changed, 23 insertions, 23 deletions
diff --git a/usr.sbin/pkg_add/pod/OpenBSD::Getopt.pod b/usr.sbin/pkg_add/pod/OpenBSD::Getopt.pod index aaf73da3d9e..9f383699ebb 100644 --- a/usr.sbin/pkg_add/pod/OpenBSD::Getopt.pod +++ b/usr.sbin/pkg_add/pod/OpenBSD::Getopt.pod @@ -1,4 +1,4 @@ -$OpenBSD: OpenBSD::Getopt.pod,v 1.3 2009/12/17 11:41:30 espie Exp $ +$OpenBSD: OpenBSD::Getopt.pod,v 1.4 2010/06/30 10:51:04 espie Exp $ =head1 NAME diff --git a/usr.sbin/pkg_add/pod/OpenBSD::IdCache.pod b/usr.sbin/pkg_add/pod/OpenBSD::IdCache.pod index 80b94fb0aaa..0bdfa8d8ce7 100644 --- a/usr.sbin/pkg_add/pod/OpenBSD::IdCache.pod +++ b/usr.sbin/pkg_add/pod/OpenBSD::IdCache.pod @@ -1,4 +1,4 @@ -$OpenBSD: OpenBSD::IdCache.pod,v 1.2 2005/06/13 11:33:07 espie Exp $ +$OpenBSD: OpenBSD::IdCache.pod,v 1.3 2010/06/30 10:51:04 espie Exp $ =head1 NAME diff --git a/usr.sbin/pkg_add/pod/OpenBSD::Intro.pod b/usr.sbin/pkg_add/pod/OpenBSD::Intro.pod index f2b80132e56..6cb4a7bed40 100644 --- a/usr.sbin/pkg_add/pod/OpenBSD::Intro.pod +++ b/usr.sbin/pkg_add/pod/OpenBSD::Intro.pod @@ -1,4 +1,4 @@ -$OpenBSD: OpenBSD::Intro.pod,v 1.14 2010/06/18 10:56:32 espie Exp $ +$OpenBSD: OpenBSD::Intro.pod,v 1.15 2010/06/30 10:51:04 espie Exp $ =head1 NAME @@ -130,7 +130,7 @@ whole system. An update set is simply a minimal bag of packages, with old packages that are going to be removed, new packages that are going to replace them, and an area to record related ongoing computations. The old set may be empty, the new set may be empty, and in all cases, -the update set shall be small (as small as possible). +the update set shall be small (as small as possible). We have already met with update situations where dependencies between packages invert (A-1.0 depends on B-1.0, but B-0.0 depends on A-0.0), or where files move between packages, which in @@ -219,7 +219,7 @@ Most commands are now implemented as perl modules, with C<pkg(1)> requiring the correct module C<M>, and invoking C<M-E<gt>parse_and_run("command")>. All those commands use a class derived from C<OpenBSD::State> for user -interaction. Among other things, C<OpenBSD::State> provides for printable, +interaction. Among other things, C<OpenBSD::State> provides for printable, translatable messages, consistent option handling and usage messages. All commands that provide a progress meter use the derived module @@ -258,7 +258,7 @@ through all installed packages and removes stuff that's no longer used Package replacement is more complicated. It relies on package names and conflict markers. -In normal usage, L<pkg_add(1)> installs only new stuff, and checks that all +In normal usage, L<pkg_add(1)> installs only new stuff, and checks that all files in the new package don't already exist in the file system. By convention, packages with the same stem are assumed to be different versions of the same package, e.g., screen-1.0 and screen-1.1 correspond @@ -401,7 +401,7 @@ to speed things up. Interacts with the global tracker object. =item OpenBSD::Error -handles signal registration, the exception mechanism, and auto-caching +handles signal registration, the exception mechanism, and auto-caching methods. Most I/O operations have moved to C<OpenBSD::State>. =item OpenBSD::Getopt @@ -534,7 +534,7 @@ confuse with cryptographic signatures, as handled through C<OpenBSD::x509>). =item OpenBSD::State -base class to UI and option handling. +base class to UI and option handling. =item OpenBSD::Subst diff --git a/usr.sbin/pkg_add/pod/OpenBSD::Mtree.pod b/usr.sbin/pkg_add/pod/OpenBSD::Mtree.pod index 1fdc6bd8764..ed2ce16b44f 100644 --- a/usr.sbin/pkg_add/pod/OpenBSD::Mtree.pod +++ b/usr.sbin/pkg_add/pod/OpenBSD::Mtree.pod @@ -1,4 +1,4 @@ -$OpenBSD: OpenBSD::Mtree.pod,v 1.3 2009/12/17 11:41:30 espie Exp $ +$OpenBSD: OpenBSD::Mtree.pod,v 1.4 2010/06/30 10:51:04 espie Exp $ =head1 NAME diff --git a/usr.sbin/pkg_add/pod/OpenBSD::PackageName.pod b/usr.sbin/pkg_add/pod/OpenBSD::PackageName.pod index 7190feeabe7..c0a1f9a9e43 100644 --- a/usr.sbin/pkg_add/pod/OpenBSD::PackageName.pod +++ b/usr.sbin/pkg_add/pod/OpenBSD::PackageName.pod @@ -1,4 +1,4 @@ -$OpenBSD: OpenBSD::PackageName.pod,v 1.3 2009/12/17 11:41:30 espie Exp $ +$OpenBSD: OpenBSD::PackageName.pod,v 1.4 2010/06/30 10:51:04 espie Exp $ =head1 NAME diff --git a/usr.sbin/pkg_add/pod/OpenBSD::PackingElement.pod b/usr.sbin/pkg_add/pod/OpenBSD::PackingElement.pod index c8153f5b2ec..f9aad797d1b 100644 --- a/usr.sbin/pkg_add/pod/OpenBSD::PackingElement.pod +++ b/usr.sbin/pkg_add/pod/OpenBSD::PackingElement.pod @@ -1,4 +1,4 @@ -$OpenBSD: OpenBSD::PackingElement.pod,v 1.9 2009/12/17 11:41:30 espie Exp $ +$OpenBSD: OpenBSD::PackingElement.pod,v 1.10 2010/06/30 10:51:04 espie Exp $ =head1 NAME diff --git a/usr.sbin/pkg_add/pod/OpenBSD::PackingList.pod b/usr.sbin/pkg_add/pod/OpenBSD::PackingList.pod index 956b809e47a..221c543c1bc 100644 --- a/usr.sbin/pkg_add/pod/OpenBSD::PackingList.pod +++ b/usr.sbin/pkg_add/pod/OpenBSD::PackingList.pod @@ -1,4 +1,4 @@ -$OpenBSD: OpenBSD::PackingList.pod,v 1.8 2009/12/17 11:41:30 espie Exp $ +$OpenBSD: OpenBSD::PackingList.pod,v 1.9 2010/06/30 10:51:04 espie Exp $ =head1 NAME diff --git a/usr.sbin/pkg_add/pod/OpenBSD::PkgCfl.pod b/usr.sbin/pkg_add/pod/OpenBSD::PkgCfl.pod index de3d92be219..b835dfd6b04 100644 --- a/usr.sbin/pkg_add/pod/OpenBSD::PkgCfl.pod +++ b/usr.sbin/pkg_add/pod/OpenBSD::PkgCfl.pod @@ -1,4 +1,4 @@ -$OpenBSD: OpenBSD::PkgCfl.pod,v 1.2 2009/12/17 11:41:30 espie Exp $ +$OpenBSD: OpenBSD::PkgCfl.pod,v 1.3 2010/06/30 10:51:04 espie Exp $ =head1 NAME diff --git a/usr.sbin/pkg_add/pod/OpenBSD::PkgSpec.pod b/usr.sbin/pkg_add/pod/OpenBSD::PkgSpec.pod index f06bbd5afe6..bf4b7f5934f 100644 --- a/usr.sbin/pkg_add/pod/OpenBSD::PkgSpec.pod +++ b/usr.sbin/pkg_add/pod/OpenBSD::PkgSpec.pod @@ -1,4 +1,4 @@ -$OpenBSD: OpenBSD::PkgSpec.pod,v 1.7 2010/01/12 10:14:37 espie Exp $ +$OpenBSD: OpenBSD::PkgSpec.pod,v 1.8 2010/06/30 10:51:04 espie Exp $ =head1 NAME @@ -22,6 +22,6 @@ C<@sublist> will only hold the package names that match the specification. For performance reason, the result may contain duplicates. -Note that any pattern will create a C<PkgSpec> object. If the syntax is +Note that any pattern will create a C<PkgSpec> object. If the syntax is incorrect, the resulting object won't match anything. Use C<$spec-E<gt>is_valid> to check for correctness. diff --git a/usr.sbin/pkg_add/pod/OpenBSD::RequiredBy.pod b/usr.sbin/pkg_add/pod/OpenBSD::RequiredBy.pod index 88a7fc8df48..bc2f98a92be 100644 --- a/usr.sbin/pkg_add/pod/OpenBSD::RequiredBy.pod +++ b/usr.sbin/pkg_add/pod/OpenBSD::RequiredBy.pod @@ -1,4 +1,4 @@ -$OpenBSD: OpenBSD::RequiredBy.pod,v 1.4 2009/12/17 11:41:30 espie Exp $ +$OpenBSD: OpenBSD::RequiredBy.pod,v 1.5 2010/06/30 10:51:04 espie Exp $ =head1 NAME @@ -8,7 +8,7 @@ OpenBSD::RequiredBy - manage installed package dependencies use OpenBSD::RequiredBy; - + # let's do things for real our $not = 0; diff --git a/usr.sbin/pkg_add/pod/OpenBSD::Search.pod b/usr.sbin/pkg_add/pod/OpenBSD::Search.pod index 5e2197d0291..8f4de16c679 100644 --- a/usr.sbin/pkg_add/pod/OpenBSD::Search.pod +++ b/usr.sbin/pkg_add/pod/OpenBSD::Search.pod @@ -1,4 +1,4 @@ -$OpenBSD: OpenBSD::Search.pod,v 1.3 2009/12/17 11:41:30 espie Exp $ +$OpenBSD: OpenBSD::Search.pod,v 1.4 2010/06/30 10:51:04 espie Exp $ =head1 NAME diff --git a/usr.sbin/pkg_add/pod/OpenBSD::State.pod b/usr.sbin/pkg_add/pod/OpenBSD::State.pod index f589b5a8d94..3571c03d980 100644 --- a/usr.sbin/pkg_add/pod/OpenBSD::State.pod +++ b/usr.sbin/pkg_add/pod/OpenBSD::State.pod @@ -1,4 +1,4 @@ -$OpenBSD: OpenBSD::State.pod,v 1.1 2010/06/25 12:03:54 espie Exp $ +$OpenBSD: OpenBSD::State.pod,v 1.2 2010/06/30 10:51:04 espie Exp $ =head1 NAME @@ -54,7 +54,7 @@ Meant to be overridden. Always call C<$state-E<gt>SUPER::init(@params)> at end. =item $state->handle_options($opt_string, @usage); handle options to relevant to this command. Takes a C<OpenBSD::Getopt> -C<$opt_string>, and a set of C<@usage> lines that will be printed if +C<$opt_string>, and a set of C<@usage> lines that will be printed if necessary. Option results are stored in the C<$state-E<gt>{opt}> hash. This can diff --git a/usr.sbin/pkg_add/pod/OpenBSD::Ustar.pod b/usr.sbin/pkg_add/pod/OpenBSD::Ustar.pod index 52447a1e050..08df5e3d5db 100644 --- a/usr.sbin/pkg_add/pod/OpenBSD::Ustar.pod +++ b/usr.sbin/pkg_add/pod/OpenBSD::Ustar.pod @@ -1,4 +1,4 @@ -$OpenBSD: OpenBSD::Ustar.pod,v 1.13 2009/12/17 11:41:30 espie Exp $ +$OpenBSD: OpenBSD::Ustar.pod,v 1.14 2010/06/30 10:51:04 espie Exp $ =head1 NAME diff --git a/usr.sbin/pkg_add/pod/OpenBSD::Vstat.pod b/usr.sbin/pkg_add/pod/OpenBSD::Vstat.pod index b5648e03eb0..384c0acae08 100644 --- a/usr.sbin/pkg_add/pod/OpenBSD::Vstat.pod +++ b/usr.sbin/pkg_add/pod/OpenBSD::Vstat.pod @@ -1,4 +1,4 @@ -$OpenBSD: OpenBSD::Vstat.pod,v 1.6 2010/06/18 10:56:32 espie Exp $ +$OpenBSD: OpenBSD::Vstat.pod,v 1.7 2010/06/30 10:51:04 espie Exp $ =head1 NAME @@ -24,7 +24,7 @@ before doing them for real. The constructor C<new> expect a C<$state> object, that is, an object with C<$state-E<gt>{not}> and C<$state-E<gt>errsay> defined. -Operations on the C<Vstat> object can modify C<$state-E<gt>{problems}> +Operations on the C<Vstat> object can modify C<$state-E<gt>{problems}> and C<$state-E<gt>{overflow}>. The method C<add> (respectively C<remove>) can be used to add a filename to |