Skip to content

Commit 66e70af

Browse files
committed
Adjust man page paths following IPD4
1 parent 7eee9f1 commit 66e70af

File tree

9 files changed

+28
-28
lines changed

9 files changed

+28
-28
lines changed

usr/src/Targetdirs

+3-3
Original file line numberDiff line numberDiff line change
@@ -257,9 +257,9 @@ DIRS= \
257257
/usr/share/man \
258258
/usr/share/man/man1 \
259259
/usr/share/man/man3x \
260-
/usr/share/man/man7 \
261-
/usr/share/man/man7d \
262-
/usr/share/man/man7i \
260+
/usr/share/man/man4 \
261+
/usr/share/man/man4d \
262+
/usr/share/man/man4i \
263263
/usr/share/src \
264264
/usr/snadm \
265265
/usr/snadm/lib \

usr/src/man/Makefile

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
SUBDIRS= man1 \
1717
man3 \
1818
man3x \
19-
man7 \
20-
man7d \
21-
man7i
19+
man4 \
20+
man4d \
21+
man4i
2222

2323
.PARALLEL: $(SUBDIRS)
2424

usr/src/man/man7/Makefile usr/src/man/man4/Makefile

+9-9
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@
1515

1616
include $(SRC)/Makefile.master
1717

18-
MANSECT= 7
18+
MANSECT= 4
1919

2020
# generated man pages
2121
GENMANS= \
22-
drm.7 \
23-
drm-kms.7 \
24-
drm-memory.7
22+
drm.4 \
23+
drm-kms.4 \
24+
drm-memory.4
2525

26-
LINKSRC= drm-memory.7
26+
LINKSRC= drm-memory.4
2727
GENLINKS= \
28-
drm-mm.7 \
29-
drm-gem.7 \
30-
drm-ttm.7
28+
drm-mm.4 \
29+
drm-gem.4 \
30+
drm-ttm.4
3131

3232
MANFILES= $(GENMANS)
3333

@@ -42,7 +42,7 @@ ROOTGENLINKS= $(GENLINKS:%=$(ROOTMAN)/man$(MANSECT)/%)
4242

4343
install: $(ROOTMANFILES) $(ROOTMANLINKS) $(ROOTGENLINKS)
4444

45-
$(ROOTMAN)/man7/%.7 : $(LIBDRM_CMN_DIR)/man/%.xml
45+
$(ROOTMAN)/man4/%.4 : $(LIBDRM_CMN_DIR)/man/%.xml
4646
$(XSLTPROC_PROCESS_MAN)
4747

4848

usr/src/man/man7d/Makefile usr/src/man/man4d/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515

1616
include $(SRC)/Makefile.master
1717

18-
MANSECT= 7d
18+
MANSECT= 4d
1919

20-
MANFILES= i915.7d
20+
MANFILES= i915.4d
2121

2222
MANLINKS=
2323

usr/src/man/man7d/i915.7d usr/src/man/man4d/i915.4d

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'\" te
22
.\" Copyright (c) 2009, 2015, Oracle and/or its affiliates. All rights reserved.
3-
.TH i915 7D "15 Dec 2015" "SunOS 5.12" "Device Drivers & /dev files"
3+
.TH i915 4D "15 Dec 2015" "SunOS 5.12" "Device Drivers & /dev files"
44
.SH NAME
55
i915 \- DRI-compliant kernel driver providing graphic hardware acceleration support
66
.SH DESCRIPTION

usr/src/man/man7i/Makefile usr/src/man/man4i/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515

1616
include $(SRC)/Makefile.master
1717

18-
MANSECT= 7i
18+
MANSECT= 4i
1919

20-
MANFILES= agpgart_io.7i
20+
MANFILES= agpgart_io.4i
2121

2222
MANLINKS=
2323

usr/src/man/man7i/agpgart_io.7i usr/src/man/man4i/agpgart_io.4i

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
.\" 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.
44
.\" 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.
55
.\" 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]
6-
.TH AGPGART_IO 7I "Sep 10, 2013"
6+
.TH AGPGART_IO 4I "Sep 10, 2013"
77
.SH NAME
88
agpgart_io \- Solaris agpgart driver I/O control operations
99
.SH SYNOPSIS
@@ -922,5 +922,5 @@ Stability level Unstable
922922
.sp
923923
.LP
924924
\fBprctl\fR(1), \fBkstat\fR(1M), \fBclose\fR(2), \fBioctl\fR(2), \fBopen\fR(2),
925-
\fBmmap\fR(2), \fBproject\fR(4), \fBprivileges\fR(5), \fBattributes\fR(5),
926-
\fBresource_controls\fR(5)
925+
\fBmmap\fR(2), \fBproject\fR(5), \fBprivileges\fR(7), \fBattributes\fR(7),
926+
\fBresource_controls\fR(7)

usr/src/pkg/manifests/driver-graphics-agpgart.mf

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dir path=kernel/drv/$(ARCH64) group=sys
4242
dir path=kernel/misc group=sys
4343
dir path=kernel/misc/$(ARCH64) group=sys
4444
dir path=usr/share/man
45-
dir path=usr/share/man/man7i
45+
dir path=usr/share/man/man4i
4646
driver name=agpgart perms="* 0644 root sys"
4747
# Note: The authoritative list of PCI IDs for this driver is
4848
# the array gsm_modes[] in agptarget.c (INTEL_BR_810 etc.).
@@ -90,7 +90,7 @@ file path=kernel/drv/$(ARCH64)/agpgart group=sys mode=0755
9090
file path=kernel/drv/$(ARCH64)/agptarget group=sys mode=0755
9191
file path=kernel/drv/agpgart.conf group=sys mode=0644
9292
file path=kernel/misc/$(ARCH64)/agpmaster group=sys mode=0755
93-
file path=usr/share/man/man7i/agpgart_io.7i
93+
file path=usr/share/man/man4i/agpgart_io.4i
9494
legacy pkg=SUNWagp desc="AGP GART driver for x86 workstations" \
9595
name="AGP GART Driver"
9696
license cr_Sun license=cr_Sun

usr/src/pkg/manifests/driver-graphics-drm.mf

+3-3
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ dir path=usr/lib/mdb/kvm group=sys
5353
dir path=usr/lib/mdb/kvm/$(ARCH64) group=sys
5454
dir path=usr/share
5555
dir path=usr/share/man
56-
dir path=usr/share/man/man7d
56+
dir path=usr/share/man/man4d
5757
# Note: The authoritative list of supported PCI IDs supported by
5858
# the i915 driver is in: i915_drv.c:pciidlist[]
5959
# This list was generated by: uts/intel/io/i915/Make-PCI-ID-list.awk
@@ -174,8 +174,8 @@ file path=kernel/kmdb/$(ARCH64)/i915 group=sys mode=0555
174174
file path=kernel/misc/$(ARCH64)/drm group=sys mode=0755
175175
file path=usr/lib/devfsadm/linkmod/SUNW_drm_link_i386.so group=sys mode=0755
176176
file path=usr/lib/mdb/kvm/$(ARCH64)/i915.so group=sys mode=0555
177-
file path=usr/share/man/man7d/i915.7d
178-
#file path=usr/share/man/man7d/radeon.7d
177+
file path=usr/share/man/man4d/i915.4d
178+
#file path=usr/share/man/man4d/radeon.4d
179179
legacy pkg=SUNWdrmr desc="Direct Rendering Manager kernel drivers and modules" \
180180
name="DRM Kernel Drivers, (Root)"
181181
license usr/src/uts/common/io/drm/LICENSE_DRM \

0 commit comments

Comments
 (0)