Skip to content

Commit dc2e530

Browse files
committed
Renumber man pages for IPD4
1 parent 30aa75c commit dc2e530

File tree

160 files changed

+1112
-1111
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

160 files changed

+1112
-1111
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This is the OmniOS child of pkg(5)
1+
This is the OmniOS child of pkg(7)
22

33
Branches:
44

doc/actions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
PSARC/2008/190
3-
pkg(5): image packaging system
3+
pkg(7): image packaging system
44

55
SUPPORTED ACTIONS
66

doc/case-outline.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
PSARC/2008/190
3-
pkg(5): image packaging system
3+
pkg(7): image packaging system
44

55
CASE OUTLINE
66

doc/catalog-v1.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
pkg(5): image packaging system
1+
pkg(7): image packaging system
22

33
CATALOG FORMAT AND CACHING PROPOSAL
44

55
1. Overview
66

7-
The pkg(5) server and client catalogs currently provides a summary
7+
The pkg(7) server and client catalogs currently provides a summary
88
view of the packages provided by a repository: the FMRIs of each
99
package, the last time the set of available packages changed, and
1010
the total number of packages. The server uses this information
1111
for publication checks, to fulfill client requests, for search
1212
indexing and analysis, and to enable browser-based access to the
13-
repository via the BUI (Browser User Interface). pkg(5) clients
13+
repository via the BUI (Browser User Interface). pkg(7) clients
1414
use this information to determine what packages are available, to
1515
validate user input, and to fulfill packaging operation requests.
1616

@@ -73,7 +73,7 @@ CATALOG FORMAT AND CACHING PROPOSAL
7373

7474
- the existing caching mechanisms do not provide the information
7575
needed to determine (ahead of time) what package manifests need
76-
to be retrieved during packaging operations, which leaves pkg(5)
76+
to be retrieved during packaging operations, which leaves pkg(7)
7777
clients unable to provide sufficient feedback to the user during
7878
plan creation such as number of bytes to be transferred, time
7979
estimates, etc.

doc/client_api_versions.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ Version 53:
515515
Incompatible with clients using versions 0-52:
516516

517517
General changes:
518-
* Support for pkg(5) archives has been added; a file URI
518+
* Support for pkg(7) archives has been added; a file URI
519519
containing the location of an archive can be used anywhere
520520
that a repository location is (except for search).
521521

