diff options
author | Robert Mustacchi <rm@fingolfin.org> | 2021-08-03 18:04:30 -0700 |
---|---|---|
committer | Robert Mustacchi <rm@fingolfin.org> | 2021-08-05 16:09:00 -0700 |
commit | fff4deb7386e037cc60d5c3d1560a378bec1bb6f (patch) | |
tree | 5158878f335ab26982baceea8133e4b1e42ec79c /usr/src | |
parent | cb6ebde4d2e9718424e9027981a71f98e373d10d (diff) | |
download | illumos-joyent-fff4deb7386e037cc60d5c3d1560a378bec1bb6f.tar.gz |
13819 kernel mapfiles have incorrect path to README
Reviewed by: Peter Tribble <peter.tribble@gmail.com>
Reviewed by: C Fraire <cfraire@me.com>
Reviewed by: Marcel Telka <marcel@telka.sk>
Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/uts/common/mapfiles/ddi.mapfile | 2 | ||||
-rw-r--r-- | usr/src/uts/common/mapfiles/kernel.mapfile | 2 | ||||
-rw-r--r-- | usr/src/uts/common/mapfiles/ksensor.mapfile | 2 | ||||
-rw-r--r-- | usr/src/uts/common/mapfiles/mac.mapfile | 2 | ||||
-rw-r--r-- | usr/src/uts/common/mapfiles/random.mapfile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/usr/src/uts/common/mapfiles/ddi.mapfile b/usr/src/uts/common/mapfiles/ddi.mapfile index 89d1073019..798367c7e3 100644 --- a/usr/src/uts/common/mapfiles/ddi.mapfile +++ b/usr/src/uts/common/mapfiles/ddi.mapfile @@ -20,7 +20,7 @@ # WARNING: STOP NOW. DO NOT MODIFY THIS FILE. # Object scoping must comply with the rules detailed in # -# usr/src/uts/common/README.mapfiles +# usr/src/uts/common/mapfiles/README # # You should not be making modifications here until you've read the most current # copy of that file. If you need help, contact a gatekeeper for guidance. diff --git a/usr/src/uts/common/mapfiles/kernel.mapfile b/usr/src/uts/common/mapfiles/kernel.mapfile index 27b6345582..21a691dca2 100644 --- a/usr/src/uts/common/mapfiles/kernel.mapfile +++ b/usr/src/uts/common/mapfiles/kernel.mapfile @@ -19,7 +19,7 @@ # WARNING: STOP NOW. DO NOT MODIFY THIS FILE. # Object scoping must comply with the rules detailed in # -# usr/src/uts/common/README.mapfiles +# usr/src/uts/common/mapfiles/README # # You should not be making modifications here until you've read the most current # copy of that file. If you need help, contact a gatekeeper for guidance. diff --git a/usr/src/uts/common/mapfiles/ksensor.mapfile b/usr/src/uts/common/mapfiles/ksensor.mapfile index 51b65a2b9d..7b4002946d 100644 --- a/usr/src/uts/common/mapfiles/ksensor.mapfile +++ b/usr/src/uts/common/mapfiles/ksensor.mapfile @@ -19,7 +19,7 @@ # WARNING: STOP NOW. DO NOT MODIFY THIS FILE. # Object scoping must comply with the rules detailed in # -# usr/src/uts/common/README.mapfiles +# usr/src/uts/common/mapfiles/README # # You should not be making modifications here until you've read the most current # copy of that file. If you need help, contact a gatekeeper for guidance. diff --git a/usr/src/uts/common/mapfiles/mac.mapfile b/usr/src/uts/common/mapfiles/mac.mapfile index 7613dbc644..ef70232acd 100644 --- a/usr/src/uts/common/mapfiles/mac.mapfile +++ b/usr/src/uts/common/mapfiles/mac.mapfile @@ -20,7 +20,7 @@ # WARNING: STOP NOW. DO NOT MODIFY THIS FILE. # Object scoping must comply with the rules detailed in # -# usr/src/uts/common/README.mapfiles +# usr/src/uts/common/mapfiles/README # # You should not be making modifications here until you've read the most current # copy of that file. If you need help, contact a gatekeeper for guidance. diff --git a/usr/src/uts/common/mapfiles/random.mapfile b/usr/src/uts/common/mapfiles/random.mapfile index d3d8bc89fa..4dc3ccb001 100644 --- a/usr/src/uts/common/mapfiles/random.mapfile +++ b/usr/src/uts/common/mapfiles/random.mapfile @@ -19,7 +19,7 @@ # WARNING: STOP NOW. DO NOT MODIFY THIS FILE. # Object scoping must comply with the rules detailed in # -# usr/src/uts/common/README.mapfiles +# usr/src/uts/common/mapfiles/README # # You should not be making modifications here until you've read the most current # copy of that file. If you need help, contact a gatekeeper for guidance. |