summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1998-05-13 08:01:00 +0000
committerphk <phk@FreeBSD.org>1998-05-13 08:01:00 +0000
commit72e586cdaa4cff9ac054878e0a56e083e9b03726 (patch)
tree4433bb27d3cf318555edd0250d3916c4f9507cb7
parent4c734c0e4de709683f4afbb37447b0af994c3c58 (diff)
downloadFreeBSD-src-72e586cdaa4cff9ac054878e0a56e083e9b03726.zip
FreeBSD-src-72e586cdaa4cff9ac054878e0a56e083e9b03726.tar.gz
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>
-rw-r--r--sbin/mount_umap/mount_umap.84
-rw-r--r--sbin/mount_umapfs/mount_umapfs.84
2 files changed, 4 insertions, 4 deletions
diff --git a/sbin/mount_umap/mount_umap.8 b/sbin/mount_umap/mount_umap.8
index 6e87ddb..0820936 100644
--- a/sbin/mount_umap/mount_umap.8
+++ b/sbin/mount_umap/mount_umap.8
@@ -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
diff --git a/sbin/mount_umapfs/mount_umapfs.8 b/sbin/mount_umapfs/mount_umapfs.8
index 6e87ddb..0820936 100644
--- a/sbin/mount_umapfs/mount_umapfs.8
+++ b/sbin/mount_umapfs/mount_umapfs.8
@@ -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
OpenPOWER on IntegriCloud