From 72e586cdaa4cff9ac054878e0a56e083e9b03726 Mon Sep 17 00:00:00 2001 From: phk Date: Wed, 13 May 1998 08:01:00 +0000 Subject: 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 --- sbin/mount_umap/mount_umap.8 | 4 ++-- sbin/mount_umapfs/mount_umapfs.8 | 4 ++-- 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 -- cgit v1.1