Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 May 1998 04:24:22 +0900 (JST)
From:      amakawa@hoh.t.u-tokyo.ac.jp
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   docs/6593: wrong description in mount_umap(8)
Message-ID:  <199805111924.EAA00954@nebula.t.u-tokyo.ac.jp>

next in thread | raw e-mail | index | archive | help

>Number:         6593
>Category:       docs
>Synopsis:       wrong description in mount_umap(8)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 11 12:30:00 PDT 1998
>Last-Modified:
>Originator:     Amakawa Shuhei
>Organization:
Univ. of Tokyo
>Release:        FreeBSD 2.2.6-RELEASE i386
>Environment:

	

>Description:

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.

>How-To-Repeat:

man mount_umap

>Fix:
	
*** mount_umap.org.8    Sat Aug 24 05:35:18 1996
--- mount_umap.new.8    Tue May 12 04:03:35 1998
***************
*** 92,99 ****
  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,
  separated by white space.  
  .Em uid-mapfile 
  should contain all uid
--- 92,99 ----
  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 in
! the local environment and the corresponding id from the original environment,
  separated by white space.  
  .Em uid-mapfile 
  should contain all uid
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199805111924.EAA00954>