@@ -1148,7 +1148,7 @@ Changes:
11481148
history."""
11491149

11501150
def parse_p5i(self, fileobj=None, location=None):
1151-
"""Reads the pkg(5) publisher json formatted data at 'location'
1151+
"""Reads the pkg(7) publisher json formatted data at 'location'
11521152
or from the provided file-like object 'fileobj' and returns a
11531153
list of tuples of the format (publisher object, pkg_names).
11541154
pkg_names is a list of strings representing package names or

doc/depot.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ DEPOT
2525

2626
1. Summary
2727

28-
This document describes the architecture of a pkg(5) depot server as
28+
This document describes the architecture of a pkg(7) depot server as
2929
implemented in pkg.depotd(1m). This includes: an overview of the depot
3030
server's filesystem layout, operations provided by the depot server,
3131
the interfaces provided by the depot server, and a description of how

doc/depot.txt

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ DEPOT
33

44
1. Summary
55

6-
This document describes the architecture of a pkg(5) depot server as
6+
This document describes the architecture of a pkg(7) depot server as
77
implemented in pkg.depotd(1m). This includes: an overview of the depot
88
server's filesystem layout, operations provided by the depot server,
99
the interfaces provided by the depot server, and a description of how
@@ -17,8 +17,8 @@ DEPOT
1717

1818
2. Discussion
1919

20-
A pkg(5) depot server provides a way for clients to interact with package
21-
content and metadata contained within a pkg(5) repository, and with the
20+
A pkg(7) depot server provides a way for clients to interact with package
21+
content and metadata contained within a pkg(7) repository, and with the
2222
depot server itself. It accomplishes this by providing an HTTP-based
2323
interface suitable for usage by pkg(1) clients and web user agents.
2424

@@ -140,7 +140,7 @@ DEPOT
140140
2.2.1. Operation Types
141141

142142
Each operation that the depot server provides is either designed to interact
143-
with a pkg(5) repository, or with the depot server itself. These operations
143+
with a pkg(7) repository, or with the depot server itself. These operations
144144
can be categorized as follows:
145145

146146
- content
@@ -150,7 +150,7 @@ DEPOT
150150
- depot
151151
These operations are read-only, and permit retrieval of: the list of
152152
operations that the depot server currently provides (including protocol
153-
version and pkg(5) software version), statistics information, and other
153+
version and pkg(7) software version), statistics information, and other
154154
depot information.
155155

156156
- metadata
@@ -217,7 +217,7 @@ DEPOT
217217
Nothing
218218

219219
Returns:
220-
text/plain data containing the version of the pkg(5) software that
220+
text/plain data containing the version of the pkg(7) software that
221221
the depot is based upon, a list of the operations currently
222222
supported, and the protocol version supported for each
223223
operation.
@@ -252,7 +252,7 @@ DEPOT
252252
If-Modified-Since: {ISO 8601 formatted date and time in UTC}
253253

254254
Returns:
255-
Either the contents of a pkg(5) catalog file, or the entries
255+
Either the contents of a pkg(7) catalog file, or the entries
256256
that were added since the specified date as they are found
257257
in the catalog file, separated by newlines.
258258

@@ -267,7 +267,7 @@ DEPOT
267267
http://pkg.opensolaris.org/info/0/[email protected],5.11-0.101:20081119T235706Z
268268

269269
Expects:
270-
A URL-encoded pkg(5) FMRI, excluding the 'pkg:/' scheme prefix
270+
A URL-encoded pkg(7) FMRI, excluding the 'pkg:/' scheme prefix
271271
and publisher information, and including the full version
272272
information.
273273

@@ -298,7 +298,7 @@ DEPOT
298298
http://pkg.opensolaris.org/manifest/0/[email protected],5.11-0.101:20081119T235706Z
299299

300300
Expects:
301-
A URL-encoded pkg(5) FMRI excluding the 'pkg:/' scheme prefix
301+
A URL-encoded pkg(7) FMRI excluding the 'pkg:/' scheme prefix
302302
and publisher information and including the full version
303303
information.
304304

@@ -318,7 +318,7 @@ DEPOT
318318
http://pkg.opensolaris.org/release/p5i/0/SUNWcs
319319

320320
Expects:
321-
A full or partial URL-encoded pkg(5) FMRI, excluding the
321+
A full or partial URL-encoded pkg(7) FMRI, excluding the
322322
publisher prefix. If the partial or full FMRI is valid, it will
323323
be added to the datastream as is. If it includes the wildcard
324324
character '*', a search of the repository's catalog for matching
@@ -327,7 +327,7 @@ DEPOT
327327
found, a 404 error will be raised.
328328

329329
Returns:
330-
Returns a pkg(5) information datastream based on the repository
330+
Returns a pkg(7) information datastream based on the repository
331331
configuration's publisher information and the provided full or
332332
partial FMRI or matching entries. The Content-Type of the
333333
response is 'application/vnd.pkg5.info'.
@@ -347,7 +347,7 @@ DEPOT
347347
Nothing
348348

349349
Returns:
350-
Returns a pkg(5) information datastream based on the repository
350+
Returns a pkg(7) information datastream based on the repository
351351
configuration's publisher information. The Content-Type of the
352352
response is 'application/vnd.pkg5.info'.
353353

@@ -457,7 +457,7 @@ DEPOT
457457
http://pkg.opensolaris.org/open/0/system%[email protected]
458458

459459
Expects:
460-
A URL-encoded pkg(5) FMRI (excluding timestamp).
460+
A URL-encoded pkg(7) FMRI (excluding timestamp).
461461

462462
Returns:
463463
Response status of 200 on success and an identifier for the new

doc/dev-guide/chpt10.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ mediated links are delivered:
274274
Specifies the implementation of the mediator for use in addition to
275275
or instead of the ``mediator-version``. Implementation strings are
276276
not considered to be ordered. A string is arbitrarily selected by
277-
|pkg5| if not explicitly specified by a system administrator.
277+
|pkg7| if not explicitly specified by a system administrator.
278278

279279
The value can be a string of arbitrary length composed of
280280
alpha-numeric characters and spaces. If the implementation itself can
@@ -291,7 +291,7 @@ mediated links are delivered:
291291
override applies, or if one of the links is version-mediated.
292292

293293
mediator-priority
294-
When resolving conflicts in mediated links, |pkg5| normally
294+
When resolving conflicts in mediated links, |pkg7| normally
295295
chooses the link with the greatest value of ``mediator-version`` or
296296
based on ``mediator-implementation`` if that is not possible. This
297297
attribute is used to specify an override for the normal conflict

doc/dev-guide/chpt11.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ Example 6: Unknown Extension Value
290290

291291
pkg install: The certificate whose subject is
292292
/C=US/ST=California/L=Menlo Park/O=pkg5/CN=cs5_ch1_ta3/emailAddress=cs5_ch1_ta3
293-
could not be verified because it has an extension with a value that pkg(5)
293+
could not be verified because it has an extension with a value that pkg(7)
294294
does not understand.
295295
Extension name:keyUsage
296296
Extension value:Encipher Only

doc/dev-guide/chpt3.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ Types of Actions
232232

233233
There are currently twelve action types in IPS. The following
234234
sections describe each action type, and the attributes that
235-
define these actions. The action types are detailed in the |pkg5| man
235+
define these actions. The action types are detailed in the |pkg7| man
236236
page, and are repeated here for reference.
237237

238238
Each section contains an example action, as it would appear in a manifest
@@ -475,7 +475,7 @@ Set Actions
475475
The name and version of the containing package.
476476

477477
info.classification
478-
One or more tokens that a |pkg5| client can use
478+
One or more tokens that a |pkg7| client can use
479479
to classify the package. The value should have
480480
a scheme (such as ``org.opensolaris.category.2008``
481481
or ``org.acm.class.1998``) and the actual
@@ -543,7 +543,7 @@ Driver Actions
543543
The driver action represents a device driver. The driver
544544
action does not reference a payload. The driver files themselves
545545
must be installed as ``file`` actions. The following
546-
attributes are recognized (see ``add_drv(1M)`` for more information):
546+
attributes are recognized (see ``add_drv(8)`` for more information):
547547

548548
name
549549
The name of the driver. This is usually, but
@@ -586,7 +586,7 @@ Driver Actions
586586
This specifies an entry in ``/etc/devlink.tab``.
587587
The value is the exact line to go into the
588588
file, with tabs denoted by ‘``\t``’. See
589-
``devlinks(1M)`` for more information. A given
589+
``devlinks(8)`` for more information. A given
590590
driver can have more than one ``devlink``
591591
attribute.
592592

@@ -843,12 +843,12 @@ User Actions
843843

844844
group-list
845845
Secondary groups to which the user belongs.
846-
See ``group(4)``.
846+
See ``group(5)``.
847847

848848
ftpuser
849849
Can be set to ``true`` or ``false``. The default
850850
value of ``true`` indicates that the user is
851-
permitted to login via FTP. See ``ftpusers(4)``.
851+
permitted to login via FTP. See ``ftpusers(5)``.
852852

853853
lastchg
854854
The number of days between January 1, 1970,
@@ -863,7 +863,7 @@ User Actions
863863

864864
max
865865
The maximum number of days the password is
866-
valid. The default value is empty. See ``shadow(4)``.
866+
valid. The default value is empty. See ``shadow(5)``.
867867

868868
warn
869869
The number of days before password expires
@@ -887,18 +887,18 @@ User Actions
887887
Set to empty.
888888

889889
For more information on the values of these attributes, see
890-
the ``shadow(4)`` man page.
890+
the ``shadow(5)`` man page.
891891

892892
A example of a user action is::
893893

894-
user gcos-field="pkg(5) server UID" group=pkg5srv uid=97 username=pkg5srv
894+
user gcos-field="pkg(7) server UID" group=pkg5srv uid=97 username=pkg5srv
895895

896896

897897
Group Actions
898898
`````````````
899899

900900
The group action defines a UNIX group as defined in
901-
``group(4)``. No support is present for group passwords. Groups
901+
``group(5)``. No support is present for group passwords. Groups
902902
defined with this action initially have no user list. Users
903903
can be added with the user action. The following attributes
904904
are recognized:

doc/dev-guide/chpt5.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Run Basic Checks
103103
Run the Solver
104104
``````````````
105105

106-
The solver forms the core of the computation engine used by |pkg5|
106+
The solver forms the core of the computation engine used by |pkg7|
107107
to determine the packages that can be installed, updated or removed,
108108
given the constraints in the image and constraints introduced by any
109109
new packages for installation.

doc/dev-guide/macros.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77
.. |packagemanager| replace:: ``packagemanager(1)``
88
.. |pkg| replace:: ``pkg(1)``
9-
.. |pkg.depotd| replace:: ``pkg.depotd(1M)``
10-
.. |pkg.sysrepo| replace:: ``pkg.sysrepo(1M)``
11-
.. |pkg5| replace:: ``pkg(5)``
9+
.. |pkg.depotd| replace:: ``pkg.depotd(8)``
10+
.. |pkg.sysrepo| replace:: ``pkg.sysrepo(8)``
11+
.. |pkg7| replace:: ``pkg(7)``
1212
.. |pkgdepend| replace:: ``pkgdepend(1)``
1313
.. |pkgdiff| replace:: ``pkgdiff(1)``
1414
.. |pkgfmt| replace:: ``pkgfmt(1)``
@@ -25,7 +25,7 @@
2525

2626
.. |svc.startd| replace:: ``svc.startd(1M)``
2727
.. |beadm| replace:: ``beadm(1M)``
28-
.. |zonecfg| replace:: ``zonecfg(1M)``
28+
.. |zonecfg| replace:: ``zonecfg(8)``
2929

3030
.. Terminology - we want hyperlinks to the right places for these eventually
3131
.. and only use these macros the first time we mention these.

doc/facets.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ both sparc and x86, since the two architecture's files intersect or
1616
collide. Other examples include debug vs non-debug binaries, and
1717
global vs nonglobal zones.
1818

19-
In pkg(5), options that may be selected or not selected, such as various
19+
In pkg(7), options that may be selected or not selected, such as various
2020
locales, documentation, etc., are referred to as facets. Options which
2121
are mutually exclusive are called variants. Both variants and facets
2222
appear as tags on IPS actions, and result in the action being
@@ -100,7 +100,7 @@ of the change.
100100

101101
Because of the need to select the appropriate variant types prior to
102102
installation or parsing manifests, only variant.debug.* variants can
103-
used with pkg(5) without making explicit changes to the source
103+
used with pkg(7) without making explicit changes to the source
104104
code. Developers are encourged to design their components not to
105105
intersect in the filesystem so that facets may be used rather than
106106
variants.

doc/guide-basic-ops.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
2323
.. _Basic operations:
2424

25-
|pkg5| basic operations
25+
|pkg7| basic operations
2626
=======================
2727

2828
We provide a brief summary of the client operations and their invocation

doc/guide-implementation-depot.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ presented via a URL-based mechanism that allows each to be versioned so
2626
that changes in protocol can be hidden from older clients as the
2727
interfaces to operations evolve.
2828

29-
Operations made available by a |depotd1m| server can be accessed via
29+
Operations made available by a |depotd8| server can be accessed via
3030
GET or POST, as appropriate for each operation, via a URL such as the
3131
following:
3232

@@ -61,7 +61,7 @@ Operation Types
6161
---------------
6262

6363
Each operation that the depot server provides is either designed to interact
64-
with a pkg(5) repository, or with the depot server itself. These operations
64+
with a pkg(7) repository, or with the depot server itself. These operations
6565
can be categorized as follows:
6666

6767
- content
@@ -71,7 +71,7 @@ can be categorized as follows:
7171
- depot
7272
These operations are read-only, and permit retrieval of: the list of
7373
operations that the depot server currently provides (including protocol
74-
version and pkg(5) software version), statistics information, and other
74+
version and pkg(7) software version), statistics information, and other
7575
depot information.
7676

7777
- metadata

0 commit comments

Comments
 (0)