The description of the format of the id mapfile is wrong. You have
to write an original-id and a local-id in the other way around. PR: 6593 Reviewed by: phk Submitted by: Amakawa Shuhei <amakawa@hoh.t.u-tokyo.ac.jp>
This commit is contained in:
parent
08f9a08eb7
commit
addfc81332
@ -92,8 +92,8 @@ and
|
||||
describe the mappings to be made between identifiers.
|
||||
Briefly, the format of these files is a count of the number of
|
||||
mappings on the first line, with each subsequent line containing
|
||||
a single mapping. Each of these mappings consists of an id from
|
||||
the original environment and the corresponding id in the local environment,
|
||||
a single mapping. Each of these mappings consists of an id in
|
||||
the local environment and the corresponding id from the original environment,
|
||||
separated by white space.
|
||||
.Em uid-mapfile
|
||||
should contain all uid
|
||||
|
@ -92,8 +92,8 @@ and
|
||||
describe the mappings to be made between identifiers.
|
||||
Briefly, the format of these files is a count of the number of
|
||||
mappings on the first line, with each subsequent line containing
|
||||
a single mapping. Each of these mappings consists of an id from
|
||||
the original environment and the corresponding id in the local environment,
|
||||
a single mapping. Each of these mappings consists of an id in
|
||||
the local environment and the corresponding id from the original environment,
|
||||
separated by white space.
|
||||
.Em uid-mapfile
|
||||
should contain all uid
|
||||
|
Loading…
Reference in New Issue
Block a user