diff options
author | 2008-02-04 13:53:40 +0000 | |
---|---|---|
committer | 2008-02-04 13:53:40 +0000 | |
commit | 5514f0e2774ac94e8d90209252a1113d919b7971 (patch) | |
tree | 8281e51001bcd0d9de5a3effca378561d8161550 | |
parent | Replace bogus lowercase n in 'DESCRIPTIOn' (diff) | |
download | wireguard-openbsd-5514f0e2774ac94e8d90209252a1113d919b7971.tar.xz wireguard-openbsd-5514f0e2774ac94e8d90209252a1113d919b7971.zip |
specify that MakeWhatis and pkg-config fall outside the scope of this document
-rw-r--r-- | usr.sbin/pkg_add/pod/OpenBSD::Intro.pod | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/usr.sbin/pkg_add/pod/OpenBSD::Intro.pod b/usr.sbin/pkg_add/pod/OpenBSD::Intro.pod index d22ca7676e4..fd30e94a851 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.3 2008/02/04 13:18:12 landry Exp $ +$OpenBSD: OpenBSD::Intro.pod,v 1.4 2008/02/04 13:53:40 espie Exp $ =head1 NAME @@ -11,6 +11,11 @@ OpenBSD::Intro - Introduction to the pkg tools internals =head1 DESCRIPTION +Note that the C<OpenBSD::> namespace of perl modules is not limited to +package tools, but also includes L<pkg-config(1)> and L<makewhatis(8)> +support modules. +This document only covers package tools material. + The design of the package tools revolves around a few central ideas: Design modules that manipulate some notions in a consistent way, so |