summaryrefslogtreecommitdiff
path: root/usr/src/man/man4/depend.4
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/man/man4/depend.4')
-rw-r--r--usr/src/man/man4/depend.416
1 files changed, 1 insertions, 15 deletions
diff --git a/usr/src/man/man4/depend.4 b/usr/src/man/man4/depend.4
index 60f2c1fdc7..29c4c35543 100644
--- a/usr/src/man/man4/depend.4
+++ b/usr/src/man/man4/depend.4
@@ -4,7 +4,7 @@
.\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
.\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
.\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
-.TH depend 4 "4 Oct 1996" "SunOS 5.11" "File Formats"
+.TH DEPEND 4 "Oct 4, 1996"
.SH NAME
depend \- software dependencies file
.SH DESCRIPTION
@@ -35,44 +35,36 @@ definition is:
The fields are:
.sp
.ne 2
-.mk
.na
\fB\fBtype\fR\fR
.ad
.RS 17n
-.rt
Defines the dependency type. Must be one of the following characters:
.sp
.ne 2
-.mk
.na
\fB\fBP\fR\fR
.ad
.RS 5n
-.rt
Indicates a prerequisite for installation; for example, the referenced package
or versions must be installed.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBI\fR\fR
.ad
.RS 5n
-.rt
Implies that the existence of the indicated package or version is incompatible.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBR\fR\fR
.ad
.RS 5n
-.rt
Indicates a reverse dependency. Instead of defining the package's own
dependencies, this designates that another package depends on this one. This
type should be used only when an old package does not have a \fBdepend\fR file,
@@ -85,34 +77,28 @@ since, if it is removed, the old package will no longer work.
.sp
.ne 2
-.mk
.na
\fB\fIpkg\fR\fR
.ad
.RS 17n
-.rt
Indicates the package abbreviation.
.RE
.sp
.ne 2
-.mk
.na
\fB\fIname\fR\fR
.ad
.RS 17n
-.rt
Specifies the full package name.
.RE
.sp
.ne 2
-.mk
.na
\fB\fI(arch)version\fR\fR
.ad
.RS 17n
-.rt
Specifies a particular instance of the software. A version name cannot begin
with a left parenthesis. The instance specifications, both \fI(arch)\fR and
\fIversion\fR, are completely optional, but each \fI(arch)version\fR pair must