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:
phk 1998-05-13 08:01:00 +00:00
parent 08f9a08eb7
commit addfc81332
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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