Print this page
6205 onbld manuals should be declared as 1onbld
Reviewed by: Dan McDonald <danmcd@omniti.com>
Reviewed by: Josef Sipek <jeffpc@josefsipek.net>
Split |
Close |
Expand all |
Collapse all |
--- old/usr/src/tools/depcheck/get_depend_info.1.man.txt
+++ new/usr/src/tools/depcheck/get_depend_info.1onbld.man.txt
1 -GET_DEPEND_INFO(1) User Commands GET_DEPEND_INFO(1)
1 +GET_DEPEND_INFO(1ONBLD) illumos Build Tools GET_DEPEND_INFO(1ONBLD)
2 2
3 3
4 4
5 5 NAME
6 6 get_depend_info - get dependency information about a package or a file
7 7
8 8 SYNOPSIS
9 9 get_depend_info [-cons] -dbdir dbm_database_pathname
10 10 [-f | -p] [-h] [-root root_pathname]
11 11 [-s] [-pkg SUN_package | filename ...]
12 12
13 13 DESCRIPTION
14 14 The get_depend_info command prints dependency information about a
15 15 package, a file, or a set of files on the standard output.
16 16
↓ open down ↓ |
5 lines elided |
↑ open up ↑ |
17 17 OPTIONS
18 18 The following options are supported:
19 19
20 20 -cons
21 21 Turns on conservative mode, that is, refrains from
22 22 using /usr/bin/strings.
23 23
24 24
25 25 -dbdir
26 26 Specifies the directory in which the Perl DBM databases
27 - generated by make_pkg_db(1) are located.
27 + generated by make_pkg_db(1ONBLD) are located.
28 28
29 29
30 30 -f
31 31 Outputs file dependencies only.
32 32
33 33
34 34 -h
35 35 Displays help.
36 36
37 37
38 38 -p
39 39 Outputs package dependencies only.
40 40
41 41
42 42 -pkg
43 43 Specifies a particular package on which you want to run
44 44 the dependency analysis. You must specify this option
45 45 if you specify either a Sun software package or a
46 46 third-party software package that conforms with the Sun
47 47 package format (SUN_package).
48 48
49 49
50 50 -root
51 51 Specifies an alternate root. You must also use the -pkg
52 52 option if you use this option.
53 53
54 54
55 55 -s
56 56 Outputs symbolic links for files or packages only.
57 57
58 58
59 59 OPERANDS
60 60 The following operands are supported:
61 61
62 62 dbm_database_pathname
63 63 Specifies the path name of the directory in
64 64 which the Perl DBM databases generated by
65 65 make_pkg_db are located.
66 66
67 67
68 68 filename
69 69 Specifies the name of a file or files on which
70 70 you want to run the dependency analysis.
71 71
72 72
73 73 root_pathname
74 74 Specifies the path name of an alternate root
75 75 you want to use.
76 76
77 77
78 78 SUN_package
79 79 Specifies the name of a particular Sun software
80 80 package (or any third-party software package
81 81 that conforms with the Sun package format) on
82 82 which you want to run the dependency analysis.
83 83 You must use the -pkg option if you specify
84 84 this operand.
85 85
86 86
87 87 You can specify either a Sun software package or a file name, but not
88 88 both.
89 89
90 90 EXAMPLES
91 91 Example 1: To Get a Dependency Analysis of Two Particular Files
92 92
93 93 % get_depend_info -dbdir MyDir /usr/bin/ls /usr/bin/man
94 94
95 95 Example 2: To Get a Dependency Analysis of Files Using a Wild Card
96 96
97 97 % get_depend_info -dbdir MyDir /usr/sbin/*
98 98
99 99 Example 3: To Get a Dependency Analysis of a Package in Sun Format
100 100
101 101 % get_depend_info -dbdir MyDir -pkg NSCPcom
102 102 % get_depend_info -dbdir MyDir -pkg SUNWnisu
103 103
104 104 Example 4: To Display Help
105 105
106 106 % get_depend_info -h
107 107
108 108 ATTRIBUTES
109 109 See attributes(5) for descriptions of the following attributes:
110 110
111 111
↓ open down ↓ |
74 lines elided |
↑ open up ↑ |
112 112 +--------------------+-----------------+
113 113 | ATTRIBUTE TYPE | ATTRIBUTE VALUE |
114 114 +--------------------+-----------------+
115 115 |Availability | SUNWonbld |
116 116 |CSI | Enabled |
117 117 |Interface Stability | Evolving |
118 118 |MT-Level | Unsafe |
119 119 +--------------------+-----------------+
120 120
121 121 SEE ALSO
122 - make_pkg_db(1), attributes(5)
122 + make_pkg_db(1ONBLD), attributes(5)
123 123
124 124
125 125
126 - November 2, 2000 GET_DEPEND_INFO(1)
126 + November 2, 2000 GET_DEPEND_INFO(1ONBLD)
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX