Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 May 1998 19:13:20 +0900 (JST)
From:      amakawa@hoh.t.u-tokyo.ac.jp
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   docs/6586: bug in /usr/src/sbin/mount_umap.8
Message-ID:  <199805111013.TAA06060@nebula.t.u-tokyo.ac.jp>

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

>Number:         6586
>Category:       docs
>Synopsis:       bug in /usr/src/sbin/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 03:20:01 PDT 1998
>Last-Modified:
>Originator:     Amakawa Shuhei
>Organization:
Univ. of Tokyo
>Release:        FreeBSD 2.2.6-RELEASE i386
>Environment:

PII266.

>Description:

The SYNOPSYS of mount_umap(8) says

mount_umap [-o options] target mount-point uid-mapfile gid-mapfile

This should read

mount_umap [-o options] -u uid-mapfile -g gid-mapfile target mount-point

>How-To-Repeat:

Try `man mount_umap'.

>Fix:
	
Suggested patch:

*** mount_umap.org.8    Sat Aug 24 05:35:18 1996
--- mount_umap.8        Mon May 11 19:08:18 1998
***************
*** 44,53 ****
  .Sh SYNOPSIS
  .Nm mount_umap
  .Op Fl o Ar options
  .Ar target
  .Ar mount-point
- .Ar uid-mapfile
- .Ar gid-mapfile
  .Sh DESCRIPTION
  The
  .Nm mount_umap
--- 44,53 ----
  .Sh SYNOPSIS
  .Nm mount_umap
  .Op Fl o Ar options
+ .Fl u Ar uid-mapfile
+ .Fl g Ar gid-mapfile
  .Ar target
  .Ar mount-point
  .Sh DESCRIPTION
  The
  .Nm mount_umap
>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?199805111013.TAA06060>